Add back Lenovo laptop as Redmond
This commit is contained in:
parent
c188a30dc2
commit
95044ea50b
10 changed files with 116 additions and 2 deletions
22
variables/look/colors/green/default.nix
Normal file
22
variables/look/colors/green/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.look.colors = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.look.colors = {
|
||||
prime = "12c949"; #12c949
|
||||
accent = "115622"; #115622
|
||||
split = "2c7250"; #2c7250
|
||||
actSplit = "457551"; #457551
|
||||
dark = "101911"; #101911
|
||||
mid = "17231c"; #17231c
|
||||
light = "263327"; #263327
|
||||
urgent = "C43823"; #C43823
|
||||
text = "C7D3E3"; #C7D3E3
|
||||
|
||||
folder = "green";
|
||||
wallpapers = "leaves";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue