Remove overkill recursion

master
Oystein Kristoffer Tveit 2021-12-23 04:36:55 +01:00
parent 8749a26982
commit 1a0ea27fcd
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
rec {
monokai = rec {
foreground = white;
background = black;
monokai = {
foreground = monokai.white;
background = monokai.black;
black = "#272822";
red = "#f92672";
green = "#a6e22e";