From 27ab1f5e5fbcda3eed4f63cc7c705d9e76d08ba5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 4 May 2019 16:37:30 -0700 Subject: [PATCH] Change the color of comments --- CHANGELOG.org | 5 +++++ yoshi-theme.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index f86fe78..60ce523 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 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 * [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20 diff --git a/yoshi-theme.el b/yoshi-theme.el index f3a04b9..10f478e 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -54,7 +54,7 @@ `(error ((t (:foreground ,fgred :weight bold)))) `(font-lock-builtin-face ((t (:foreground ,fgcyan)))) `(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-doc-face ((t (:foreground ,fggreen :inherit unspecified)))) `(font-lock-function-name-face ((t (:foreground ,fgblue))))