style: tab fix

v2.5
Dylan Armstrong 5 years ago
parent 8e57bb9abe
commit b1875955f5
No known key found for this signature in database
GPG Key ID: B2D34C1A9269C6AE

@ -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…
Cancel
Save