revert the Operator highlight to follow the base16 conventions

This commit is contained in:
rototrash 2022-01-08 07:12:32 +05:30
parent 45629c2491
commit 3bcdc986a8

View file

@ -111,7 +111,7 @@ local function apply_base16_theme(theme)
highlight("Keyword", theme.base0E, nil, nil, nil)
highlight("Label", theme.base0A, nil, nil, nil)
highlight("Number", theme.base09, nil, nil, nil)
highlight("Operator", theme.base0E, nil, "none", nil)
highlight("Operator", theme.base05, nil, "none", nil)
highlight("PreProc", theme.base0A, nil, nil, nil)
highlight("Repeat", theme.base0A, nil, nil, nil)
highlight("Special", theme.base0C, nil, nil, nil)