From 5b39c03ee9824fdcab9739f099ee848f234a155c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Fri, 2 Apr 2021 18:32:31 -0300 Subject: fix Delimiter highlight. #27 --- lua/gruvbox/base.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/gruvbox/base.lua b/lua/gruvbox/base.lua index 3a5c69b..dc4c13d 100644 --- a/lua/gruvbox/base.lua +++ b/lua/gruvbox/base.lua @@ -97,10 +97,9 @@ local special_string_fg = orange local special_string_bg = bg1 local special_string_gui = styles.italic_strings -if not vim.g.gruvbox_improved_strings then +if not utils.tobool(vim.g.gruvbox_improved_strings) then improved_strings_fg = green improved_strings_bg = nil - special_string_bg = nil special_string_gui = nil end @@ -252,7 +251,7 @@ local base_group = lush(function() Typedef {GruvboxYellow}, SpecialChar {GruvboxRed}, Tag {GruvboxAquaBold}, - Delimiter {GruvboxFg0}, + Delimiter {Special}, Comment {fg = gray, gui = styles.italic_comments}, Debug {GruvboxRed}, Underlined {fg = blue, gui = styles.underline}, -- cgit v1.2.3