From d2625516870523b0f543d44d317deb33a5d97fcc Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 4 Oct 2022 16:43:08 +0200 Subject: [PATCH] fix: increased brightness og HopNextKey2. Fixes #220 --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 575d8b0..726c449 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -444,7 +444,7 @@ function M.setup() -- Hop HopNextKey = { fg = c.magenta2, bold = true }, HopNextKey1 = { fg = c.blue2, bold = true }, - HopNextKey2 = { fg = util.darken(c.blue2, 0.3) }, + HopNextKey2 = { fg = util.darken(c.blue2, 0.6) }, HopUnmatched = { fg = c.dark3 }, TSNodeKey = { fg = c.magenta2, bold = true },