From c85a215c193ae4643862e6dcc9988e8997696851 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 15 Oct 2021 17:53:56 +0800 Subject: [PATCH] forestbones: use sky for PreProc --- lua/forestbones/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/forestbones/init.lua b/lua/forestbones/init.lua index 0288d0e..497a29c 100644 --- a/lua/forestbones/init.lua +++ b/lua/forestbones/init.lua @@ -8,8 +8,7 @@ local specs = generator.generate(p, bg, generator.get_global_config("forestbones return lush.extends({ specs }).with(function() return { Statement { fg = p.leaf, gui = "bold" }, - PreProc { fg = p.rose }, - Operator { fg = p.rose }, + PreProc { fg = p.sky }, Type { fg = p.water }, } end)