mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Shift font-lock faces
Try and use more complementary colors close together.
This commit is contained in:
parent
e65d54ada8
commit
5ed667f880
1 changed files with 4 additions and 4 deletions
|
@ -136,14 +136,14 @@
|
||||||
`(font-lock-comment-face ((t (:foreground ,gray4 :slant italic))))
|
`(font-lock-comment-face ((t (:foreground ,gray4 :slant italic))))
|
||||||
`(font-lock-constant-face ((t (:foreground ,red5))))
|
`(font-lock-constant-face ((t (:foreground ,red5))))
|
||||||
`(font-lock-doc-face ((t (:foreground ,gray4 :inherit unspecified))))
|
`(font-lock-doc-face ((t (:foreground ,gray4 :inherit unspecified))))
|
||||||
`(font-lock-function-name-face ((t (:foreground ,purple5))))
|
`(font-lock-function-name-face ((t (:foreground ,blue5))))
|
||||||
`(font-lock-keyword-face ((t (:foreground ,yellow5))))
|
`(font-lock-keyword-face ((t (:foreground ,orange5))))
|
||||||
`(font-lock-negation-char-face ((t (:foreground ,red5))))
|
`(font-lock-negation-char-face ((t (:foreground ,red5))))
|
||||||
`(font-lock-regexp-grouping-backslash ((t (:foreground ,red5))))
|
`(font-lock-regexp-grouping-backslash ((t (:foreground ,red5))))
|
||||||
`(font-lock-regexp-grouping-construct ((t (:foreground ,pink5))))
|
`(font-lock-regexp-grouping-construct ((t (:foreground ,pink5))))
|
||||||
`(font-lock-string-face ((t (:foreground ,turquoise5))))
|
`(font-lock-string-face ((t (:foreground ,turquoise5))))
|
||||||
`(font-lock-type-face ((t (:foreground ,orange5))))
|
`(font-lock-type-face ((t (:foreground ,purple5))))
|
||||||
`(font-lock-variable-name-face ((t (:foreground ,blue5))))
|
`(font-lock-variable-name-face ((t (:foreground ,yellow5))))
|
||||||
`(font-lock-warning-face ((t (:underline (:color ,orange5) :inherit unspecified))))
|
`(font-lock-warning-face ((t (:underline (:color ,orange5) :inherit unspecified))))
|
||||||
`(fringe ((t (:background unspecified :inherit default))))
|
`(fringe ((t (:background unspecified :inherit default))))
|
||||||
`(gnus-button ((t (:weight bold))))
|
`(gnus-button ((t (:weight bold))))
|
||||||
|
|
Loading…
Reference in a new issue