Skip to content

Instantly share code, notes, and snippets.

@croepha
Last active February 19, 2018 03:03
Show Gist options
  • Save croepha/492354b2edcb20b3e758e83f32429d26 to your computer and use it in GitHub Desktop.
Save croepha/492354b2edcb20b3e758e83f32429d26 to your computer and use it in GitHub Desktop.
name = "solarized-dark";
Back = 0xFF002b36;
Margin = 0xFF073642;
Margin_Hover = 0xFF002b36;
Margin_Active = 0xFF002b36;
List_Item = Margin;
List_Item_Hover = 0xFF6c71c4;
List_Item_Active = 0xFFd33682;
Cursor = 0xFF93a1a1;
Highlight = 0xFF6c71c4;
Mark = 0xFF494949;
Default = 0xFF839496;
At_Cursor = Back;
At_Highlight = 0xFFFF44DD;
Comment = 0xFF268bd2;
Keyword = 0xFFb58900;
Str_Constant = 0xFF859900;
Char_Constant = Str_Constant;
Int_Constant = Str_Constant;
Float_Constant = Str_Constant;
Bool_Constant = Str_Constant;
Include = Str_Constant;
Preproc = Default;
Special_Character = 0xFFFF0000;
Ghost_Character = 0xFF4E5E46;
Paste = 0xFFDDEE00;
Undo = 0xFF00DDEE;
Highlight_Junk = 0xff3a0000;
Highlight_White = 0xff003a3a;
Bar = 0xFF303030;
Bar_Active = 0xFFA0A0A0;
Base = 0xFF909090;
Pop1 = 0xFF3C57DC;
Pop2 = 0xFFFF0000;
name = "solarized-light";
Back = 0xFFfdf6e3;
Margin = 0xFFfdf6e3;
Margin_Hover = 0xFFfdf6e3;
Margin_Active = 0xFF839496;
List_Item = Margin;
List_Item_Hover = 0xFF6c71c4;
List_Item_Active = 0xFFd33682;
Cursor = 0xFF073642;
Highlight = 0xFF6c71c4;
Mark = 0xFF494949;
Default = 0xFF839496;
At_Cursor = Back;
At_Highlight = 0xFFFF44DD;
Comment = 0xFF268bd2;
Keyword = 0xFFb58900;
Str_Constant = 0xFF859900;
Char_Constant = Str_Constant;
Int_Constant = Str_Constant;
Float_Constant = Str_Constant;
Bool_Constant = Str_Constant;
Include = Str_Constant;
Preproc = Default;
Special_Character = 0xFFFF0000;
Ghost_Character = 0xFF4E5E46;
Paste = 0xFFDDEE00;
Undo = 0xFF00DDEE;
Highlight_Junk = 0xff3a0000;
Highlight_White = 0xff003a3a;
Bar = 0xFF909090;
Bar_Active = 0xFFA0A0A0;
Base = 0xFF303030;
Pop1 = 0xFF3C57DC;
Pop2 = 0xFFFF0000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment