From 74fdfa70b7dcbaeec1824a033072c4521b708c40 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 19 Jun 2023 23:08:03 +0200 Subject: [PATCH] feat: added colors for flash.nvim --- lua/tokyonight/theme.lua | 3 +++ 1 file changed, 3 insertions(+) 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 },