1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Shift font-lock faces

Try and use more complementary colors close together.
This commit is contained in:
Tom Willemse 2013-05-24 20:06:35 +02:00
parent e65d54ada8
commit 5ed667f880

View file

@ -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))))