diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-28 10:58:24 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-28 10:58:24 +0200 |
commit | cb4ffe132db3051ad1789b8e0f9e4884ff9a7273 (patch) | |
tree | e41f5ba6a37f3040deeeda06ec7858d85b04d8c6 /home/dots/.emacs.d/BOGO-dark-theme.el | |
parent | 44b57fd1c8b630ec213c90702b53a3d5cb9b3499 (diff) | |
download | guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.gz guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.bz2 guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.zip |
updates
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) |