From 4c4b29f346aef0ed622a592e0fa2310d389ea521 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Feb 2021 16:12:15 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98org-verbatim=E2=80=99=20face?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.org | 4 ++-- 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))))