Unnamed repository; edit this file 'description' to name the repository.
Update spacebones_light.toml (#7125)
Better contrast between type variable and its members
Ravi Shekhar Jethani 2023-05-26
parent 1dd1735 · commit 6e647e8
-rw-r--r--runtime/themes/spacebones_light.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml
index a62c7c82..ad2a04d5 100644
--- a/runtime/themes/spacebones_light.toml
+++ b/runtime/themes/spacebones_light.toml
@@ -14,6 +14,7 @@
"variable" = "#715ab1"
"variable.builtin" = "#715ab1"
"variable.parameter" = "#7590db"
+"variable.other.member" = "#002db3"
"type" = "#6c3163"
"type.builtin" = "#6c3163"
"constructor" = { fg = "#4e3163", modifiers = ["bold"] }