22 lines
547 B
Nix
22 lines
547 B
Nix
# Monokai Pro Machine palette (https://github.com/helix-editor/helix/blob/9be810fd01f495c795ab5e5b7240a32708d19f5c/runtime/themes/monokai_pro_machine.toml)
|
|
{
|
|
# primary colors
|
|
red = "#ff6d7e";
|
|
orange = "#ffb270";
|
|
yellow = "#ffed72";
|
|
green = "#a2e57b";
|
|
blue = "#7cd5f1";
|
|
purple = "#baa0f8";
|
|
# base colors
|
|
base0 = "#161b1e";
|
|
base1 = "#1d2528";
|
|
base2 = "#273136";
|
|
base3 = "#3a4449";
|
|
base4 = "#545f62";
|
|
base5 = "#6b7678";
|
|
base6 = "#798384";
|
|
base7 = "#b8c4c3";
|
|
base8 = "#f2fffc";
|
|
# variants
|
|
base8x0c = "#303a3e";
|
|
}
|