26 lines
540 B
Nix
26 lines
540 B
Nix
![]() |
{
|
||
|
colorscheme = {
|
||
|
slug = "carbon-dark";
|
||
|
name = "Carbon Dark";
|
||
|
variant = "dark";
|
||
|
valette = {
|
||
|
base00 = "#161616";
|
||
|
base01 = "#262626";
|
||
|
base02 = "#393939";
|
||
|
base03 = "#525252";
|
||
|
base04 = "#6F6F6F";
|
||
|
base05 = "#FAFAFA";
|
||
|
base06 = "#FAFAFA";
|
||
|
base07 = "#FFFFFF";
|
||
|
base08 = "#be95ff";
|
||
|
base09 = "#3ddbd9";
|
||
|
base0A = "#0043ce";
|
||
|
base0B = "#33b1ff";
|
||
|
base0C = "#ff7eb6";
|
||
|
base0D = "#42be65";
|
||
|
base0E = "#be95ff";
|
||
|
base0F = "#3ddbd9";
|
||
|
};
|
||
|
};
|
||
|
}
|