summaryrefslogtreecommitdiff
path: root/home/dots/.emacs.d/BOGO-theme.el
diff options
context:
space:
mode:
authorMarc Coquand <marc@coquand.email>2024-11-30 16:34:24 +0200
committerMarc Coquand <marc@coquand.email>2024-11-30 16:34:24 +0200
commit4c930cc422ac211aaf4655f09599b3c32c38afc5 (patch)
treef79914d366601def71136fc7845625fdc03202b7 /home/dots/.emacs.d/BOGO-theme.el
parent523116a186da2517aa43775f8e463e8be1fe6bd5 (diff)
downloadguix-4c930cc422ac211aaf4655f09599b3c32c38afc5.tar.gz
guix-4c930cc422ac211aaf4655f09599b3c32c38afc5.tar.bz2
guix-4c930cc422ac211aaf4655f09599b3c32c38afc5.zip
.
Diffstat (limited to '')
-rw-r--r--home/dots/.emacs.d/BOGO-theme.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el
index 4ab0328..3b7a99c 100644
--- a/home/dots/.emacs.d/BOGO-theme.el
+++ b/home/dots/.emacs.d/BOGO-theme.el
@@ -44,6 +44,8 @@
'(mastodon-display-name-face ((t (:inherit nil :weight bold))))
'(message-header-name ((t (:weight bold))))
'(message-header-subject ((t (:slant italic))))
+ '(message-header-to ((t nil)))
+ '(message-header-other ((t nil)))
'(message-separator ((t (:foreground "red"))))
'(message-cited-text-1 ((t (:foreground "gray50"))))
'(gnus-header-name ((t (:weight bold))))
@@ -92,7 +94,7 @@
'(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 ((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))))
'(tldr-code-block ((t (:background "cornsilk" :foreground "#111111"))))
@@ -101,7 +103,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 "iA Writer Quattro V" :height 1.0))))
+ '(variable-pitch ((t (:family "Iosevka Aile" :height 1.0))))
'(window-divider ((t (:foreground "gray90")))))
(provide-theme 'BOGO)