Last active
August 29, 2015 14:00
-
-
Save davyzhang/11202345 to your computer and use it in GitHub Desktop.
liteide sublime text color theme modified for golang in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<style-scheme version="1.0" name="Sublime Text 2"> | |
<!-- | |
By [email protected] | |
Improvements are welcome | |
Public Domain, 2014 | |
Navigate To: /Applications/LiteIDE.app/Contents/Resources/liteeditor | |
Create a new file with the content. | |
Restatr LiteIDE | |
Goto: Preferences/LiteEditor/Select File | |
for Chinese characters monaco and yahei hybrid can achieve the best | |
--> | |
<style name="Text" foreground="#f8f8f2" background="#272822"/> | |
<style name="Extra" foreground="#585B4D" background="#30312A"/> | |
<style name="Selection" background="#49483E"/> | |
<style name="CurrentLine" background="#3E3D32"/> | |
<style name="IndentLine" foreground="#464641"/> | |
<style name="VisualWhitespace" foreground="#c0c0c0"/> | |
<style name="Keyword" foreground="#f9275D"/> | |
<style name="DataType" foreground="#66D9EF" /> | |
<style name="Decimal" foreground="#A6E22E" italic="true"/> | |
<style name="BaseN" foreground="#e6db74"/> | |
<style name="Float" foreground="#e6db74"/> | |
<style name="Char" foreground="#E6DB74"/> | |
<style name="String" foreground="#E6DB74"/> | |
<style name="Comment" foreground="#75715E"/> | |
<style name="Alert" foreground="#F8F8F0" background="#AE81FF"/> | |
<style name="Error" foreground="#F8F8F0" background="#F92672"/> | |
<style name="Function" foreground="#FD971F"/> | |
<style name="RegionMarker" foreground="#ffffff"/> | |
<style name="Symbol" foreground="#ffffff"/> | |
<style name="BuiltinFunc" foreground="#FD971F"/> | |
<style name="Predeclared" foreground="#FD971F"/> | |
<style name="FuncDecl" foreground="#A6E22E" /> | |
<style name="Placeholder" foreground="#e274e2"/> | |
<style name="ToDo" foreground="#7272ff" bold="true"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment