diff options
Diffstat (limited to 'home/dots/.emacs.d/BOGO-theme.el')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index c530d8f..4ab0328 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -2,8 +2,8 @@ "Created 2024-11-20.") (custom-theme-set-faces - '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")))) + '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 "iA Writer Mono V")))) '(avy-lead-face ((t (:inherit fixed-pitch :background "dark red" :foreground "white")))) '(calendar-weekend-header ((t (:inherit nil)))) '(comint-highlight-prompt ((t nil))) @@ -15,7 +15,7 @@ '(erc-timestamp-face ((t (:foreground "blue" :weight bold)))) '(eshell-prompt ((t (:weight bold)))) '(eww-valid-certificate ((t (:foreground "#111111" :weight bold)))) - '(fixed-pitch ((t (:family "Iosevka SS13 Extended")))) + '(fixed-pitch ((t (:family "iA Writer Mono V")))) '(font-lock-builtin-face ((t (:weight regular)))) '(font-lock-comment-face ((t (:foreground "gray40")))) '(font-lock-constant-face ((t (:slant italic)))) @@ -29,7 +29,7 @@ '(magit-section-heading ((t (:weight bold)))) '(font-lock-variable-name-face ((t (:foreground "#111111")))) '(fringe ((t nil))) - '(header-line ((t (:inherit default :foreground "grey20" :box (:line-width (12 . 12) :color "#fffff8") :underline (:color "#e0e0e0" :style line :position 0) :family "Iosevka Aile" :height 1.0)))) + '(header-line ((t (:inherit default :foreground "grey20" :box (:line-width (12 . 12) :color "#fffff8") :underline (:color "#e0e0e0" :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)))) @@ -51,7 +51,7 @@ '(gnus-header-subject ((t (:slant italic)))) '(gnus-header-from ((t (:weight bold)))) '(minibuffer-prompt ((t nil))) - '(mode-line ((t (:background "#EEEEE8" :foreground "#111111" :box (:line-width (4 . 4) :style flat-button) :overline "white" :underline (:color "#fffff8" :style line :position t) :family "Iosevka Aile")))) + '(mode-line ((t (:background "#EEEEE8" :foreground "#111111" :box (:line-width (4 . 4) :style flat-button) :overline "white" :underline (:color "#fffff8" :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 "#EEEEE8")))) @@ -88,10 +88,10 @@ '(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 (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "Iosevka Aile")))) - '(tab-line-highlight ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "Iosevka Aile")))) - '(tab-line-tab-current ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "Iosevka Aile")))) - '(tab-line-tab-inactive ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :foreground "gray70" :family "Iosevka Aile")))) + '(tab-line ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "iA Writer Duo V")))) + '(tab-line-highlight ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "iA Writer Duo V")))) + '(tab-line-tab-current ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "iA Writer Duo V")))) + '(tab-line-tab-inactive ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :foreground "gray70" :family "iA Writer Duo V")))) '(tab-bar ((t (:background "#EEEEE8" :box nil :weight semi-light :family "iosevka Aile")))) '(tab-bar-tab ((t (:inherit tab-bar :box (:line-width (12 . -1) :style flat-button) :background "#fffff8" :foreground "#111111")))) '(tab-bar-tab-inactive ((t (:inherit tab-bar-tab :box (:line-width (12 . -1) :style flat-button) :background "#EEEEE8" :foreground "#111111" :weight semi-light)))) @@ -101,7 +101,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 "iA Writer Quattro V" :height 1.0)))) '(window-divider ((t (:foreground "gray90"))))) (provide-theme 'BOGO) |