diff options
Diffstat (limited to 'home/dots/.emacs.d/BOGO-dark-theme.el')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index 7c4c7df..91e8e85 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -67,6 +67,7 @@ '(mu4e-header-key-face ((t (:weight bold)))) '(mu4e-highlight-face ((t (:inherit highlight)))) '(org-date ((t (:inherit fixed-pitch)))) + '(org-table ((t (:inherit fixed-pitch :foreground "white")))) '(org-agenda-structure ((t nil))) '(org-upcoming-deadline ((t nil))) '(org-imminent-deadline ((t (:foreground "DarkOrange3" :weight bold)))) @@ -106,7 +107,7 @@ '(tldr-command-itself ((t (:background "khaki" :foreground "#fffff8" :weight bold)))) '(tldr-introduction ((t (:foreground "#fffff8" :slant italic)))) '(tldr-title ((t (:inherit variable-pitch :foreground "#fffff8" :weight bold)))) - '(variable-pitch ((t (:family "iA Writer Duo" :height 1.0)))) + '(variable-pitch ((t (:family "iA Writer Quattro V" :height 1.0)))) '(window-divider ((t (:foreground "gray20"))))) (provide-theme 'BOGO-dark) |