diff options
| author | 2021-02-15 16:12:15 -0800 | |
|---|---|---|
| committer | 2021-02-15 16:12:15 -0800 | |
| commit | 4c4b29f346aef0ed622a592e0fa2310d389ea521 (patch) | |
| tree | c5b84fb0524d8bcb335c3c83d0616455beded692 | |
| parent | 77036b1067c16451cbc9fdca254f31b6725b795b (diff) | |
| download | yoshi-theme-4c4b29f346aef0ed622a592e0fa2310d389ea521.tar.gz yoshi-theme-4c4b29f346aef0ed622a592e0fa2310d389ea521.zip | |
Add ‘org-verbatim’ face
| -rw-r--r-- | CHANGELOG.org | 4 | ||||
| -rw-r--r-- | yoshi-theme.el | 1 |
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)))) |
