pinwheel: Add colors module to define common colors
This commit is contained in:
12
hosts/pinwheel/modules/colors/default.nix
Normal file
12
hosts/pinwheel/modules/colors/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
lib = {
|
||||
colors = {
|
||||
foreground = "f9c22b";
|
||||
foreground-dim = "a57b06";
|
||||
background = "262626";
|
||||
|
||||
gray = "3a3a3a";
|
||||
warning = "ff6969";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user