aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-04-14 08:16:45 +0000
committerBlaž Hrastnik2021-04-14 08:16:45 +0000
commit305a059f583ba0de3217506d4f89fc462de98cc0 (patch)
tree2a7018c0941ceb3168a51960fcf3325b31745e59 /theme.toml
parentb5b650cfe7df36e83b96c6663f2dc041f5d2b748 (diff)
Highlight metavariables ($var) inside rust macros.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 9a1d76ab..f46ce1a9 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,8 @@
"operator" = "#dbbfef" # lilac
# "property" = "#a4a0e8" # lavender
"property" = "#ffffff" # white
-"variable" = "#a4a0e8" # lavender
+# "variable" = "#a4a0e8" # lavender
+"variable" = "#eccdba" # almond
"variable.parameter" = "#a4a0e8" # lavender
# TODO distinguish type from type.builtin?
"type" = "#ffffff" # white