Skip to content

Commit

Permalink
Add inlay-hint colours to Kanagawa
Browse files Browse the repository at this point in the history
Makes the LSP hints more legible against the background colour
and more in line with the normal colours in the theme.
  • Loading branch information
kareigu authored and pascalkuthe committed Apr 16, 2023
1 parent 523e9e4 commit 7607727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/kanagawa.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

"ui.virtual" = "sumiInk4"
"ui.virtual.ruler" = { bg = "sumiInk2" }
"ui.virtual.inlay-hint" = "fujiGray"
"ui.virtual.inlay-hint.parameter" = { fg = "carpYellow", modifiers = ["dim"] }
"ui.virtual.inlay-hint.type" = { fg = "waveAqua2", modifiers = ["dim"] }

"ui.statusline" = { fg = "oldWhite", bg = "sumiInk0" }
"ui.statusline.inactive" = { fg = "fujiGray", bg = "sumiInk0" }
Expand Down

0 comments on commit 7607727

Please sign in to comment.