style: tab fix

This commit is contained in:
Dylan Armstrong 2021-05-23 11:46:29 -05:00
parent 8e57bb9abe
commit b1875955f5
No known key found for this signature in database
GPG key ID: B2D34C1A9269C6AE

View file

@ -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)