Remove overkill recursion
This commit is contained in:
parent
8749a26982
commit
1a0ea27fcd
@ -1,7 +1,7 @@
|
|||||||
rec {
|
rec {
|
||||||
monokai = rec {
|
monokai = {
|
||||||
foreground = white;
|
foreground = monokai.white;
|
||||||
background = black;
|
background = monokai.black;
|
||||||
black = "#272822";
|
black = "#272822";
|
||||||
red = "#f92672";
|
red = "#f92672";
|
||||||
green = "#a6e22e";
|
green = "#a6e22e";
|
||||||
|
Loading…
Reference in New Issue
Block a user