From 682bcc3a32d90bfb58872610af20f47ee4089c83 Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 22 May 2022 15:12:46 +1000 Subject: [PATCH] fix: missing quotes around `variable.other.member` --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index ecd4ebe54..7a518b2fe 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"] }