aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel2022-05-22 05:12:46 +0000
committerBlaž Hrastnik2022-05-22 09:36:51 +0000
commit682bcc3a32d90bfb58872610af20f47ee4089c83 (patch)
tree7cfa773a8374656e2bfa05c24caab50eaa4fb0dc
parent0018545263b6a8416b0b8b943be236ea0abb7a67 (diff)
fix: missing quotes around `variable.other.member`
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index ecd4ebe5..7a518b2f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,7 +6,7 @@ punctuation = "lavender"
"punctuation.delimiter" = "lavender"
operator = "lilac"
special = "honey"
-variable.other.member = "white"
+"variable.other.member" = "white"
variable = "lavender"
# variable = "almond" # TODO: metavariables only
# "variable.parameter" = { fg = "lavender", modifiers = ["underlined"] }