diff options
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index feffb7d..7c4c7df 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -3,7 +3,7 @@ (custom-theme-set-faces 'BOGO-dark - '(default ((t (:inherit nil :extend nil :stipple nil :background "#1d1d1d" :foreground "#fffff8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 150 :width expanded :foundry "UKWN" :family "Iosevka Term")))) + '(default ((t (:inherit nil :extend nil :stipple nil :background "#1d1d1d" :foreground "#fffff8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 150 :width expanded :foundry "UKWN" :family "iA Writer Mono V")))) '(avy-lead-face ((t (:inherit fixed-pitch :background "dark red" :foreground "white")))) '(avy-goto-char-timer-face ((t (:inherit fixed-pitch :background "gray50" :foreground "white")))) '(calendar-weekend-header ((t (:inherit nil)))) @@ -17,6 +17,7 @@ '(eshell-prompt ((t (:weight bold)))) '(eww-valid-certificate ((t (:foreground "#fafaf8" :weight bold)))) '(fixed-pitch ((t (:family "Iosevka Term")))) + '(fixed-pitch-serif ((t (:family "Iosevka Term")))) '(isearch ((t (:foreground "white")))) '(font-lock-builtin-face ((t (:weight regular)))) '(font-lock-comment-face ((t (:foreground "gray40")))) @@ -24,6 +25,8 @@ '(git-gutter:added ((t nil))) '(git-gutter:modified ((t nil))) '(git-gutter:deleted ((t (:foreground "red")))) + '(info-header-xref ((t ()))) + '(info-header-node ((t (:slant italic)))) '(font-lock-function-name-face ((t nil))) '(font-lock-keyword-face ((t nil))) '(font-lock-string-face ((t (:foreground "#fffff8" :slant italic)))) @@ -31,7 +34,7 @@ '(magit-section-heading ((t (:weight bold)))) '(font-lock-variable-name-face ((t (:foreground "#fffff8")))) '(fringe ((t nil))) - '(header-line ((t (:inherit default :foreground "grey20" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "#e0e0e0" :style line :position 0) :family "iA Writer Duo V" :height 1.0)))) + '(header-line ((t (:inherit default :foreground "grey80" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "gray20" :style line :position 0) :family "iA Writer Duo V" :height 1.0)))) '(highlight ((t (:background "azure2")))) '(info-header-xref ((t (:inherit info-xref :underline (:color "RoyalBlue3" :style line :position t))))) '(info-menu-header ((t (:family "Iosevka aile" :weight bold)))) @@ -53,13 +56,13 @@ '(gnus-header-subject ((t (:slant italic)))) '(gnus-header-from ((t (:weight bold)))) '(minibuffer-prompt ((t nil))) - '(mode-line ((t (:background "#444444" :foreground "#fffff8" :box (:line-width (2 . 2) :style flat-button) :overline "#444444" :underline (:color "#444444" :style line :position t) :family "iA Writer Duo V")))) + '(mode-line ((t (:background "#333333" :foreground "#fffff8" :box (:line-width (2 . 2) :style flat-button) :overline "#333333" :underline (:color "#333333" :style line :position t) :family "iA Writer Duo V")))) '(mode-line-emphasis ((t nil))) '(mode-line-buffer-id ((t nil))) '(magit-section-highlight ((t (:background "#333333")))) '(magit-diff-file-heading-highlight ((t (:inherit magit-section-highlight)))) '(magit-diff-file-heading ((t nil))) - '(mode-line-inactive ((t (:inherit mode-line :background "#333333" :foreground "grey40" :overline "#333333" :underline (:color "#333333" :style line :position 0) :weight light)))) + '(mode-line-inactive ((t (:inherit mode-line :background "#222222" :foreground "grey40" :overline "#222222" :underline (:color "#222222" :style line :position 0) :weight light)))) '(mu4e-header-highlight-face ((t (:inherit hl-line :extend t :weight bold)))) '(mu4e-header-key-face ((t (:weight bold)))) '(mu4e-highlight-face ((t (:inherit highlight)))) @@ -84,7 +87,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 "gray30")))) '(org-time-grid ((t (:foreground "gray")))) '(org-meta-line ((t (:foreground "gray" :inherit fixed-pitch)))) '(org-block-begin-line ((t :inherit org-tag))) @@ -103,7 +106,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 V" :height 1.0)))) + '(variable-pitch ((t (:family "iA Writer Duo" :height 1.0)))) '(window-divider ((t (:foreground "gray20"))))) (provide-theme 'BOGO-dark) |