Use catppuccino themes
This commit is contained in:
parent
004d15e2ad
commit
1706f47908
6 changed files with 98 additions and 115 deletions
|
@ -61,22 +61,22 @@
|
|||
|
||||
console = {
|
||||
colors = [
|
||||
"f8f8f8"
|
||||
"a60000"
|
||||
"005e00"
|
||||
"813e00"
|
||||
"0031a9"
|
||||
"721045"
|
||||
"00538b"
|
||||
"282828"
|
||||
"ffffff"
|
||||
"972500"
|
||||
"315b00"
|
||||
"70480f"
|
||||
"2544bb"
|
||||
"8f0075"
|
||||
"30517f"
|
||||
"000000"
|
||||
"eff1f5"
|
||||
"d20f39"
|
||||
"40a02b"
|
||||
"df8e1d"
|
||||
"1e66f5"
|
||||
"ea76cb"
|
||||
"179299"
|
||||
"6c6f85"
|
||||
"acb0be"
|
||||
"d20f39"
|
||||
"40a02b"
|
||||
"df8e1d"
|
||||
"1e66f5"
|
||||
"ea76cb"
|
||||
"179299"
|
||||
"4c4f69"
|
||||
];
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "us";
|
||||
|
|
|
@ -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