fix incorrect bg in tokyonight theme

This commit is contained in:
siduck76 2021-08-24 15:58:33 +05:30
parent bf3e9a323f
commit cd5433d24b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
local colors = {
white = "#c0caf5",
darker_black = "#151621",
black = "#171823", -- nvim bg
black = "#1A1B26", -- nvim bg
black2 = "#20212c",
one_bg = "#242530",
one_bg2 = "#292a35",