diff options
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 c5d6679..3604be9 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -65,7 +65,10 @@ to.") (fg-heading-2 fg-term-magenta-bright) (bg-tab-bar bg-main) (bg-tab-current bg-blue-nuanced) - (bg-tab-other bg-mode-line-inactive)))) + (bg-tab-other bg-mode-line-inactive))) + + (modus-vivendi-tritanopia-palette-overrides + '((bg-blue-nuanced bg-red-subtle)))) (load-theme 'modus-vivendi-tinted :no-confirm) (run-hooks 'modus-themes-post-load-hook) |
