Update rice
This commit is contained in:
parent
601cd4d429
commit
26a4a16638
6 changed files with 66 additions and 45 deletions
22
themes/monokai-pro-machine.nix
Normal file
22
themes/monokai-pro-machine.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue