Skip to content

Commit

Permalink
feat: added highlights for Yanky
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 4, 2022
1 parent 6d07ad5 commit d6a0adf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ function M.setup()
ScrollbarMiscHandle = { fg = c.purple, bg = c.bg_highlight },
ScrollbarMisc = { fg = c.purple, bg = c.none },

-- Yanky
YankyPut = { link = "IncSearch" },
YankyYanked = { link = "IncSearch" },

-- Mini
MiniCompletionActiveParameter = { underline = true },

Expand Down

0 comments on commit d6a0adf

Please sign in to comment.