Add a new theme and tamper with some files
This commit is contained in:
parent
03fba91ab6
commit
2828d7a210
16 changed files with 124 additions and 104 deletions
22
variables/look/colors/orange/default.nix
Normal file
22
variables/look/colors/orange/default.nix
Normal 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";
|
||||
};
|
||||
}
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue