26 lines
670 B
Nix
26 lines
670 B
Nix
![]() |
{
|
||
|
colorscheme = {
|
||
|
slug = "monochrome";
|
||
|
name = "monochrome";
|
||
|
variant = "dark";
|
||
|
palette = {
|
||
|
base00 = "#121517"; # Base
|
||
|
base01 = "#2e3338"; # Mantle
|
||
|
base02 = "#4a5159"; # Surface0
|
||
|
base03 = "#6c757d"; # Surface1
|
||
|
base04 = "#6c757d"; # Surface2
|
||
|
base05 = "#e9ecef"; # text
|
||
|
base06 = "#e9ecef"; # "
|
||
|
base07 = "#f8f9fa"; # white
|
||
|
base08 = "#f8f9fa"; # white
|
||
|
base09 = "#f8f9fa"; # white
|
||
|
base0A = "#f8f9fa"; # white
|
||
|
base0B = "#f8f9fa"; # white
|
||
|
base0C = "#f8f9fa"; # white
|
||
|
base0D = "#f8f9fa"; # white
|
||
|
base0E = "#f8f9fa"; # white
|
||
|
base0F = "#f8f9fa"; # white
|
||
|
};
|
||
|
};
|
||
|
}
|