]> arthur.barton.de Git - atom-ax-monokai-syntax.git/blob - styles/syntax-variables.less
Release 0.2.0
[atom-ax-monokai-syntax.git] / styles / syntax-variables.less
1 // General colors
2 @syntax-text-color: #F8F8F2;
3 @syntax-cursor-color: #F8F8F0;
4 @syntax-selection-color: #49483E;
5 @syntax-background-color: #1D1F21;
6
7 // Guide colors
8 @syntax-wrap-guide-color: #3D3D3D;
9 @syntax-indent-guide-color: #3D3D3D;
10 @syntax-invisible-character-color: #3D3D3D;
11
12 // For find and replace markers
13 @syntax-result-marker-color: #888;
14 @syntax-result-marker-color-selected: white;
15
16 // Gutter colors
17 @syntax-gutter-text-color: @syntax-text-color;
18 @syntax-gutter-text-color-selected: @syntax-gutter-text-color;
19 @syntax-gutter-background-color: lighten(@syntax-background-color, 3%);
20 @syntax-gutter-background-color-selected: @syntax-selection-color;
21
22 // For git diff info. i.e. in the gutter
23 @syntax-color-renamed: #ffd569;
24 @syntax-color-added: #529b2f;
25 @syntax-color-modified: #E6DB74;
26 @syntax-color-removed: #F92672;