add themenix

This commit is contained in:
Alex 2024-08-01 19:16:23 -04:00
parent df2901291f
commit 35cc84844b
1 changed files with 22 additions and 0 deletions

22
config/modules/theme.nix Normal file
View File

@ -0,0 +1,22 @@
{
border-radius = 5;
colors = {
background = "#282A2E";
background-alt = "#373B41";
foreground = "#C5C8C6";
primary = "#F0C674";
secondary = "#8ABEB7";
alert = "#A54242";
disabled = "#707880";
};
sizing = {
xs = 1;
s = 2;
m = 4;
l = 8;
xl = 16;
};
}