|
2 | 2 | # Adopted from https://github.com/biletskyy/flatwhite-syntax
|
3 | 3 |
|
4 | 4 | "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" } |
10 | 9 | "constant" = { fg = "blue_text", bg = "blue_bg" }
|
11 | 10 | "constructor" = { fg = "base1" }
|
12 | 11 | "function" = { fg = "base1", modifiers = ["bold"] }
|
|
62 | 61 | "ui.virtual" = { fg = "base5", bg = "base6" }
|
63 | 62 | "ui.virtual.whitespace" = { fg = "base5" }
|
64 | 63 | "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"] } |
68 | 64 | "ui.virtual.inlay-hint" = "base4"
|
69 | 65 | "ui.virtual.inlay-hint.parameter" = "base3"
|
70 | 66 | "ui.virtual.inlay-hint.type" = { fg = "base3", modifiers = ["italic"] }
|
| 67 | +"ui.virtual.jump-label" = { bg = "orange_bg", modifiers = ["bold"] } |
71 | 68 |
|
72 | 69 | "ui.linenr" = { bg = "base6" }
|
73 | 70 | "ui.linenr.selected" = { bg = "base6", modifiers = ["reversed"] }
|
|
0 commit comments