Use catppuccino themes

This commit is contained in:
Charlotte Van Petegem 2023-06-30 10:38:01 +02:00
parent 004d15e2ad
commit 1706f47908
No known key found for this signature in database
GPG key ID: 019E764B7184435A
6 changed files with 98 additions and 115 deletions

View file

@ -177,38 +177,9 @@
)
;; Theming
(use-package modus-themes
:config
(setq modus-themes-bold-constructs t) ;; Use bold accents
(setq modus-themes-fringes nil) ;; No fringes
(setq modus-themes-common-palette-overrides
`(
;; Colourful active modeline
(bg-mode-line-active bg-blue-intense)
(fg-mode-line-active fg-main)
;; Borderless modeline
(border-mode-line-active unspecified)
(border-mode-line-inactive unspecified)
;; Alt syntax colours
(builtin magenta)
(comment yellow-cooler)
(constant magenta-cooler)
(docstring magenta-faint)
(docmarkup green-faint)
(fnname magenta-warmer)
(keyword cyan)
(preprocessor cyan-cooler)
(string red-cooler)
(type magenta-cooler)
(variable blue-warmer)
(rx-construct magenta-warmer)
(rx-backslash blue-cooler)
;; Colours are nice
,@modus-themes-preset-overrides-intense
)
)
(setq modus-themes-region '(bg-only)) ;; Don't lose syntax highlighting in the active region
(load-theme 'modus-operandi t)
(use-package catppuccin-theme
:custom (catppuccin-flavor 'latte)
:config (load-theme 'catppuccin :no-confirm)
)
(use-package no-littering