mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 18:25:56 -07:00
style: tab fix
This commit is contained in:
parent
8e57bb9abe
commit
b1875955f5
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ local function apply_base16_theme(theme, use_256_colorspace)
|
||||||
-- Java highlighting
|
-- Java highlighting
|
||||||
highlight("javaOperator", theme.base0D, nil, cterm0D, nil, nil, nil)
|
highlight("javaOperator", theme.base0D, nil, cterm0D, nil, nil, nil)
|
||||||
|
|
||||||
-- LspDiagnostic base highlight group
|
-- LspDiagnostic base highlight group
|
||||||
highlight("LspDiagnosticsDefaultError", theme.base08, nil, cterm00, cterm08, nil, nil)
|
highlight("LspDiagnosticsDefaultError", theme.base08, nil, cterm00, cterm08, nil, nil)
|
||||||
highlight("LspDiagnosticsDefaultWarning", theme.base0A, nil, cterm08, cterm00, nil, nil)
|
highlight("LspDiagnosticsDefaultWarning", theme.base0A, nil, cterm08, cterm00, nil, nil)
|
||||||
highlight("LspDiagnosticsDefaultInformation", theme.base0D, nil, cterm08, cterm00, nil, nil)
|
highlight("LspDiagnosticsDefaultInformation", theme.base0D, nil, cterm08, cterm00, nil, nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue