style: move colorscheme settings

This commit is contained in:
Charlie Root 2025-03-26 19:15:51 +01:00
commit 47ed783712
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
6 changed files with 105 additions and 106 deletions

View file

@ -0,0 +1,26 @@
# author: "metalelf0 (https://github.com/metalelf0)"
{
colorscheme = {
slug = "black-metal-venom";
name = "Black Metal Venom";
variant = "dark";
palette = {
base00 = "#000000";
base01 = "#121212";
base02 = "#222222";
base03 = "#333333";
base04 = "#999999";
base05 = "#c1c1c1";
base06 = "#999999";
base07 = "#c1c1c1";
base08 = "#5f8787";
base09 = "#aaaaaa";
base0A = "#79241f";
base0B = "#f8f7f2";
base0C = "#aaaaaa";
base0D = "#888888";
base0E = "#999999";
base0F = "#444444";
};
};
}