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