aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorRavi Shekhar Jethani2023-05-26 08:47:03 +0000
committerGitHub2023-05-26 08:47:03 +0000
commit6e647e83ed9fbeaac648906d2bf53211e3996322 (patch)
treee33c6f6f96c8ed2356c7b8293c937cc067ec475e /runtime
parent1dd1735909fe09829683ab634862dbaeaa048e28 (diff)
Update spacebones_light.toml (#7125)
Better contrast between type variable and its members
Diffstat (limited to 'runtime')
-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"] }