Switch to modus-vivendi theme
catppuccin fails to load in terminal mode (WSL) causing the blue default background. modus-vivendi is built-in so it always loads. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -57,10 +57,10 @@
|
|||||||
|
|
||||||
;;; Theme
|
;;; Theme
|
||||||
|
|
||||||
(use-package catppuccin-theme
|
(use-package modus-themes
|
||||||
|
:ensure nil
|
||||||
:config
|
:config
|
||||||
(setq catppuccin-flavor 'mocha)
|
(load-theme 'modus-vivendi t))
|
||||||
(load-theme 'catppuccin t))
|
|
||||||
|
|
||||||
;;; Discoverability
|
;;; Discoverability
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user