mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 15:08:17 -07:00
add cmpdoc hl group for default cmp style
also remove un-needed treesitter hl group
This commit is contained in:
parent
17d568c952
commit
59732cab28
2 changed files with 5 additions and 4 deletions
|
|
@ -4,6 +4,7 @@ local colors = require("base46").get_theme_tb "base_30"
|
|||
local highlights = {
|
||||
CmpItemAbbr = { fg = colors.white },
|
||||
CmpItemAbbrMatch = { fg = colors.blue, bold = true },
|
||||
CmpDoc = { bg = colors.darker_black },
|
||||
CmpDocBorder = { fg = colors.darker_black, bg = colors.darker_black },
|
||||
CmpPmenu = { bg = colors.black },
|
||||
CmpSel = { link = "PmenuSel", bold = true },
|
||||
|
|
|
|||
|
|
@ -191,10 +191,10 @@ return {
|
|||
underline = true,
|
||||
},
|
||||
|
||||
TSDefinitionUsage = {
|
||||
sp = theme.base04,
|
||||
underline = true,
|
||||
},
|
||||
-- TSDefinitionUsage = {
|
||||
-- sp = theme.base04,
|
||||
-- underline = true,
|
||||
-- },
|
||||
|
||||
["@scope"] = {
|
||||
bold = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue