File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " matcha" ,
33 "displayName" : " Matcha Colors" ,
44 "description" : " Matcha Colored VSCode Color Theme" ,
5- "version" : " 1.1.1 " ,
5+ "version" : " 1.1.2 " ,
66 "publisher" : " juha" ,
77 "author" : {
88 "name" : " Juha Kukkonen"
Original file line number Diff line number Diff line change 6161 " variable.other.constant" ,
6262 " meta.var-single-variable.expr" ,
6363 " variable.other.enummember" ,
64+ " constant.other.caps.rust" ,
6465 ],
6566 "settings" : {
6667 "foreground" : " #648a6e"
102103 "scope" : [
103104 " keyword" ,
104105 " storage.type" ,
105- " storage.modifier"
106+ " storage.modifier" ,
107+ " keyword.other.rust" ,
108+ " keyword.other.rust" ,
109+ " keyword.other.fn.rust" ,
106110 ],
107111 "settings" : {
108112 // "foreground": "#31c5a3"
164168 "scope" : [
165169 " meta.block" ,
166170 " variable.other" ,
167- " meta.var-single-variable.expr"
171+ " meta.var-single-variable.expr" ,
172+ " meta.use.rust" ,
173+ " meta.attribute.rust" ,
168174 ],
169175 "settings" : {
170176 // "foreground": "#79caa0"
You can’t perform that action at this time.
0 commit comments