Skip to content

Commit

Permalink
fix: update operator and tag to match style guide (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Sep 9, 2024
1 parent 58c5c17 commit 601c36e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sass/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $highlights: (
"type": "yellow",
"literal": "peach",
"number": "peach",
"operator": "teal",
"operator": "sky",
"punctuation": "subtext1",
"property": "teal",
"regexp": "pink",
Expand All @@ -28,8 +28,10 @@ $highlights: (
"doctag": "red",
"meta": "peach",
"section": "blue",
"tag": "subtext0",
"tag": "teal",
/* Should be blue as it themes HTML tags, but blue tags next to blue attributes names is hard to read (see `attr` below for blue attribute names). */
"name": "mauve",
/* Should be yellow as it themes HTML attribute names, but it also themes YAML keys. Having innacurate YAML keys looks arguably worse than slightly bad attribute coloring, so blue it is. */
"attr": "blue",
"attribute": "green",
"bullet": "teal",
Expand Down

0 comments on commit 601c36e

Please sign in to comment.