Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/noctis.toml')
| -rw-r--r-- | runtime/themes/noctis.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml index 67fc6e8b..678658aa 100644 --- a/runtime/themes/noctis.toml +++ b/runtime/themes/noctis.toml @@ -100,9 +100,8 @@ 'comment' = { fg = "gray", modifiers = ["italic"] } # This is a comment. 'comment.line' = { } # Line comments, like this. -'comment.line.documentation' = { } # Doc comments, e.g '///' in rust. 'comment.block' = { } # Block comments, like /* this */ in some languages. -'comment.block.documentation' = { } # Doc comments, e.g '/** */' in rust. +'comment.block.documentation' = { } # Doc comments, e.g '///' in rust. 'variable' = { fg = "light-orange" } # Variable names. # 'variable.builtin' = { } # Language reserved variables: `this`, `self`, `super`, etc. |