mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 08:27:45 +00:00
20 lines
442 B
Nix
20 lines
442 B
Nix
{
|
|
name = "Spacemacs";
|
|
author = "Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)";
|
|
base00 = "1F2022";
|
|
base01 = "282828";
|
|
base02 = "444155";
|
|
base03 = "585858";
|
|
base04 = "B8B8B8";
|
|
base05 = "A3A3A3";
|
|
base06 = "E8E8E8";
|
|
base07 = "F8F8F8";
|
|
base08 = "F2241F";
|
|
base09 = "FFA500";
|
|
base0A = "B1951D";
|
|
base0B = "67B11D";
|
|
base0C = "2D9574";
|
|
base0D = "4F97D7";
|
|
base0E = "A31DB1";
|
|
base0F = "B03060";
|
|
}
|