mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
refactor: cleaned up nixos and home dirs
This commit is contained in:
parent
2000adb56a
commit
824a91d405
643 changed files with 323 additions and 195 deletions
29
modules/config/themes/palettes/brogrammer/default.nix
Executable file
29
modules/config/themes/palettes/brogrammer/default.nix
Executable file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
font = "";
|
||||
colours = {
|
||||
base00 = "131313";
|
||||
base01 = "1f1f1f";
|
||||
base02 = "2a3141";
|
||||
base03 = "343d50";
|
||||
base04 = "d6dae4";
|
||||
base05 = "c1c8d7";
|
||||
base06 = "e3e6ed";
|
||||
base07 = "ffffff";
|
||||
base08 = "f71118";
|
||||
base09 = "ecb90f";
|
||||
base0A = "0f80d5";
|
||||
base0B = "2cc55d";
|
||||
base0C = "0f80d5";
|
||||
base0D = "2a84d2";
|
||||
base0E = "4e59b7";
|
||||
base0F = "7b080c";
|
||||
base10 = "0a0a0a";
|
||||
base11 = "020202";
|
||||
base12 = "de342e";
|
||||
base13 = "f2bd09";
|
||||
base14 = "1dd260";
|
||||
base15 = "289af0";
|
||||
base16 = "509bdc";
|
||||
base17 = "524fb9";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue