initial commit
This commit is contained in:
46
themes/nomarchy-palettes.nix
Normal file
46
themes/nomarchy-palettes.nix
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
dracula = {
|
||||
name = "dracula";
|
||||
author = "dracula";
|
||||
palette = {
|
||||
base00 = "282a36";
|
||||
base01 = "3a3c4e";
|
||||
base02 = "4d4f68";
|
||||
base03 = "6272a4";
|
||||
base04 = "62d6e8";
|
||||
base05 = "e9e9f4";
|
||||
base06 = "f1f2f8";
|
||||
base07 = "f8f8f2";
|
||||
base08 = "ff5555";
|
||||
base09 = "ffb86c";
|
||||
base0A = "f1fa8c";
|
||||
base0B = "50fa7b";
|
||||
base0C = "8be9fd";
|
||||
base0D = "bd93f9";
|
||||
base0E = "ff79c6";
|
||||
base0F = "bd93f9";
|
||||
};
|
||||
};
|
||||
nord = {
|
||||
name = "nord";
|
||||
author = "arcticicestudio";
|
||||
palette = {
|
||||
base00 = "2e3440";
|
||||
base01 = "3b4252";
|
||||
base02 = "434c5e";
|
||||
base03 = "4c566a";
|
||||
base04 = "d8dee9";
|
||||
base05 = "e5e9f0";
|
||||
base06 = "eceff4";
|
||||
base07 = "8fbcbb";
|
||||
base08 = "88c0d0";
|
||||
base09 = "81a1c1";
|
||||
base0A = "5e81ac";
|
||||
base0B = "bf616a";
|
||||
base0C = "d08770";
|
||||
base0D = "ebcb8b";
|
||||
base0E = "a3be8c";
|
||||
base0F = "b48ead";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user