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

@@ -2,7 +2,7 @@
local config
-- shim vim for kitty and other generators
vim = vim or { g = {} }
vim = vim or { g = {}, o = {} }
local function opt(key, default)
key = "tokyonight_" .. key