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 },
["@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,
-- 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"