diff --git a/styles/syntax-variables.less b/styles/syntax-variables.less index 4ead16d..c0611f2 100644 --- a/styles/syntax-variables.less +++ b/styles/syntax-variables.less @@ -21,9 +21,9 @@ // Gutter colors @syntax-gutter-text-color: @base0; -@syntax-gutter-text-color-selected: @syntax-gutter-text-color; +@syntax-gutter-text-color-selected: @base2; @syntax-gutter-background-color: @base02; -@syntax-gutter-background-color-selected: lighten(@base02, 3%); +@syntax-gutter-background-color-selected: lighten(@base02, 10%); // For git diff info. i.e. in the gutter @syntax-color-added: @green;