fix: different terminal colors for black and bright black #28 #25

This commit is contained in:
Folke Lemaitre
2021-05-02 10:16:56 +02:00
parent 8a759c7579
commit 7dce3b82dc
8 changed files with 8 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ function util.syntax(syntax) for group, colors in pairs(syntax) do util.highligh
---@param colors ColorScheme
function util.terminal(colors)
-- dark
vim.g.terminal_color_0 = colors.terminal_black
vim.g.terminal_color_0 = colors.black
vim.g.terminal_color_8 = colors.terminal_black
-- light