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:
2026-04-29 15:45:51 -04:00
parent 38ba1d95e3
commit 5ccac480e7

View File

@@ -57,10 +57,10 @@
;;; Theme
(use-package catppuccin-theme
(use-package modus-themes
:ensure nil
:config
(setq catppuccin-flavor 'mocha)
(load-theme 'catppuccin t))
(load-theme 'modus-vivendi t))
;;; Discoverability