Update spacebones_light.toml (#7125)

Better contrast between type variable and its members
This commit is contained in:
Ravi Shekhar Jethani 2023-05-26 10:47:03 +02:00 committed by GitHub
parent 1dd1735909
commit 6e647e83ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"] }