Skip to content

Commit

Permalink
fix: make inlay hints displayed as subtle
Browse files Browse the repository at this point in the history
Close: #23
  • Loading branch information
miikanissi committed May 30, 2024
1 parent 4b3c2d0 commit f126d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modus-themes/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function M.setup()
-- use these groups, or use their own. Consult your LSP client's
-- documentation.
LspCodeLens = { fg = c.comment },
LspInlayHint = { bg = c.cyan_warmer, fg = c.bg_alt },
LspInlayHint = { bg = bg_main, fg = c.comment, italic = true },
LspReferenceText = { bg = c.bg_blue_intense, fg = c.fg_main }, -- used for highlighting "text" references.
LspReferenceRead = { bg = c.bg_blue_intense, fg = c.fg_main }, -- used for highlighting "read" references.
LspReferenceWrite = { bg = c.bg_blue_intense, fg = c.fg_main }, -- used for highlighting "write" references.
Expand Down

0 comments on commit f126d65

Please sign in to comment.