mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Change the color of comments
This commit is contained in:
parent
eab4fb67e8
commit
27ab1f5e5f
2 changed files with 6 additions and 1 deletions
|
@ -69,6 +69,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
respectively. Also give the =org-level-1= and =org-level-2= some
|
respectively. Also give the =org-level-1= and =org-level-2= some
|
||||||
extra height.
|
extra height.
|
||||||
|
|
||||||
|
** CHANGED the color of comments
|
||||||
|
|
||||||
|
Change the color of =font-lock-comment-face= to stand out more, since comments
|
||||||
|
are generally important pieces of information that show up scarcely.
|
||||||
|
|
||||||
** REMOVED the 10th rainbow delimiters depth face
|
** REMOVED the 10th rainbow delimiters depth face
|
||||||
|
|
||||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
`(error ((t (:foreground ,fgred :weight bold))))
|
`(error ((t (:foreground ,fgred :weight bold))))
|
||||||
`(font-lock-builtin-face ((t (:foreground ,fgcyan))))
|
`(font-lock-builtin-face ((t (:foreground ,fgcyan))))
|
||||||
`(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :inherit unspecified))))
|
`(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :inherit unspecified))))
|
||||||
`(font-lock-comment-face ((t (:foreground ,fgdim))))
|
`(font-lock-comment-face ((t (:foreground ,fgpink))))
|
||||||
`(font-lock-constant-face ((t (:foreground ,fgred))))
|
`(font-lock-constant-face ((t (:foreground ,fgred))))
|
||||||
`(font-lock-doc-face ((t (:foreground ,fggreen :inherit unspecified))))
|
`(font-lock-doc-face ((t (:foreground ,fggreen :inherit unspecified))))
|
||||||
`(font-lock-function-name-face ((t (:foreground ,fgblue))))
|
`(font-lock-function-name-face ((t (:foreground ,fgblue))))
|
||||||
|
|
Loading…
Reference in a new issue