mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
revert the Operator highlight to follow the base16 conventions
This commit is contained in:
parent
45629c2491
commit
3bcdc986a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue