diff options
Diffstat (limited to 'home/dots/.emacs.d/BOGO-theme.el')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index ca3ba8f..c0a96da 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -2,7 +2,7 @@ "Created 2024-11-20.") (custom-theme-set-faces - 'BOGO + 'BOGO '(default ((t (:inherit nil :extend nil :stipple nil :background "#fffff8" :foreground "#111111" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 150 :width expanded :foundry "UKWN" :family "Iosevka SS13 Extended")))) '(avy-lead-face ((t (:inherit fixed-pitch :background "dark red" :foreground "white")))) '(calendar-weekend-header ((t (:inherit nil)))) @@ -87,7 +87,7 @@ '(org-scheduled-today ((t nil))) '(org-list-dt ((t (:weight bold)))) '(org-agenda-calendar-event ((t nil))) - '(org-drawer ((t nil))) + '(org-drawer ((t :inherit fixed-pitch))) '(org-hide ((t (:foreground "#FFFFF8")))) '(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through nil :extend nil :weight bold)))) '(org-todo ((t (:weight bold :inherit fixed-pitch)))) @@ -95,7 +95,7 @@ '(org-priority ((t (:inherit fixed-pitch)))) '(org-headline-done ((t (:inherit org-agenda-dimmed-todo-face)))) '(org-level-1 ((t (:inherit outline-1 :extend nil :weight regular)))) - '(org-tag ((t (:foreground "gray70")))) + '(org-tag ((t (:foreground "gray70" :inherit fixed-pitch)))) '(org-time-grid ((t (:foreground "gray")))) '(org-meta-line ((t (:foreground "gray" :inherit fixed-pitch)))) '(org-block-begin-line ((t :inherit org-tag))) @@ -114,7 +114,7 @@ '(tldr-command-itself ((t (:background "khaki" :foreground "#111111" :weight bold)))) '(tldr-introduction ((t (:foreground "#111111" :slant italic)))) '(tldr-title ((t (:inherit variable-pitch :foreground "#111111" :weight bold)))) - '(variable-pitch ((t (:family "Iosevka Aile" :height 1.0)))) + '(variable-pitch ((t (:family "Iosevka Aile")))) '(window-divider ((t (:foreground "gray90"))))) (provide-theme 'BOGO) |