hyprtoolkit colors

This commit is contained in:
2026-02-23 13:13:37 +01:00
parent 70c62eada8
commit 7dee04d6e7
3 changed files with 29 additions and 10 deletions

13
modules/gtk.nix Normal file
View File

@@ -0,0 +1,13 @@
{ ... }:
{
gtk.enable = true;
dconf = {
enable = true;
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
};
}

View File

@@ -0,0 +1,14 @@
{ ... }:
{
# TO BE CHANGED WHEN NIX CONFIG OF THIS FILE WILL RELEASE!!!!
xdg.configFile."hypr/hyprtoolkit.conf".text = ''
background=0xff11111b
base=0xff1e1e2e
alternate_base=0xff181825
text=0xffcdd6f4
bright_text=0xffbac2de
accent=0xffcba6f7
accent_secondary=0xffb4befe
'';
}