diff options
author | bd <bdunahu@operationnull.com> | 2024-06-20 00:04:30 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-20 00:04:30 -0600 |
commit | 46f4abcd82989c330b7fc8b7f63a90eb0d7c0704 (patch) | |
tree | a37e661287dced5c986a2b82dae491d24bcfc6b6 /.config/emacs/modules/bd--themes.el | |
parent | ef625f040941b5e6028afcce9d196943f87bee63 (diff) |
Autostart eshell, make tabs match dwm bar
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r-- | .config/emacs/modules/bd--themes.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index 2db2e70..82ee86a 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -51,7 +51,10 @@ to.") '((bg-mode-line bg-main) (fg-mode-line fg-main) (bg-dim bg-main) - (bg-alt bg-main))) + (bg-alt bg-main) + (bg-tab-bar bg-main) + (bg-tab-current bg-main) + (bg-tab-other bg-inactive))) (ef-winter-palette-overrides '((bg-main "#000000"))) (ef-bio-palette-overrides |