aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org5
-rw-r--r--yoshi-theme.el2
2 files changed, 6 insertions, 1 deletions
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))))