aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-02-15 16:12:15 -0800
committerGravatar Tom Willemse2021-02-15 16:12:15 -0800
commit4c4b29f346aef0ed622a592e0fa2310d389ea521 (patch)
treec5b84fb0524d8bcb335c3c83d0616455beded692
parent77036b1067c16451cbc9fdca254f31b6725b795b (diff)
downloadyoshi-theme-4c4b29f346aef0ed622a592e0fa2310d389ea521.tar.gz
yoshi-theme-4c4b29f346aef0ed622a592e0fa2310d389ea521.zip
Add ‘org-verbatim’ face
-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))))