diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-09-05 14:03:49 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-09-05 14:03:49 -0500 |
| commit | 4693f9694e3ce77a48f562cebb5af452988e9e5f (patch) | |
| tree | 61b84eeb055a7455cce906b4f21cddde23b0cf3a /styles/syntax-variables.less | |
| parent | 4b7b2598e96691530fe31aaf8243a0d0cc1ca9a3 (diff) | |
Removes style files
Diffstat (limited to 'styles/syntax-variables.less')
| -rw-r--r-- | styles/syntax-variables.less | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/styles/syntax-variables.less b/styles/syntax-variables.less deleted file mode 100644 index 3fa8cda..0000000 --- a/styles/syntax-variables.less +++ /dev/null @@ -1,31 +0,0 @@ -@import "colors"; - -// This defines all syntax variables that syntax themes must implement when they -// include a syntax-variables.less file. - -// General colors -@syntax-text-color: @very-light-gray; -@syntax-cursor-color: white; -@syntax-selection-color: lighten(@dark-gray, 10%); -@syntax-background-color: @very-dark-gray; - -// Guide colors -@syntax-wrap-guide-color: @dark-gray; -@syntax-indent-guide-color: @gray; -@syntax-invisible-character-color: @gray; - -// For find and replace markers -@syntax-result-marker-color: @light-gray; -@syntax-result-marker-color-selected: white; - -// Gutter colors -@syntax-gutter-text-color: @very-light-gray; -@syntax-gutter-text-color-selected: @syntax-gutter-text-color; -@syntax-gutter-background-color: @dark-gray; -@syntax-gutter-background-color-selected: @gray; - -// For git diff info. i.e. in the gutter -@syntax-color-renamed: @blue; -@syntax-color-added: @green; -@syntax-color-modified: @orange; -@syntax-color-removed: @red; |