diff options
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,11 @@ "attribute" = "#dbbfef" # lilac "keyword" = "#eccdba" # almond "keyword.directive" = "#dbbfef" # lilac -- preprocessor comments (#if in C) +"namespace" = "#dbbfef" # lilac "punctuation" = "#a4a0e8" # lavender "punctuation.delimiter" = "#a4a0e8" # lavender "operator" = "#dbbfef" # lilac +"special" = "#efba5d" # honey # "property" = "#a4a0e8" # lavender "property" = "#ffffff" # white "variable" = "#a4a0e8" # lavender @@ -31,7 +33,6 @@ # TODO: variable as lilac # TODO: mod/use statements as white # TODO: mod stuff as chamois -# TODO: add "(scoped_identifier) @path" for std::mem:: # # concat (ERROR) @syntax-error and "MISSING ;" selectors for errors |