colors from wallpapers

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-04 16:59:05 +02:00
parent ce84d681e0
commit d7cc5f77d7
5 changed files with 190 additions and 20 deletions

13
flake-modules/colors.json Normal file
View File

@@ -0,0 +1,13 @@
{
"base": {
"foreground": "#eedce2",
"background": "#221016"
},
"to_alter": {
"accent": "#ac5271",
"secondary": "#f20c5b",
"tertiary": "#d5a287",
"special": "#51ac8d",
"weird": "#0cf2a3"
}
}