feat: initial commit
This commit is contained in:
commit
7fc2437bed
38 changed files with 1528 additions and 0 deletions
20
users/gandalf/modules/common.nix
Normal file
20
users/gandalf/modules/common.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
colorschemes = rec {
|
||||
custom = {
|
||||
black = "#000000";
|
||||
white = "#ffffff";
|
||||
|
||||
# https://yeun.github.io/open-color/
|
||||
active = "#ffdeeb"; # pink1
|
||||
activeDark = "#f783ac"; # pink4
|
||||
inactive = "#495057"; # gray7
|
||||
inactiveDark = "#212529"; # gray9
|
||||
alert = "#c92a2a"; # red9
|
||||
};
|
||||
default = custom;
|
||||
};
|
||||
|
||||
font = "DejaVuSansM Nerd Font";
|
||||
font-size = "14";
|
||||
gtk = "Adwaita";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue