rec { monokai = { foreground = monokai.white; background = monokai.black; black = "#272822"; red = "#f92672"; green = "#a6e22e"; yellow = "#f4bf75"; blue = "#66d9ef"; magenta = "#ae81ff"; cyan = "#a1efe4"; white = "#f8f8f2"; }; paper = { background = "#f2e3bd"; foreground = "#2f343f"; black = "#222222"; red = "#C30771"; green = "#10A778"; yellow = "#A89C14"; blue = "#008ec4"; magenta = "#523C79"; cyan = "#20A5BA"; white = "#f7f3ee"; }; default = monokai; }