Skip to content

Commit

Permalink
fix: missing quotes around variable.other.member
Browse files Browse the repository at this point in the history
  • Loading branch information
jyooru authored and archseer committed May 22, 2022
1 parent 0018545 commit 682bcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 682bcc3

Please sign in to comment.