Skip to content

Commit

Permalink
fix: flatwhite with inlay (helix-editor#6323)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig authored and wes-adams committed Jul 3, 2023
1 parent 3c8a2a0 commit a0af139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/flatwhite.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"ui.virtual" = { fg = "base5", bg = "base6" }
"ui.virtual.whitespace" = { fg = "base5" }
"ui.virtual.ruler" = { bg = "base6" }
"ui.virtual.inlay-hint" = { fg = "base4", modifiers = ["normal"] }
"ui.virtual.inlay-hint.parameter" = { fg = "base3", modifiers = ["normal"] }
"ui.virtual.inlay-hint.type" = { fg = "base3", modifiers = ["italic"] }

"ui.linenr" = { bg = "base6" }
"ui.linenr.selected" = { bg = "base6", modifiers = ["reversed"] }
Expand Down

0 comments on commit a0af139

Please sign in to comment.