change colorscheme

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-07 11:55:57 +03:00
parent 61d4307a10
commit c65a7997e2
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
}; };
stylix = { stylix = {
enable = true; enable = true;
theme = "vesper"; theme = "sandcastle";
}; };
locale = "uk_UA.UTF-8"; locale = "uk_UA.UTF-8";
misc = { misc = {

View File

@ -33,7 +33,7 @@
}; };
stylix = { stylix = {
enable = true; enable = true;
theme = "gruvbox-dark-pale"; theme = "sandcastle";
}; };
locale = "uk_UA.UTF-8"; locale = "uk_UA.UTF-8";
virt.libvirt.enable = true; virt.libvirt.enable = true;

View File

@ -40,7 +40,7 @@
}; };
stylix = { stylix = {
enable = true; enable = true;
theme = "vesper"; theme = "sandcastle";
}; };
locale = "uk_UA.UTF-8"; locale = "uk_UA.UTF-8";
}; };