aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/noctis.toml
diff options
context:
space:
mode:
authornosa2022-08-14 13:35:15 +0000
committerGitHub2022-08-14 13:35:15 +0000
commitc5deb308148b148ff0592e18203f1ca721716668 (patch)
treebd308efb06e73af55cdb2bbf6d17e2ae774719d6 /runtime/themes/noctis.toml
parent8deaebde26a5ab2a51e8124828ba042641a1558f (diff)
Theme Related Fixes (#3412)
Diffstat (limited to 'runtime/themes/noctis.toml')
-rw-r--r--runtime/themes/noctis.toml1
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.