diff options
Diffstat (limited to 'themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less')
-rw-r--r-- | themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less b/themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less new file mode 100644 index 0000000..0e586c7 --- /dev/null +++ b/themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less @@ -0,0 +1,30 @@ + + @import "colors"; + + // General colors + @syntax-text-color: @shade6; + @syntax-cursor-color: @accent6; + @syntax-selection-color: @shade1; + @syntax-background-color: @shade0; + + // Guide colors + @syntax-wrap-guide-color: @shade1; + @syntax-indent-guide-color: @shade4; + @syntax-invisible-character-color: @shade3; + + // For find and replace markers + @syntax-result-marker-color: @shade5; + @syntax-result-marker-color-selected: @accent2; + + // Gutter colors + @syntax-gutter-text-color: @shade2; + @syntax-gutter-text-color-selected: @syntax-gutter-text-color; + @syntax-gutter-background-color: @shade0; + @syntax-gutter-background-color-selected: @shade1; + + // For git diff info. i.e. in the gutter + @syntax-color-renamed: @accent5; + @syntax-color-added: @accent3; + @syntax-color-modified: @accent2; + @syntax-color-removed: @accent0; +
\ No newline at end of file |