mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 04:24:26 +02:00
add: tokyonight cursor hilight trasparant backround
This commit is contained in:
parent
cc3044f070
commit
3ed99376c3
3 changed files with 17 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue