mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: themes module is sick now
This commit is contained in:
parent
a5ec879db0
commit
00cc80e9e4
31 changed files with 460 additions and 48 deletions
29
config/themes/palettes/chalk/default.nix
Normal file
29
config/themes/palettes/chalk/default.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
font = "";
|
||||
colours = {
|
||||
base00 = "151515";
|
||||
base01 = "202020";
|
||||
base02 = "303030";
|
||||
base03 = "505050";
|
||||
base04 = "b0b0b0";
|
||||
base05 = "d0d0d0";
|
||||
base06 = "e0e0e0";
|
||||
base07 = "f5f5f5";
|
||||
base08 = "fa859c";
|
||||
base09 = "ea9971";
|
||||
base0A = "ddb26f";
|
||||
base0B = "a1bb54";
|
||||
base0C = "10bcad";
|
||||
base0D = "5ab9ed";
|
||||
base0E = "db8fea";
|
||||
base0F = "deaf8f";
|
||||
base10 = "0b0b0b";
|
||||
base11 = "060606";
|
||||
base12 = "fb9fb1";
|
||||
base13 = "eda987";
|
||||
base14 = "acc267";
|
||||
base15 = "12cfc0";
|
||||
base16 = "6fc2ef";
|
||||
base17 = "e1a3ee";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue