Use catppuccino themes
This commit is contained in:
parent
004d15e2ad
commit
1706f47908
6 changed files with 98 additions and 115 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue