mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
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:
parent
f7edc34e7b
commit
c5c1b5af34
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user