diff options
author | Joel | 2022-05-22 05:12:46 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-05-22 09:36:51 +0000 |
commit | 682bcc3a32d90bfb58872610af20f47ee4089c83 (patch) | |
tree | 7cfa773a8374656e2bfa05c24caab50eaa4fb0dc | |
parent | 0018545263b6a8416b0b8b943be236ea0abb7a67 (diff) |
fix: missing quotes around `variable.other.member`
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |