fix(nvim): add additional shims for ts highlights for kanagawa
This commit is contained in:
parent
6e03f2642a
commit
aa1cb3a0c4
@ -42,6 +42,7 @@ return {
|
|||||||
-- HACK: Placed here until kanagawa supports new TS colors in nightly
|
-- HACK: Placed here until kanagawa supports new TS colors in nightly
|
||||||
["@string.regexp"] = { link = "@string.regex" },
|
["@string.regexp"] = { link = "@string.regex" },
|
||||||
["@variable.parameter"] = { link = "@parameter" },
|
["@variable.parameter"] = { link = "@parameter" },
|
||||||
|
["@variable.member"] = { link = "@field" },
|
||||||
["@exception"] = { link = "@exception" },
|
["@exception"] = { link = "@exception" },
|
||||||
["@string.special.symbol"] = { link = "@symbol" },
|
["@string.special.symbol"] = { link = "@symbol" },
|
||||||
["@markup.strong"] = { link = "@text.strong" },
|
["@markup.strong"] = { link = "@text.strong" },
|
||||||
@ -61,6 +62,7 @@ return {
|
|||||||
["@diff.minus"] = { link = "@text.diff.delete" },
|
["@diff.minus"] = { link = "@text.diff.delete" },
|
||||||
|
|
||||||
|
|
||||||
|
["@field"] = { fg = colors.carpYellow },
|
||||||
CursorLineNr = { fg = colors.roninYellow, bg = palette.theme.ui.bg_p1 },
|
CursorLineNr = { fg = colors.roninYellow, bg = palette.theme.ui.bg_p1 },
|
||||||
CursorLineFold = { fg = colors.crystalBlue, bg = palette.theme.ui.bg_p1 },
|
CursorLineFold = { fg = colors.crystalBlue, bg = palette.theme.ui.bg_p1 },
|
||||||
CursorLineSign = { bg = palette.theme.ui.bg_p1 },
|
CursorLineSign = { bg = palette.theme.ui.bg_p1 },
|
||||||
|
Loading…
Reference in New Issue
Block a user