aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-02-15 16:26:12 -0800
committerGravatar Tom Willemse2021-02-15 16:26:12 -0800
commit2f3b874f4a7fbaba3290ce068de01227beb1e0c7 (patch)
treecc4755e0aba6b6da7fc6410034e1ef8e551251ee
parenta41f29236f5545ac9b5eaf29ab7df8acd3f8a363 (diff)
downloadyoshi-theme-2f3b874f4a7fbaba3290ce068de01227beb1e0c7.tar.gz
yoshi-theme-2f3b874f4a7fbaba3290ce068de01227beb1e0c7.zip
Add ‘org-document-info-keyword’ and ‘org-meta-line’ faces
-rw-r--r--CHANGELOG.org2
-rw-r--r--yoshi-theme.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 9ba0792..ce8ffdc 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -54,7 +54,7 @@ Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~.
** ADDED Some org-mode faces
-Add the ~org-code~ and =org-verbatim= faces.
+Add the =org-code=, =org-verbatim=, =org-document-info-keyword=, and =org-meta-line= faces.
** CHANGED All the gray faces
diff --git a/yoshi-theme.el b/yoshi-theme.el
index e9519bf..a8d1ab7 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -411,6 +411,7 @@
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
`(org-code ((t (:background ,yoshi-1 :box (:line-width (5 . -1) :color ,yoshi-1) :inherit fixed-pitch))))
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
+ `(org-document-info-keyword ((t (:foreground ,yoshi-4 :inherit fixed-pitch))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground ,yoshi-4))))
`(org-level-1 ((t (:foreground ,fggreen :underline t :height 1.2))))
@@ -421,6 +422,7 @@
`(org-level-6 ((t (:foreground ,fgpurple))))
`(org-level-7 ((t (:foreground ,fgturquoise))))
`(org-level-8 ((t (:foreground ,fgorange))))
+ `(org-meta-line ((t (:foreground ,yoshi-4 :inherit fixed-pitch))))
`(org-scheduled ((t (:foreground ,yoshi-4))))
`(org-scheduled-previously ((t (:weight bold))))
`(org-scheduled-today ((t (:foreground ,yoshi-6))))