Skip to content

Commit

Permalink
use yellow color for variables, to make Haskell syntax prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
moodmosaic committed Feb 13, 2019
1 parent 44e968b commit 2e48ac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Solarized (dark).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@
"scope": "entity.other.attribute-name.pseudo-element, entity.other.attribute-name.tag.pseudo-element, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class",
"foreground": "var(blue)"
},
{
"name": "Haskell: Variable",
"scope": "source.haskell variable",
"foreground": "var(yellow)"
},
{
"name": "HTML: =",
"scope": "text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html",
Expand Down

0 comments on commit 2e48ac3

Please sign in to comment.