Skip to content

Commit

Permalink
Autumn theme: add ui.virtual.inlay-hint config (helix-editor#6280)
Browse files Browse the repository at this point in the history
The configuration differs between parameters (upright) and types (slanted).
  • Loading branch information
getreu authored and Sagnik Bhattacharya committed Mar 21, 2023
1 parent 99c980e commit 4ffc05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/autumn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"ui.help" = { fg = "my_gray6", bg = "my_gray2" }
"ui.virtual.whitespace" = { fg = "my_gray5" }
"ui.virtual.ruler" = { bg = "my_gray1" }
"ui.virtual.inlay-hint.parameter" = { fg = "my_gray4", modifiers = ["normal"] }
"ui.virtual.inlay-hint.type" = { fg = "my_gray4", modifiers = ["italic"] }

"markup.heading" = "my_yellow1"
"markup.list" = "my_white2"
Expand Down

0 comments on commit 4ffc05f

Please sign in to comment.