aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org4
-rw-r--r--yoshi-theme.el1
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 4a583f1..9ba0792 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -52,9 +52,9 @@ Add the face =fill-column-indicator=.
Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~.
-** ADDED org-code face
+** ADDED Some org-mode faces
-Add the face ~org-code~.
+Add the ~org-code~ and =org-verbatim= faces.
** CHANGED All the gray faces
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 405cd68..e4ed5d1 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -425,6 +425,7 @@
`(org-scheduled-previously ((t (:weight bold))))
`(org-scheduled-today ((t (:foreground ,yoshi-6))))
`(org-time-grid ((t (:foreground ,fgorange))))
+ `(org-verbatim ((t (:foreground ,fgcyan :inherit fixed-pitch))))
;;; Outline
`(outline-1 ((t (:inherit org-level-1))))