After I started using Sublime Text, I didn’t find any colour schemes, which either where good looking (IMHO), or supported all the different syntax highlighters I’m using. Therefore I started my own colour scheme (Perv Orange). As it is very hard–at least for me–to see the actual colours by looking at the HEX values, I created this blog entry as a reference.

The following are the colours for the different Perv Orange colour schems

All used scopes and the respective colours are documented below.

The table needs to be updated!

 OrangeOrange Night
CategoryValueColourValueColour
Background#211E1E #111111 
Carret#FFFFFF|#FFFFFF|
Foreground#DEDEDEText#EEEEEEText
Invisibles#3B3A32Unseen#3B3A32Unseen
Line Highlight#E5E5E5BB←→#E5E5E5BB←→
Selection#253B76Text#253B76Text
Selection Border#A1A1FF[  ]#A1A1FF[  ]
Find Highlight#FFE792 #FFE792 
Find Highlight Foreground#000000Found#000000Found
Active Guide, SublimeLinter Violation#CC66FFB0←→#CC66FFB0←→
Brackets Foreground#FF0000C0__#FF0000C0__
Brackets Contents Foreground#FFFF00CC__#FFFF00CC__
Invalid#FDCA49Term#FFC533Term
Invalid Deprecated#FF2211Term#FF3322Term
Variablesno stylevariableno stylevariable
Library variablesunderlinevariableunderlinevariable
Markdown & ReST italicsitalicsTextitalicsText
Markdown & ReST boldboldTextboldText
Ruby embedded source#D2D2D2<[{Term}]>#E5E5E5<[{Term}]>
JSON & YAML punctuations, Markdown & ReST link text#DEDEDE<[{ }]>#EEEEEE<[{ }]>
Comments, Markdown & ReST links#5F5A60<[{Text}]>#9B969C<[{Text}]>
DIFF header text#5F5A6042c42#5F5A6042c42
DIFF separator line#9B969C---#9B969C---
Entities, Class names, SublimeLinter annotations#6680FF<[{Term}]>#3355FF<[{Term}]>
Inherited class#66A6FF<[{Term}]>#3388FF<[{Term}]>
Library classes/types#A6A6FF<[{Term}]>#8F8FFF<[{Term}]>
Library functions, CSS/SASS/SCSS keywords, DIFF/GitGutter/Git deleted, SublimeLinter error#FF2211<[{Term}]>#FF3322<[{Term}]>
Function names, SASS/SCSS mixins, Git modified, ReST directives#FF4000<[{Term}]>#FF5511<[{Term}]>
Tag names, GitGutter changed, Markdown header, ReST keywords, SublimeLinter Warning#FF6A00<[{Term}]>#FF8C00<[{Term}]>
Keywords, CSS/SASS/SCSS selectors, JSON structures#FF7F00<[{Term}]>#FFA200<[{Term}]>
Function arguments, Markdown keywords#E5A373<[{Term}]>#E5A373<[{Term}]>
Tag attributes, CSS/SASS/SCSS properties, Markdown & ReST raw#E58F73<[{Term}]>#E58F73<[{Term}]>
Storages#FBDE2D<[{Term}]>#FBDE2D<[{Term}]>
Storage types, CSS/SASS/SCSS units, ReST tags#FDCA49<[{Term}]>#FFC533<[{Term}]>
Ruby embedded source punctuation#626B49<[{ }]>#626B49<[{ }]>
Strings, CSS/SASS/SCSS parameters, JSON strings, DIFF inserted, Git added#8F9D6A<[{Term}]>#96AB5F<[{Term}]>
Built-in constants, CSS/SASS/SCSS property values, GitGutter inserted#7CA600<[{Term}]>#A4DB00<[{Term}]>
Constants, Numbers, CSS/SASS/SCSS color values, ReST link anchors#ACE600<[{Term}]>#C6FF1A<[{Term}]>
Constant characters, Library constants#DCF000<[{Term}]>#EDFF24<[{Term}]>

As soon as I add new colour schemes, I’ll update the table or add new ones.