aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-05-04 16:37:30 -0700
committerGravatar Tom Willemse2019-05-04 16:37:30 -0700
commit27ab1f5e5fbcda3eed4f63cc7c705d9e76d08ba5 (patch)
treea8455d80af5b9b276d6d3d8a49577d1231cbf228
parenteab4fb67e8fec47c25c4c1393ac1211f043dbd44 (diff)
downloadyoshi-theme-27ab1f5e5fbcda3eed4f63cc7c705d9e76d08ba5.tar.gz
yoshi-theme-27ab1f5e5fbcda3eed4f63cc7c705d9e76d08ba5.zip
Change the color of comments
-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))))