From c32a381343276e06194a4485b55cbad390050904 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 5 Sep 2022 23:47:57 +0200 Subject: [PATCH] feat: added better colors for leap.nvim --- lua/tokyonight/theme.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 59deacf..91b6f84 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -411,6 +411,11 @@ function M.setup() HopNextKey2 = { fg = util.darken(c.blue2, 0.3) }, HopUnmatched = { fg = c.dark3 }, + LeapMatch = { bg = c.magenta2, fg = c.fg, style = "bold" }, + LeapLabelPrimary = { fg = c.magenta2, style = "bold" }, + LeapLabelSecondary = { fg = c.green1, style = "bold" }, + LeapBackdrop = { fg = c.dark3 }, + LightspeedGreyWash = { fg = c.dark3 }, -- LightspeedCursor = { link = "Cursor" }, LightspeedLabel = { fg = c.magenta2, style = "bold,underline" },