diff options
| author | 2023-08-01 00:25:37 -0700 | |
|---|---|---|
| committer | 2023-08-01 00:25:37 -0700 | |
| commit | 6cd544105e824361ac6ca1b527228e2532c23239 (patch) | |
| tree | 69d0561bc67d285257e19416907b8d499c0df294 | |
| parent | c4328b9073b1723f8be01f9316b6d6f9c1f10a8d (diff) | |
| download | yoshi-theme-6cd544105e824361ac6ca1b527228e2532c23239.tar.gz yoshi-theme-6cd544105e824361ac6ca1b527228e2532c23239.zip | |
Add some org-mode 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 190cf31..151b4eb 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=, =org-verbatim=, =org-document-info-keyword=, and =org-meta-line= faces. +Add the =org-code=, =org-verbatim=, =org-document-info-keyword=, =org-meta-line=, =org-document-info=, and =org-table= faces. ** CHANGED All the gray faces diff --git a/yoshi-theme.el b/yoshi-theme.el index be3b9d8..d3535df 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -429,6 +429,7 @@ `(org-checkbox-statistics-todo ((t (:foreground ,fgcyan)))) `(org-code ((t (:background ,yoshi-1 :box ,(yoshi-theme--make-inline-box yoshi-1) :inherit fixed-pitch)))) `(org-date ((t (:foreground ,fgpink :underline unspecified)))) + `(org-document-info ((t (:foreground ,brpurple)))) `(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)))) @@ -444,6 +445,7 @@ `(org-scheduled ((t (:foreground ,yoshi-4)))) `(org-scheduled-previously ((t (:weight bold)))) `(org-scheduled-today ((t (:foreground ,yoshi-6)))) + `(org-table ((t (:foreground ,fgcyan :inherit fixed-pitch)))) `(org-time-grid ((t (:foreground ,fgorange)))) `(org-verbatim ((t (:foreground ,fgcyan :inherit fixed-pitch)))) |
