From af60ee88e26fe4d57ddbc2afea5b0e32c6a1e81d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 31 Jan 2021 22:05:11 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98org-code=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, 5 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index d9885ec..624fc9c 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -52,6 +52,10 @@ Add the face =fill-column-indicator=. Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~. +** ADDED org-code face + +Add the face ~org-code~. + * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05 :PROPERTIES: :CUSTOM_ID: release-6.2.0 diff --git a/yoshi-theme.el b/yoshi-theme.el index a1e7f68..405cd68 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -409,6 +409,7 @@ `(org-block-end-line ((t (:foreground ,yoshi-4 :slant unspecified :background ,yoshi-1 :height 0.71)))) `(org-checkbox-statistics-done ((t (:foreground ,bgcyan)))) `(org-checkbox-statistics-todo ((t (:foreground ,fgcyan)))) + `(org-code ((t (:background ,yoshi-1 :box unspecified :inherit unspecified)))) `(org-date ((t (:foreground ,fgpink :underline unspecified)))) `(org-document-title ((t (:foreground ,fgorange :height 1.5)))) `(org-headline-done ((t (:foreground ,yoshi-4))))