Alright this ain't finished cause of the home stuff but I don't wanna lose what I've done. Impermanence, disko, lots of changes. TODO: add modularity to home.
This commit is contained in:
parent
7a3f60038b
commit
15ab10152b
109 changed files with 766 additions and 749 deletions
|
@ -15,8 +15,6 @@
|
|||
light = "272b33"; #272B33
|
||||
urgent = "C43823"; #C43823
|
||||
text = "C7D3E3"; #C7D3E3
|
||||
|
||||
folder = "indigo";
|
||||
wallpapers = "purplespace";
|
||||
};
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{ 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";
|
||||
};
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{ 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";
|
||||
};
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.look.colors = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.look.colors = {
|
||||
prime = "c91236"; #c91236
|
||||
accent = "56111f"; #56111f
|
||||
split = "722d51"; #722d51
|
||||
actSplit = "754566"; #754566
|
||||
dark = "191016"; #191016
|
||||
mid = "23171d"; #23171d
|
||||
light = "332926"; #332926
|
||||
urgent = "C43823"; #C43823
|
||||
text = "C7D3E3"; #C7D3E3
|
||||
|
||||
folder = "red";
|
||||
wallpapers = "dogmatica";
|
||||
};
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./border
|
||||
./colors
|
||||
./fonts
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue