mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Merge branch 'master' of https://github.com/siduck76/nvim-base16.lua
This commit is contained in:
commit
af0012dc71
1 changed files with 7 additions and 1 deletions
|
|
@ -329,7 +329,13 @@ local function apply_base16_theme(theme, use_256_colorspace)
|
|||
|
||||
-- Java highlighting
|
||||
highlight("javaOperator", theme.base0D, nil, cterm0D, nil, nil, nil)
|
||||
|
||||
|
||||
-- LspDiagnostic base highlight group
|
||||
highlight("LspDiagnosticsDefaultError", theme.base08, nil, cterm00, cterm08, nil, nil)
|
||||
highlight("LspDiagnosticsDefaultWarning", theme.base0A, nil, cterm08, cterm00, nil, nil)
|
||||
highlight("LspDiagnosticsDefaultInformation", theme.base0D, nil, cterm08, cterm00, nil, nil)
|
||||
highlight("LspDiagnosticsDefaultHint", theme.base0C, nil, cterm08, cterm00, nil, nil)
|
||||
|
||||
-- TODO
|
||||
-- nvim.command 'syntax on'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue