Skip to content

Commit 368357b

Browse files
committed
Fix zenburn theme
1 parent 49cb9c0 commit 368357b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

runtime/themes/zenburn.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# "attribute"
77
"type" = "zb-type-fg"
8-
# "type.builtin"
8+
"type.builtin" = { fg = "zb-type-fg", modifiers = ["bold"] }
99
"type.parameter" = { fg = "zb-typedef-fg", modifiers = ["bold"] }
1010
"type.enum" = { fg = "zb-structure-fg", modifiers = ["bold"] }
1111
# "type.enum.variant"
@@ -25,6 +25,7 @@
2525
# "string.special.symbol"
2626
"comment" = "zb-comment-fg"
2727
# "comment.line"
28+
"comment.line.documentation" = { fg = "zb-specialcomment-fg", modifiers = ["bold"] }
2829
# "comment.block"
2930
"comment.block.documentation" = { fg = "zb-specialcomment-fg", modifiers = ["bold"] }
3031
"variable" = "zb-identifier-fg"
@@ -60,7 +61,7 @@
6061
# "function.special"
6162
"tag" = { fg = "zb-tag-fg", modifiers = ["bold"] }
6263
# "tag.builtin"
63-
"namespace" = "zb-preproc-fg"
64+
"namespace" = { fg = "zb-preproc-fg", modifiers = ["bold"] }
6465
"special" = "zb-special-fg"
6566
# "markup"
6667
"markup.heading" = { fg = "zb-constant-fg", modifiers = ["bold"] }
@@ -136,7 +137,7 @@
136137
"ui.text.info" = { fg = "zb-pmenu-fg", bg = "zb-pmenu-bg" }
137138
"ui.virtual.ruler" = { bg = "zb-colorcolumn-bg" }
138139
"ui.virtual.whitespace" = { fg = "zb-nontext-fg", modifiers = ["bold"] }
139-
"ui.virtual.indent-guide" = { bg = "zb-colorcolumn-bg" }
140+
"ui.virtual.indent-guide" = { fg = "zb-colorcolumn-bg" }
140141
# "ui.virtual.inlay-hint"
141142
# "ui.virtual.inlay-hint.parameter"
142143
# "ui.virtual.inlay-hint.type"

0 commit comments

Comments
 (0)