Add back Lenovo laptop as Redmond

This commit is contained in:
Jimbo 2024-10-20 18:56:59 -04:00
parent c188a30dc2
commit 95044ea50b
10 changed files with 116 additions and 2 deletions

View 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";
};
}