summaryrefslogtreecommitdiff
path: root/home/dots/.emacs.d
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
parent44b57fd1c8b630ec213c90702b53a3d5cb9b3499 (diff)
downloadguix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.gz
guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.bz2
guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.zip
updates
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r--home/dots/.emacs.d/BOGO-dark-theme.el3
-rw-r--r--home/dots/.emacs.d/BOGO-theme.el8
2 files changed, 6 insertions, 5 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el
index 7c4c7df..91e8e85 100644
--- a/home/dots/.emacs.d/BOGO-dark-theme.el
+++ b/home/dots/.emacs.d/BOGO-dark-theme.el
@@ -67,6 +67,7 @@
'(mu4e-header-key-face ((t (:weight bold))))
'(mu4e-highlight-face ((t (:inherit highlight))))
'(org-date ((t (:inherit fixed-pitch))))
+ '(org-table ((t (:inherit fixed-pitch :foreground "white"))))
'(org-agenda-structure ((t nil)))
'(org-upcoming-deadline ((t nil)))
'(org-imminent-deadline ((t (:foreground "DarkOrange3" :weight bold))))
@@ -106,7 +107,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" :height 1.0))))
+ '(variable-pitch ((t (:family "iA Writer Quattro V" :height 1.0))))
'(window-divider ((t (:foreground "gray20")))))
(provide-theme 'BOGO-dark)
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"))))