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