pinwheel: Add colors module to define common colors

This commit is contained in:
Alexander Heldt
2023-10-21 22:47:20 +02:00
parent 4a1a50d24f
commit ca1b71261d
6 changed files with 50 additions and 49 deletions

View File

@@ -0,0 +1,12 @@
{
lib = {
colors = {
foreground = "f9c22b";
foreground-dim = "a57b06";
background = "262626";
gray = "3a3a3a";
warning = "ff6969";
};
};
}