Skip to content

Commit

Permalink
feat: added colors for flash.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 19, 2023
1 parent 05dfc1b commit 74fdfa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@ function M.setup()
LeapLabelSecondary = { fg = c.green1, bold = true },
LeapBackdrop = { fg = c.dark3 },

FlashBackdrop = { fg = c.dark3 },
FlashLabel = { bg = c.magenta2, bold = true, fg = c.fg },

LightspeedGreyWash = { fg = c.dark3 },
-- LightspeedCursor = { link = "Cursor" },
LightspeedLabel = { fg = c.magenta2, bold = true, underline = true },
Expand Down

0 comments on commit 74fdfa7

Please sign in to comment.