Skip to content

Commit 43ca4fd

Browse files
PR requested changes
Co-authored-by: Arctic Ice Studio <development@arcticicestudio.com>
1 parent b8d9c4c commit 43ca4fd

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

themes/nord-color-theme.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,9 +1224,7 @@
12241224
},
12251225
{
12261226
"name": "[Rust] Macro",
1227-
"scope": [
1228-
"meta.macro.rust"
1229-
],
1227+
"scope": "source.rust meta.macro entity.name.function",
12301228
"settings": {
12311229
"fontStyle": "bold",
12321230
"foreground": "#88C0D0"
@@ -1235,21 +1233,26 @@
12351233
{
12361234
"name": "[Rust] Attributes",
12371235
"scope": [
1238-
"meta.attribute.rust",
1239-
"meta.attribute.rust punctuation",
1240-
"meta.attribute.rust keyword.operator"
1236+
"source.rust meta.attribute",
1237+
"source.rust meta.attribute punctuation",
1238+
"source.rust meta.attribute keyword.operator"
12411239
],
12421240
"settings": {
12431241
"foreground": "#5E81AC",
12441242
}
12451243
},
1244+
{
1245+
"name": "[Rust] Traits",
1246+
"scope": "source.rust entity.name.type.trait",
1247+
"settings": {
1248+
"fontStyle": "bold"
1249+
}
1250+
},
12461251
{
12471252
"name": "[Rust] Interpolation Bracket Curly",
1248-
"scope": [
1249-
"punctuation.definition.interpolation.rust"
1250-
],
1253+
"scope": "source.rust punctuation.definition.interpolation",
12511254
"settings": {
1252-
"foreground": "#A3BE8C",
1255+
"foreground": "#EBCB8B",
12531256
}
12541257
},
12551258
{

0 commit comments

Comments
 (0)