ayu_evolve theme: remove variable.other.member (#6028)

Passed it on as ok in the initial PR because the wrong runtime directory
was being sourced on my system. It makes the all variable members horribly
dark.
This commit is contained in:
gibbz00 2023-02-17 16:22:33 +01:00 committed by GitHub
parent f7edc34e7b
commit c5c1b5af34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ inherits = 'ayu_dark'
"keyword.control" = "orange"
"keyword.storage" = "yellow"
"keyword.storage.modifier" = "magenta"
"variable.other.member" = "gray"
"variable" = "light_gray"
"constructor" = "magenta"
"type.builtin" = { fg = "blue", modifiers = ["italic"] }