different theme

This commit is contained in:
Kopatz
2025-08-31 20:16:55 +02:00
parent ca21aedd70
commit ad53e8d2b4
5 changed files with 23 additions and 2 deletions

21
modules/themes/ina.nix Normal file
View File

@@ -0,0 +1,21 @@
{
base00 = "0e1415";
base01 = "1a2121";
base02 = "2f3636";
base03 = "899393";
base04 = "bec8c8";
base05 = "dde4e3";
base06 = "cce8e8";
base07 = "9cf1f3";
base08 = "ffb4ab";
base09 = "b4c8e9";
base0A = "b0cccc";
base0B = "80d4d6";
base0C = "9cf1f3";
base0D = "80d4d6";
base0E = "d4e3ff";
base0F = "ffdad6";
"author" = "Stylix";
"scheme" = "Stylix";
"slug" = "stylix";
}

View File

@@ -94,8 +94,8 @@
basics.enable = true; basics.enable = true;
stylix = { stylix = {
enable = true; enable = true;
base16Scheme = import ../../modules/themes/tsukasa.nix; base16Scheme = import ../../modules/themes/ina.nix;
image = ../../tsukasa.jpg; image = ../../wallpaper/ina.jpg;
}; };
}; };
}; };

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
wallpaper/ina.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

View File

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB