Skip to content

Commit 220a84d

Browse files
committed
improve rust coloring
1 parent 461444c commit 220a84d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

themes/matcha-color-theme.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
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"
@@ -102,7 +103,10 @@
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"
@@ -164,7 +168,9 @@
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"

0 commit comments

Comments
 (0)