Skip to content

Commit cfb5158

Browse files
authored
fix(theme): correct goto_word and comments background in flatwhite.toml (#14348)
1 parent e3fafb6 commit cfb5158

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

runtime/themes/flatwhite.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
# Adopted from https://github.com/biletskyy/flatwhite-syntax
33

44
"attribute" = { fg = "blue_text", bg = "blue_bg" }
5-
"comment" = { fg = "base3", modifiers = ["italic"] }
6-
"comment.line" = {}
7-
"comment.line.documentation" = { fg = "base2" }
8-
"comment.block" = {}
9-
"comment.block.documentation" = { fg = "base2" }
5+
"comment" = { fg = "base2", bg = "base6" }
6+
"comment.line" = { fg = "base2", bg = "base6" }
7+
"comment.block" = { fg = "base2", bg = "base6" }
8+
"comment.block.documentation" = { fg = "base2", bg = "base6" }
109
"constant" = { fg = "blue_text", bg = "blue_bg" }
1110
"constructor" = { fg = "base1" }
1211
"function" = { fg = "base1", modifiers = ["bold"] }
@@ -62,12 +61,10 @@
6261
"ui.virtual" = { fg = "base5", bg = "base6" }
6362
"ui.virtual.whitespace" = { fg = "base5" }
6463
"ui.virtual.ruler" = { bg = "base6" }
65-
# Invalid modifier: "normal". See 'https://github.com/helix-editor/helix/issues/5709'
66-
# "ui.virtual.inlay-hint" = { fg = "base4", modifiers = ["normal"] }
67-
# "ui.virtual.inlay-hint.parameter" = { fg = "base3", modifiers = ["normal"] }
6864
"ui.virtual.inlay-hint" = "base4"
6965
"ui.virtual.inlay-hint.parameter" = "base3"
7066
"ui.virtual.inlay-hint.type" = { fg = "base3", modifiers = ["italic"] }
67+
"ui.virtual.jump-label" = { bg = "orange_bg", modifiers = ["bold"] }
7168

7269
"ui.linenr" = { bg = "base6" }
7370
"ui.linenr.selected" = { bg = "base6", modifiers = ["reversed"] }

0 commit comments

Comments
 (0)