diff options
Diffstat (limited to 'runtime/themes/noctis.toml')
-rw-r--r-- | runtime/themes/noctis.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml index 8690ab3a..1740a924 100644 --- a/runtime/themes/noctis.toml +++ b/runtime/themes/noctis.toml @@ -62,7 +62,6 @@ # SYNTAX HIGHLIGHTING ============================== # All the keys here are Treesitter scopes. -'property' = { fg = "red" } # Regex group names. 'special' = { fg = "mid-blue"} # Special symbols e.g `?` in Rust, `...` in Hare. 'attribute' = { fg = "yellow" } # Class attributes, html tag attributes. |