From 148175ab9d76b13b5ada0a06e76cdfa81c3f645e Mon Sep 17 00:00:00 2001 From: jpe90 Date: Thu, 5 Aug 2021 00:25:57 -0700 Subject: [PATCH] highlight LspCodeLens with comment color (#85) --- lua/tokyonight/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 82c1675..37434a4 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -174,6 +174,7 @@ function M.setup(config) LspDiagnosticsUnderlineHint = { style = "undercurl", sp = c.hint }, -- Used to underline "Hint" diagnostics LspSignatureActiveParameter = { fg = c.orange }, + LspCodeLens = { fg = c.comment }, -- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float -- LspDiagnosticsFloatingWarning = { }, -- Used to color "Warning" diagnostic messages in diagnostics float