diff --git a/lua/base16.lua b/lua/base16.lua index 33fe3b0..f3cfbbf 100644 --- a/lua/base16.lua +++ b/lua/base16.lua @@ -329,8 +329,8 @@ local function apply_base16_theme(theme, use_256_colorspace) -- Java highlighting 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("LspDiagnosticsDefaultWarning", theme.base0A, nil, cterm08, cterm00, nil, nil) highlight("LspDiagnosticsDefaultInformation", theme.base0D, nil, cterm08, cterm00, nil, nil) @@ -925,7 +925,7 @@ themes["one-light"] = { base0C = "0184bc"; base0D = "4078f2"; base0E = "a626a4"; base0F = "986801"; } themes["onedark"] = { - base00 = "282c34"; base01 = "353b45"; base02 = "3e4451"; base03 = "545862"; + base00 = "1e222a"; base01 = "353b45"; base02 = "3e4451"; base03 = "545862"; base04 = "565c64"; base05 = "abb2bf"; base06 = "b6bdca"; base07 = "c8ccd4"; base08 = "e06c75"; base09 = "d19a66"; base0A = "e5c07b"; base0B = "98c379"; base0C = "56b6c2"; base0D = "61afef"; base0E = "c678dd"; base0F = "be5046";