Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/tokyonight.toml')
| -rw-r--r-- | runtime/themes/tokyonight.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml index e95b1178..2d41764c 100644 --- a/runtime/themes/tokyonight.toml +++ b/runtime/themes/tokyonight.toml @@ -3,6 +3,7 @@ attribute = { fg = "cyan" } comment = { fg = "comment", modifiers = ["italic"] } "comment.block.documentation" = { fg = "yellow" } +"comment.line.documentation" = { fg = "yellow" } constant = { fg = "orange" } "constant.builtin" = { fg = "aqua" } "constant.character" = { fg = "light-green" } |