Skip to content

Commit

Permalink
Merge pull request #75 from moodmosaic/topic/haskell-syntax
Browse files Browse the repository at this point in the history
Use yellow color for variables, to make Haskell syntax prettier
  • Loading branch information
braver authored Feb 13, 2019
2 parents 44e968b + 2e48ac3 commit 7524acc
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 7524acc

Please sign in to comment.