8000 Tweaked Java, modified string interpolation · MattDMo/Neon-color-scheme@6af7abd · GitHub
[go: up one dir, main page]

Skip to content

Commit 6af7abd

Browse files
committed
Tweaked Java, modified string interpolation
1 parent 307f066 commit 6af7abd

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

Neon.sublime-color-scheme

+22-13
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
{
113113
"name": "Invalid Deprecated",
114114
"scope": "invalid.deprecated",
115-
"foreground": "#FFFFFF",
115+
"foreground": "#808080",
116116
"background": "#920808",
117117
"font_style": "bold italic"
118118
},
@@ -211,12 +211,6 @@
211211
"foreground": "#0AEDFF",
212212
"font_style": "italic"
213213
},
214-
{
215-
"name": "Label Variable",
216-
"scope": "variable.label, variable.label punctuation.definition.variable",
217-
"background": "#FF45003F",
218-
"foreground": "#0801FE"
219-
},
220214
{
221215
"name": "Entity-Other",
222216
"scope": "entity.other",
@@ -1138,7 +1132,7 @@
11381132
},
11391133
{
11401134
"name": "Java generic",
1141-
"scope": "storage.type.generic",
1135+
"scope": "meta.generic storage.type",
11421136
"foreground": "#EAFF00",
11431137
"background": "#343446"
11441138
},
@@ -1155,6 +1149,13 @@
11551149
"background": "#57017C",
11561150
"font_style": "italic"
11571151
},
1152+
{
1153+
"name": "Java primitive type",
1154+
"scope": "storage.type.primitive",
1155+
"foreground": "#23BCBB",
1156+
// "background": "#FFFF0080",
1157+
// "font_style": "italic"
1158+
},
11581159
{
11591160
"name": "Java exception keywords",
11601161
"scope": "keyword.control.catch-exception",
@@ -1260,7 +1261,12 @@
12601261
{
12611262
"name": "String interpolation delimiters",
12621263
"scope": "punctuation.section.interpolation",
1263-
"foreground": "#0D0DFF"
1264+
"foreground": "#4040FF",
1265+
},
1266+
{
1267+
"name": "String interpolation",
1268+
"scope": "meta.interpolation",
1269+
"background": "#FFBF0028",
12641270
},
12651271
{
12661272
"name": "Vue - $",
@@ -1509,9 +1515,12 @@
15091515
},
15101516
{
15111517
"name": "LaTeX label name",
1512-
"scope": "entity.name.label",
1513-
"fo C001 reground": "#FF4500",
1514-
"background": "#0701E29F"
1518+
"scope": "entity.name.label, variable.label, variable.label punctuation.definition.variable",
1519+
// "foreground": "#FF4500",
1520+
// "background": "#0701E29F",
1521+
"background": "#FF4500",
1522+
"foreground": "#0801FE",
1523+
"font_style": "bold"
15151524
},
15161525
{
15171526
"name": "LaTeX ampersand",
@@ -1867,7 +1876,7 @@
18671876
},
18681877
{
18691878
"name": "sublime-syntax meta.variable background",
1870-
"scope": "meta.variable",
1879+
"scope": "meta.variable.sublime-syntax",
18711880
"background": "#2D7A3388"
18721881
},
18731882
// ________ ____ ____________

0 commit comments

Comments
 (0)
0