diff --git a/lua/tokyonight/colors.lua b/lua/tokyonight/colors.lua index 79521b3..31ad602 100644 --- a/lua/tokyonight/colors.lua +++ b/lua/tokyonight/colors.lua @@ -32,6 +32,7 @@ function M.setup(config) blue6 = "#B4F9F8", blue7 = "#394b70", magenta = "#bb9af7", + magenta2 = "#ff007c", purple = "#9d7cd8", orange = "#ff9e64", yellow = "#e0af68", diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 8e9d656..267a2ad 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -374,10 +374,12 @@ function M.setup(config) SneakScope = { bg = c.bg_visual }, -- Hop - -- HopNextKey = { fg = c.teal }, - -- HopNextKey1 = { fg = c.blue }, - -- HopNextKey2 = { fg = util.lighten(c.blue, .3) }, + HopNextKey = { fg = c.magenta2, style = "bold" }, + HopNextKey1 = { fg = c.blue2, style = "bold" }, + HopNextKey2 = { fg = util.darken(c.blue2, 0.3) }, HopUnmatched = { fg = c.dark3 }, + + LightspeedGreyWash = { fg = c.dark3 }, } if config.hideInactiveStatusline then