From 656da63f78702964d446b2d682e170e2966fe7e3 Mon Sep 17 00:00:00 2001 From: TJ Kohli Date: Sun, 29 Jan 2017 09:18:13 -0500 Subject: [PATCH] Tweaked brackets & braces - Brackets, braces, and parentheses and a few other elements should now be slightly brighter. - Cleaned up --- styles/base.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/styles/base.less b/styles/base.less index 8d670e5..06e1beb 100644 --- a/styles/base.less +++ b/styles/base.less @@ -98,7 +98,6 @@ atom-workspace[theme-nebula-ui-focusmode=enabled] { } .line:hover, .cursor-line { - // brightens the next comment line (splash fade effect) + .line { .syntax--comment { @@ -180,8 +179,6 @@ atom-workspace[theme-nebula-ui-focusmode=enabled] { } } .syntax--invalid.syntax--illegal { - // background-color: @red; - // color: @syntax-background-color; box-shadow: inset 0 -1px 0 red, 0 7px 14px fade(red, 10%); animation: pulse 2s ease infinite; } @@ -212,7 +209,7 @@ atom-workspace[theme-nebula-ui-focusmode=enabled] { &.syntax--parameters, &.syntax--variable, &.syntax--bracket { - color: @light-gray; + color:lighten(@light-gray, 10%); } &.syntax--string { color: @light-orange;