summaryrefslogtreecommitdiff
path: root/home/dots/.emacs.d/BOGO-theme.el
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-11-28 10:58:24 +0200
committerMarc Coquand <marc@mccd.space>2024-11-28 10:58:24 +0200
commitcb4ffe132db3051ad1789b8e0f9e4884ff9a7273 (patch)
treee41f5ba6a37f3040deeeda06ec7858d85b04d8c6 /home/dots/.emacs.d/BOGO-theme.el
parent44b57fd1c8b630ec213c90702b53a3d5cb9b3499 (diff)
downloadguix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.gz
guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.bz2
guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.zip
updates
Diffstat (limited to 'home/dots/.emacs.d/BOGO-theme.el')
-rw-r--r--home/dots/.emacs.d/BOGO-theme.el8
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 7d09fd3..c530d8f 100644
--- a/home/dots/.emacs.d/BOGO-theme.el
+++ b/home/dots/.emacs.d/BOGO-theme.el
@@ -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 (8 . 8) :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 "Iosevka Aile"))))
'(mode-line-emphasis ((t nil)))
'(mode-line-buffer-id ((t nil)))
'(magit-section-highlight ((t (:background "#EEEEE8"))))
@@ -92,9 +92,9 @@
'(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-bar ((t (:box (:line-width (12 . 24) :style flat-button) :weight semi-light :family "iosevka Aile"))))
- '(tab-bar-tab ((t (:inherit tab-bar :foreground "#111111" :box (:line-width (20 . 1) :color "#fffff8")))))
- '(tab-bar-tab-inactive ((t (:inherit tab-bar-tab :background "#fffff8" :foreground "#999999" :weight semi-light))))
+ '(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"))))
'(tldr-description ((t nil)))
'(tldr-command-argument ((t (:background "cornsilk" :foreground "#111111"))))