1
Fork 0

Switch back to light themes

This commit is contained in:
prescientmoon 2024-03-07 02:47:37 +01:00
parent 0e536b6ae4
commit e71a356d65
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
4 changed files with 10 additions and 11 deletions

View file

@ -24,9 +24,9 @@ let
catppuccin-latte = { catppuccin-latte = {
stylix = { stylix = {
image = ./wallpapers/happy_phos.png; image = ./wallpapers/watercag.png;
base16Scheme = "${inputs.catppuccin-base16}/base16/latte.yaml"; base16Scheme = "${inputs.catppuccin-base16}/base16/latte.yaml";
opacity = transparency 0.6; opacity = transparency 0.7;
polarity = "light"; polarity = "light";
}; };
@ -99,7 +99,7 @@ let
}; };
# Select your current theme here! # Select your current theme here!
currentTheme = themes.catppuccin-macchiato; currentTheme = themes.catppuccin-latte;
in in
{ {
# We apply the current theme here. # We apply the current theme here.

View file

@ -10,7 +10,7 @@ lib.fix (self: {
}; };
"Catppuccin Latte" = fetchurl { "Catppuccin Latte" = fetchurl {
url = "https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css"; url = "https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css";
sha256 = "17l8gl0sbiv9708gcbbks246qpxczkz61mjd1jzjrc48pngmzzkv"; sha256 = "HixxRdOTU7RynNseRWAWd4VzqYoX52n2nWlt9DX5MS8=";
}; };
"Catppuccin Macchiato" = fetchurl { "Catppuccin Macchiato" = fetchurl {
url = "https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css"; url = "https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css";

View file

@ -12,10 +12,10 @@ let
}); });
colorschemeMap = lib.fix (self: { colorschemeMap = lib.fix (self: {
"Catppuccin Mocha" = "mocha"; "Catppuccin Mocha" = "catppuccin-mocha";
"Catppuccin Latte" = "latte"; "Catppuccin Latte" = "catppuccin-latte";
"Catppuccin Frappe" = "frappe"; "Catppuccin Frappe" = "catppuccin-frappe";
"Catppuccin Macchiato" = "macchiato"; "Catppuccin Macchiato" = "catppuccin-macchiato";
default.light = self."Catppuccin Latte"; default.light = self."Catppuccin Latte";
default.dark = self."Catppuccin Macchiato"; default.dark = self."Catppuccin Macchiato";

View file

@ -1,6 +1,5 @@
{ inputs, pkgs, config, ... }: { { inputs, upkgs, config, ... }: {
# REASON: the unstable version crashes on launch home.packages = [ upkgs.wezterm ];
home.packages = [ inputs.wezterm.packages.${pkgs.system}.default ];
xdg.configFile."wezterm/nix".source = xdg.configFile."wezterm/nix".source =
config.satellite.lib.lua.writeFile config.satellite.lib.lua.writeFile