Last active
August 29, 2015 13:59
-
-
Save ardan-bkennedy/10980231 to your computer and use it in GitHub Desktop.
LiteIDE Theme
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="Carbon"> | |
<!-- | |
By William Kennedy | |
Improvements are welcome | |
Public Domain, Ardan Studios, 2014 | |
Navigate To: /Applications/LiteIDE.app/Contents/Resources/liteeditor | |
Create a new file with the content. | |
Restatr LiteIDE | |
Goto: Preferences/LiteEditor/Select File | |
Note: Stuck on "Selection" color. It must work well for: | |
1. A single word selection. | |
2. A line selection. | |
3. A block of code selection. | |
Using a darker blue than the one I am using has been difficult to easily see | |
for items 1 and 2. I am not sold on what I have now. | |
Note: Using bold for "Symbol" which I like. Just wondering if it is too much. | |
Note: Using "Courier New" for my font choice. Other suggestions? | |
--> | |
<style name="Text" foreground="#efefef" background="#282828"/> | |
<style name="Extra" foreground="#ffffff" background="#303030"/> | |
<style name="Selection" background="#143a87"/> | |
<style name="CurrentLine" background="#555555"/> | |
<style name="IndentLine" foreground="#555555"/> | |
<style name="VisualWhitespace" foreground="#555555"/> | |
<style name="Keyword" foreground="#fc9d4a" bold="false"/> | |
<style name="DataType" foreground="#fc9d4a" bold="false" /> | |
<style name="Decimal" foreground="#ffc874" bold="false"/> | |
<style name="BaseN" foreground="#ffc874" bold="false"/> | |
<style name="Float" foreground="#ffc874" bold="false"/> | |
<style name="Char" foreground="#d6d5b3"/> | |
<style name="String" foreground="#d6d5b3"/> | |
<style name="Comment" foreground="#a1a1a1" italic="true"/> | |
<style name="Alert" foreground="yellow"/> | |
<style name="Error" foreground="red"/> | |
<style name="Function" foreground="#ffffff"/> | |
<style name="RegionMarker" foreground="#ffffff"/> | |
<style name="Symbol" foreground="#a394cb" bold="true"/> | |
<style name="BuiltinFunc" foreground="#fbebce" bold="false"/> | |
<style name="Predeclared" foreground="#099" bold="false"/> | |
<style name="FuncDecl" foreground="#fbebce"/> | |
<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