Skip to content

Commit

Permalink
[TASK] Change scss strings color to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonmcros authored Jan 5, 2018
1 parent a55ec12 commit b777e94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@ atom-text-editor[data-grammar="source gfm"]:not(.mini).editor {
color: @green;
}

.syntax--string.syntax--scss {
color: @blue;
}

atom-text-editor[mini] .scroll-view,
atom-text-editor([mini]) .scroll-view {
padding-left: 1px;
Expand Down

0 comments on commit b777e94

Please sign in to comment.