diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index ff44ea7..3b4076d 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },