Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Tweaked brackets & braces
Browse files Browse the repository at this point in the history
- Brackets, braces, and parentheses and a few other elements should now be slightly brighter.
- Cleaned up
  • Loading branch information
tjkohli committed Jan 29, 2017
1 parent ae689a8 commit 656da63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 656da63

Please sign in to comment.