Add a new theme and tamper with some files

This commit is contained in:
Jimbo 2024-10-18 16:26:44 -04:00
parent 03fba91ab6
commit 2828d7a210
16 changed files with 124 additions and 104 deletions

View file

@ -0,0 +1,22 @@
{ lib, config, ... }:
{
options.look.colors = lib.mkOption {
type = lib.types.attrs;
default = {};
};
config.look.colors = {
prime = "f4a61f"; #f4a61f
accent = "684820"; #684820
split = "9e8955"; #9e8955
actSplit = "c9ae68"; #c9ae68
dark = "101419"; #101419
mid = "191810"; #191810
light = "332e26"; #332e26
urgent = "C43823"; #C43823
text = "C7D3E3"; #C7D3E3
folder = "orange";
wallpapers = "hillorange";
};
}

View file

@ -12,7 +12,7 @@
actSplit = "754566"; #754566
dark = "191016"; #191016
mid = "23171d"; #23171d
light = "272b33"; #272B33
light = "332926"; #332926
urgent = "C43823"; #C43823
text = "C7D3E3"; #C7D3E3