Skip to content

Instantly share code, notes, and snippets.

@dorajistyle
Created December 30, 2014 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorajistyle/bd8bb8d284e97667514d to your computer and use it in GitHub Desktop.
Save dorajistyle/bd8bb8d284e97667514d to your computer and use it in GitHub Desktop.
BlueForest theme for LiteIDE
<?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