Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/noctis.toml')
| -rw-r--r-- | runtime/themes/noctis.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml index 67fc6e8b..5846576e 100644 --- a/runtime/themes/noctis.toml +++ b/runtime/themes/noctis.toml @@ -7,7 +7,7 @@ 'property' = { fg = "red" } # Regex group names. "warning" = { fg ="yellow", modifiers = ["bold"] } # Editor warnings. -"error" = { fg = "red", modifiers = ["bold"] } # Editor errors, like mistyping a command. +"error" = { fg = "red", modifiers = ["bold"] } # Editor errors, like mis-typing a command. "info" = { fg = "mid-blue" } # Code diagnostic info in gutter (LSP). # ? Difference between info and hint ? "hint" = { fg = "light-green", modifiers = ["bold"] } # Code diagnostics hint in gutter (LSP). @@ -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. |