Martin Berg Alstad 6fbe3a6da0
🖌️ Goodbye Stylix
- Added theming to Btop
- Added theming to Nvim and removed bufferline plugin
- Added mode to theme.nix to change from light theme to dark theme
- Replaced Starship theme with Catppuccin starship theme
- Added QT platformtheme ENV
- Moved wallpapers into wallpaper dir
- Replaced image of desktop1 with more up to date one
2025-01-12 17:38:51 +01:00

42 lines
1.0 KiB
Nix

rec {
theme = "catppuccin";
flavor = "mocha";
mode = "dark";
nerdFont = "JetBrainsMono";
rosewaterAlpha = "f5e0dc";
flamingoAlpha = "f2cdcd";
pinkAlpha = "f5c2e7";
mauveAlpha = "cba6f7";
mauveRgb = "rgb(${mauveAlpha})";
redAlpha = "f38ba8";
redRgb = "rgb(${redAlpha})";
maroonAlpha = "eba0ac";
peachAlpha = "fab387";
yellowAlpha = "f9e2af";
yellowRgb = "rgb(${yellowAlpha})";
greenAlpha = "a6e3a1";
tealAlpha = "94e2d5";
tealRgb = "rgb(${tealAlpha})";
skyAlpha = "89dceb";
sapphireAlpha = "74c7ec";
blueAlpha = "89b4fa";
lavenderAlpha = "b4befe";
textAlpha = "cdd6f4";
textRgb = "rgb(${textAlpha})";
subtext1Alpha = "bac2de";
subtext0Alpha = "a6adc8";
overlay2Alpha = "9399b2";
overlay1Alpha = "7f849c";
overlay0Alpha = "6c7086";
surface2Alpha = "585b70";
surface1Alpha = "45475a";
surface0Alpha = "313244";
surface0Rgb = "rgb(${surface0Alpha})";
baseAlpha = "1e1e2e";
baseRgb = "rgb(${baseAlpha})";
mantleAlpha = "181825";
crustAlpha = "11111b";
}