From 6cd544105e824361ac6ca1b527228e2532c23239 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Aug 2023 00:25:37 -0700 Subject: [PATCH] Add some org-mode faces --- CHANGELOG.org | 2 +- yoshi-theme.el | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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))))