Created
December 30, 2014 14:21
-
-
Save dorajistyle/bd8bb8d284e97667514d to your computer and use it in GitHub Desktop.
BlueForest theme for LiteIDE
This file contains 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="blueforest"> | |
<!-- | |
Based on BlueForest(https://github.com/sirthias/BlueForest) | |
Improvements are welcome | |
Public Domain, JoongSeob Vito Kim, 2014 | |
--> | |
<style name="Text" foreground="#F5F5F5" background="#141F2E"/> | |
<style name="Extra" foreground="#FFFAB1" background="#141F2E"/> | |
<style name="Selection" background="#375780"/> | |
<style name="CurrentLine" background="#555555"/> | |
<style name="IndentLine" foreground="#555556"/> | |
<style name="VisualWhitespace" foreground="#555555"/> | |
<style name="Keyword" foreground="#0099FF" bold="false"/> | |
<style name="DataType" foreground="#FFCC33" bold="false" /> | |
<style name="Decimal" foreground="#91CCFF" bold="false"/> | |
<style name="BaseN" foreground="#91CCFF" bold="false"/> | |
<style name="Float" foreground="#91CCFF" bold="false"/> | |
<style name="Char" foreground="#91CCFF" bold="true"/> | |
<style name="String" foreground="#35AA35" bold="true"/> | |
<style name="Comment" foreground="#35AA35" italic="true"/> | |
<style name="Alert" foreground="yellow"/> | |
<style name="Error" background="red" bold="true"/> | |
<style name="Function" foreground="#FFCC33"/> | |
<style name="RegionMarker" foreground="#FFFAB1"/> | |
<style name="Symbol" foreground="#FFCC33" bold="true"/> | |
<style name="BuiltinFunc" foreground="#FFCC33" bold="false"/> | |
<style name="Predeclared" foreground="#099" bold="false"/> | |
<style name="FuncDecl" foreground="#FFCC33"/> | |
<style name="Placeholder" foreground="#ffc874"/> | |
<style name="ToDo" foreground="#ffffff" background="#666666" bold="true"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment