diff options
| author | 2021-02-15 16:26:12 -0800 | |
|---|---|---|
| committer | 2021-02-15 16:26:12 -0800 | |
| commit | 2f3b874f4a7fbaba3290ce068de01227beb1e0c7 (patch) | |
| tree | cc4755e0aba6b6da7fc6410034e1ef8e551251ee | |
| parent | a41f29236f5545ac9b5eaf29ab7df8acd3f8a363 (diff) | |
| download | yoshi-theme-2f3b874f4a7fbaba3290ce068de01227beb1e0c7.tar.gz yoshi-theme-2f3b874f4a7fbaba3290ce068de01227beb1e0c7.zip | |
Add ‘org-document-info-keyword’ and ‘org-meta-line’ faces
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | yoshi-theme.el | 2 |
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)))) |
