Add color schemes "Tomorrow" and "Tomorrow Night".

See https://github.com/chriskempson/tomorrow-theme
master
Torsten Paul 2014-12-22 02:25:48 +01:00
parent dea8dd9bd0
commit 594f548b20
5 changed files with 154 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"name" : "Tomorrow Night",
"index" : 1600,
"paper" : "#1d1f21",
"text" : "#c5c8c6",
"caret" : {
"width" : 2,
"foreground" : "#ffffff",
"line-background" : "#282a2e"
},
"colors" : {
"keyword1" : "#de935f",
"keyword2" : "#b294bb",
"keyword3" : "#81a2be",
"comment" : "#969896",
"commentline" : "#969896",
"commentdoc" : "#969896",
"commentdockeyword" : "#f0c674",
"number" : "#cc6666",
"string" : "#b5bd68",
"operator" : "#8abeb7",
"whitespace-background" : "#1d1f21",
"whitespace-foreground" : "#c5c8c6",
"selection-foreground" : "#373b41",
"selection-background" : "#c5c8c6",
"margin-background" : "#1d1f21",
"margin-foreground" : "#969896",
"matched-brace-background" : "#50545c",
"matched-brace-foreground" : "#e2e6e3",
"unmatched-brace-background" : "#8a1111",
"unmatched-brace-foreground" : "#e2e6e3",
"error-marker" : "#ff0000",
"error-indicator" : "#80ff0000",
"error-indicator-outline" : "#ff000000",
"edge" : "#d33682"
}
}

View File

@ -0,0 +1,37 @@
{
"name" : "Tomorrow",
"index" : 1500,
"paper" : "#f0f0f0",
"text" : "#4d4d4c",
"caret" : {
"width" : 2,
"foreground" : "#000000",
"line-background" : "#efefef"
},
"colors" : {
"keyword1" : "#f5871f",
"keyword2" : "#8959a8",
"keyword3" : "#4271ae",
"comment" : "#8e908c",
"commentline" : "#8e908c",
"commentdoc" : "#8e908c",
"commentdockeyword" : "#eab700",
"number" : "#c82829",
"string" : "#718c00",
"operator" : "#3e999f",
"whitespace-background" : "#f0f0f0",
"whitespace-foreground" : "#4d4d4c",
"selection-foreground" : "#4d4d4c",
"selection-background" : "#d6d6d6",
"margin-background" : "#f0f0f0",
"margin-foreground" : "#4d4d4c",
"matched-brace-background" : "#d4d4d4",
"matched-brace-foreground" : "#4d4d4c",
"unmatched-brace-background" : "#ffcdcc",
"unmatched-brace-foreground" : "#4d4d4c",
"error-marker" : "#ff0000",
"error-indicator" : "#80ff0000",
"error-indicator-outline" : "#ff000000",
"edge" : "#d33682"
}
}

View File

@ -0,0 +1,18 @@
{
"name" : "Tomorrow Night",
"index" : 1900,
"show-in-gui" : true,
"colors" : {
"background" : "#1d1f21",
"opencsg-face-front" : "#81a2be",
"opencsg-face-back" : "#de935f",
"cgal-face-front" : "#8abeb7",
"cgal-face-back" : "#f0c674",
"cgal-face-2d" : "#b5bd68",
"cgal-edge-front" : "#c5c8c6",
"cgal-edge-back" : "#c5c8c6",
"cgal-edge-2d" : "#cc6666",
"crosshair" : "#b294bb"
}
}

View File

@ -0,0 +1,18 @@
{
"name" : "Tomorrow",
"index" : 1800,
"show-in-gui" : true,
"colors" : {
"background" : "#f0f0f0",
"opencsg-face-front" : "#4271ae",
"opencsg-face-back" : "#f5871f",
"cgal-face-front" : "#3e999f",
"cgal-face-back" : "#eab700",
"cgal-face-2d" : "#718c00",
"cgal-edge-front" : "#4d4d4c",
"cgal-edge-back" : "#4d4d4c",
"cgal-edge-2d" : "#c82829",
"crosshair" : "#8959a8"
}
}

44
readme.txt Normal file
View File

@ -0,0 +1,44 @@
Color Schemes
=============
Solarized
---------
http://ethanschoonover.com/solarized
Monokai
-------
http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
Tomorrow / Tomorrow Night
-------------------------
https://github.com/chriskempson/tomorrow-theme
Editor:
keyword1 Orange
keyword2 Purple
keyword3 Blue
comment Comment
commentline Comment
commentdoc Comment
commentdockeyword Yellow
number Red
string Green
operator Aqua
selection-foreground Foreground
selection-background Selection
Render:
opencsg-face-front Blue
opencsg-face-back Orange
cgal-face-front Aqua
cgal-face-back Yellow
cgal-face-2d Green
cgal-edge-front Foreground
cgal-edge-back Foreground
cgal-edge-2d Red
crosshair Purple