From 32f81514094c110cb8a195aec7d8bfab5fca4806 Mon Sep 17 00:00:00 2001 From: Nathanael Sandy Date: Thu, 23 Mar 2023 13:45:30 +0100 Subject: [PATCH] fix: less saturated yellow --- lua/flatwhite/groups.lua | 4 ++-- lua/flatwhite/palette.lua | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index fc06799..9e3fad9 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -64,7 +64,7 @@ local function setup(configs) StorageClass = colors.fw_purple, Structure = colors.fw_orange, TypeDef = { fg = colors.yellow }, - Special = { fg = colors.green_text, bg = colors.green_bg, italic = true }, + Special = { fg = colors.green_text, bg = colors.green_bg}, --italic = true }, SpecialComment = { fg = colors.comment, italic = true }, Error = colors.fw_red, Todo = { fg = colors.blue_text, bg = colors.blue_bg, bold = true, italic = true }, @@ -127,7 +127,7 @@ local function setup(configs) ["@constant"] = colors.fw_teal, ["@constant.builtin"] = colors.fw_teal, ["@symbol"] = colors.fw_base, - ["@comment"] = {fg=colors.yellow_text, bg=colors.yellow_bg, italic=true}, --colors.fw_yellow, --{ fg = colors.base2, italic = true }, + ["@comment"] = {fg=colors.yellow_text, bg=colors.yellow_bg, italic=configs.italic_comment}, --colors.fw_yellow, --{ fg = colors.base2, italic = true }, ["@constant.macro"] = colors.fw_teal, ["@string.regex"] = colors.fw_red, ["@string"] = colors.fw_green, diff --git a/lua/flatwhite/palette.lua b/lua/flatwhite/palette.lua index c21eb22..732c818 100644 --- a/lua/flatwhite/palette.lua +++ b/lua/flatwhite/palette.lua @@ -14,7 +14,8 @@ local yellow_text_sec = "#a9994c" -- local yellow_bg = "#F2EaC0" -- local yellow_bg = "#fcf2bf" -- local yellow_bg = "#f3e7c4" -local yellow_bg = "#f9f0c2" +-- local yellow_bg = "#f9f0c2" +local yellow_bg = "#f5edc7" -- local yellow_bg = "#f9ebc3" local orange_text = "#5b5143" local orange_text_sec = "#957f5f" -- 2.30.2