This commit is contained in:
siduck 2022-05-06 20:17:17 +05:30
parent fb9d86d9cd
commit 1f1ca85c29
36 changed files with 145 additions and 36 deletions

View file

@ -1,5 +1,5 @@
local theme = require("base16").get_colors "base_16"
local base_30 = require("base16").get_colors "base_30"
local theme = require("base46").get_colors "base_16"
local base_30 = require("base46").get_colors "base_30"
return {
CmpItemKindConstant = { fg = theme.base09 },