Changed caelestia's, kitty's and neovim colortheme

This commit is contained in:
Tomas Rivera
2026-04-10 15:47:25 +02:00
parent be61b5466e
commit 5812d50256
3 changed files with 101 additions and 6 deletions
+3 -3
View File
@@ -405,7 +405,7 @@
useFahrenheit = false;
useFahrenheitPerformance = false;
useTwelveHourClock = false;
smartScheme = true;
smartScheme = false; # default true
visualisersBars = 45;
};
session = {
@@ -498,10 +498,10 @@
extraArgs = [];
};
wallpaper = {
postHook = ""; # default "echo $WALLPAPER_PATH"
postHook = "caelestia scheme set -n gruvbox -f soft -m dark"; # sets the theme
};
theme = {
enableTerm = true;
enableTerm = false; # we do it manually by adapting our kitty config
enableHypr = true;
enableDiscord = true;
enableSpicetify = true;