Remove overkill recursion

This commit is contained in:
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 { 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";