diff options
Diffstat (limited to 'home/dots/.emacs.d/BOGO-dark-theme.el')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index 6b623cb..adafa0f 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 "iA Writer Mono V")))) + '(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 SS13 Extended")))) '(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)))) @@ -16,8 +16,8 @@ '(erc-timestamp-face ((t (:foreground "blue" :weight bold)))) '(eshell-prompt ((t (:weight bold)))) '(eww-valid-certificate ((t (:foreground "#fafaf8" :weight bold)))) - '(fixed-pitch ((t (:family "iA Writer Mono V")))) - '(fixed-pitch-serif ((t (:family "iA Writer Mono V")))) + '(fixed-pitch ((t (:family "Iosevka SS13 Extended")))) + '(fixed-pitch-serif ((t (:family "Iosevka SS13 Extended")))) '(isearch ((t (:foreground "white")))) '(font-lock-builtin-face ((t (:weight regular)))) '(font-lock-comment-face ((t (:foreground "gray40")))) @@ -34,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 "grey80" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "gray20" :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 "Iosevka Aile" :height 1.0)))) '(highlight ((t (:background "gray20")))) '(eglot-highlight-symbol-face ((t ()))) '(info-header-xref ((t (:inherit info-xref :underline (:color "RoyalBlue3" :style line :position t))))) @@ -58,7 +58,7 @@ '(gnus-header-subject ((t (:slant italic)))) '(gnus-header-from ((t (:weight bold)))) '(minibuffer-prompt ((t nil))) - '(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 ((t (:background "#333333" :foreground "#fffff8" :box (:line-width (2 . 2) :style flat-button) :overline "#333333" :underline (:color "#333333" :style line :position t) :family "Iosevka Aile")))) '(mode-line-emphasis ((t nil))) '(mode-line-buffer-id ((t nil))) '(magit-section-highlight ((t (:background "#333333")))) @@ -98,11 +98,11 @@ '(org-block-begin-line ((t :inherit org-tag))) '(org-quote ((t (:inherit org-block :slant italic)))) '(outline-4 ((t (:inherit outline-2)))) - '(tab-line ((t ( :weight semi-light :family "iA Writer Duo V")))) - '(tab-line-highlight ((t (:weight semi-light :family "iA Writer Duo V")))) - '(tab-line-tab-current ((t (:weight semi-light :family "iA Writer Duo V")))) - '(tab-line-tab-inactive ((t (:weight semi-light :foreground "gray70" :family "iA Writer Duo V")))) - '(tab-bar ((t (:weight semi-light :box nil :background "#333333" :family "iA Writer Duo V")))) + '(tab-line ((t ( :weight semi-light :family "Iosevka Aile")))) + '(tab-line-highlight ((t (:weight semi-light :family "Iosevka Aile")))) + '(tab-line-tab-current ((t (:weight semi-light :family "Iosevka Aile")))) + '(tab-line-tab-inactive ((t (:weight semi-light :foreground "gray70" :family "Iosevka Aile")))) + '(tab-bar ((t (:weight semi-light :box nil :background "#333333" :family "Iosevka Aile")))) '(tab-bar-tab ((t (:inherit tab-bar :box (:line-width (12 . -1) :style flat-button :color "#1d1d1d") :background "#1d1d1d" :foreground "#fffff8")))) '(tab-bar-tab-inactive ((t (:box (:line-width (12 . -1) :style flat-button :color "#333333") :background "#333333" :foreground "#999999" :weight semi-light )))) '(tldr-code-block ((t (:background "cornsilk" :foreground "#fffff8")))) |