Skip to content

Commit

Permalink
ef-maris-{dark,light}: tweak 'type' semantic colour mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
protesilaos committed Aug 2, 2023
1 parent eb0f4c6 commit 39f8ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ef-maris-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
(preprocessor magenta-cooler)
(docstring cyan-faint)
(string cyan-cooler)
(type green-cooler)
(type green)
(variable cyan)
(rx-escape yellow) ; compare with `string'
(rx-construct red)
Expand Down
2 changes: 1 addition & 1 deletion ef-maris-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
(preprocessor magenta-cooler)
(docstring cyan-faint)
(string cyan-cooler)
(type green-cooler)
(type green)
(variable cyan)
(rx-escape yellow) ; compare with `string'
(rx-construct red)
Expand Down

0 comments on commit 39f8ab3

Please sign in to comment.