|
|
|
@ -4,6 +4,7 @@ local colors = require("base46").get_theme_tb "base_30"
|
|
|
|
local highlights = {
|
|
|
|
local highlights = {
|
|
|
|
CmpItemAbbr = { fg = colors.white },
|
|
|
|
CmpItemAbbr = { fg = colors.white },
|
|
|
|
CmpItemAbbrMatch = { fg = colors.blue, bold = true },
|
|
|
|
CmpItemAbbrMatch = { fg = colors.blue, bold = true },
|
|
|
|
|
|
|
|
CmpDoc = { bg = colors.darker_black },
|
|
|
|
CmpDocBorder = { fg = colors.darker_black, bg = colors.darker_black },
|
|
|
|
CmpDocBorder = { fg = colors.darker_black, bg = colors.darker_black },
|
|
|
|
CmpPmenu = { bg = colors.black },
|
|
|
|
CmpPmenu = { bg = colors.black },
|
|
|
|
CmpSel = { link = "PmenuSel", bold = true },
|
|
|
|
CmpSel = { link = "PmenuSel", bold = true },
|
|
|
|
|