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

View file

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

View file

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

View file

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