fix: less saturated yellow
authorNathanael Sandy <nathanael.sandy@fokus.fraunhofer.de>
Thu, 23 Mar 2023 12:45:30 +0000 (13:45 +0100)
committerNathanael Sandy <nathanael.sandy@fokus.fraunhofer.de>
Thu, 23 Mar 2023 12:45:30 +0000 (13:45 +0100)
lua/flatwhite/groups.lua
lua/flatwhite/palette.lua

index fc06799dd9d33e92e0cbbdcd6d73511ed8c0d82d..9e3fad9c9c11aa02a43f49b19f688f19afafbd4b 100644 (file)
@@ -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_bgitalic = 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,
index c21eb22f87f33b390c3e6b0ec09a7c7f4a8edeee..732c818d04d3fd077d279a42da45734d070c1c51 100644 (file)
@@ -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"