aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgibbz002023-02-17 15:22:33 +0000
committerGitHub2023-02-17 15:22:33 +0000
commitc5c1b5af34fb3f217fce4bec5f7bb16369e59888 (patch)
tree75adc524f07ae27e09ff2fe3646570fb28ab891e
parentf7edc34e7b0dd4cd0b6582ee32cc43d1c79d7dd7 (diff)
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.
-rw-r--r--runtime/themes/ayu_evolve.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/themes/ayu_evolve.toml b/runtime/themes/ayu_evolve.toml
index b8abedec..2c545beb 100644
--- a/runtime/themes/ayu_evolve.toml
+++ b/runtime/themes/ayu_evolve.toml
@@ -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"] }