add: tokyonight cursor hilight trasparant backround

This commit is contained in:
asep komarudin 2024-02-23 23:10:04 +07:00
parent cc3044f070
commit 3ed99376c3
3 changed files with 17 additions and 10 deletions

View file

@ -30,7 +30,9 @@ tokyonight.setup({
--- You can override specific color groups to use other groups or a hex color
--- function will be called with a ColorScheme table
--@param colors ColorScheme
--on_colors = function(colors) end,
on_colors = function(colors)
colors.bg_highlight = "#9EA0A9"
end,
--- You can override specific highlights to use other groups or a hex color
--- function will be called with a Highlights and ColorScheme table