Skip to content

Commit

Permalink
add editor dark.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Oct 24, 2018
1 parent c52afad commit 8e61de1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions liteidex/deploy/liteeditor/color/dark.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="dark">
<style name="Text" foreground="#F8F8F2" background="#000000"/>
<style name="Extra" foreground="#008B8B" background="#000000"/>
<style name="Selection" background="#214283"/>
<style name="CurrentLine" background="#212628"/>
<style name="IndentLine" foreground="#008B8B"/>
<style name="VisualWhitespace" foreground="#F92672"/>
<style name="Keyword" foreground="#ffff55" />
<style name="DataType" foreground="#FD971F" bold="true" />
<style name="Decimal" foreground="#4E81FF" />
<style name="BaseN" foreground="#0000FF"/>
<style name="Float" foreground="#ff55ff"/>
<style name="Char" foreground="#CE7DDB"/>
<style name="String" foreground="#66FF00"/>
<style name="Comment" foreground="#808080"/>
<style name="Alert" foreground="#ff0000"/>
<style name="Error" foreground="#ff0000"/>
<style name="Function" foreground="#55ffff"/>
<style name="RegionMarker" foreground="#F92672"/>
<style name="Symbol" foreground="#F92672"/>
<style name="BuiltinFunc" foreground="#AE81FF" bold="true"/>
<style name="Predeclared" foreground="#FF5F0E" bold="true" />
<style name="FuncDecl" foreground="#55ffff"/>
<style name="Placeholder" foreground="#CC2E05"/>
<style name="ToDo" foreground="#C7C7FF" bold="true"/>
</style-scheme>

0 comments on commit 8e61de1

Please sign in to comment.