Skip to content

Commit b75114a

Browse files
author
Janos Wortmann
committed
Fixes
1 parent 2381fcd commit b75114a

File tree

2 files changed

+152
-16
lines changed

2 files changed

+152
-16
lines changed

Brackets Dark.tmTheme

Lines changed: 76 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,18 @@
103103
<key>foreground</key>
104104
<string>#6c9ef8</string>
105105
</dict>
106-
</dict>
106+
</dict>
107107
<dict>
108108
<key>name</key>
109109
<string>Function argument</string>
110110
<key>scope</key>
111111
<string>variable.parameter</string>
112112
<key>settings</key>
113113
<dict>
114-
<key>fontStyle</key>
115-
<string>italic</string>
116114
<key>foreground</key>
117115
<string>#d89333</string>
118116
</dict>
119-
</dict>
117+
</dict>
120118
<dict>
121119
<key>name</key>
122120
<string>Number</string>
@@ -253,9 +251,31 @@
253251
</dict>
254252
<dict>
255253
<key>name</key>
256-
<string>CSS property-name</string>
254+
<string>CSS at-rule support constant</string>
255+
<key>scope</key>
256+
<string>meta.at-rule support.constant</string>
257+
<key>settings</key>
258+
<dict>
259+
<key>foreground</key>
260+
<string>#85a300</string>
261+
</dict>
262+
</dict>
263+
<dict>
264+
<key>name</key>
265+
<string>CSS at-rule operator</string>
257266
<key>scope</key>
258-
<string>meta.property-name.css</string>
267+
<string>meta.at-rule keyword.operator</string>
268+
<key>settings</key>
269+
<dict>
270+
<key>foreground</key>
271+
<string>#6c9ef8</string>
272+
</dict>
273+
</dict>
274+
<dict>
275+
<key>name</key>
276+
<string>CSS property-name keyword</string>
277+
<key>scope</key>
278+
<string>meta.property-name.css support.type.property-name.css</string>
259279
<key>settings</key>
260280
<dict>
261281
<key>foreground</key>
@@ -290,7 +310,7 @@
290310
<key>name</key>
291311
<string>CSS property-value number</string>
292312
<key>scope</key>
293-
<string>meta.property-value.css constant.numeric.css, meta.property-value.css constant.numeric.css keyword.other.unit.css</string>
313+
<string>meta.property-value.css constant.numeric.css, meta.property-value.css constant.numeric.css keyword.other.unit.css, meta.at-rule constant.numeric.css keyword.other.unit.css</string>
294314
<key>settings</key>
295315
<dict>
296316
<key>foreground</key>
@@ -376,6 +396,54 @@
376396
<string>#85a300</string>
377397
</dict>
378398
</dict>
399+
<dict>
400+
<key>name</key>
401+
<string>LaTeX mathmode braces</string>
402+
<key>scope</key>
403+
<string>text.tex.latex string.other.math punctuation.section.group.tex, text.tex.latex string.other.math punctuation.definition.arguments</string>
404+
<key>settings</key>
405+
<dict>
406+
<key>foreground</key>
407+
<string>#dddddd</string>
408+
</dict>
409+
</dict>
410+
<dict>
411+
<key>name</key>
412+
<string>LaTeX section</string>
413+
<key>scope</key>
414+
<string>text.tex.latex meta.function.section.latex entity.name.section.latex</string>
415+
<key>settings</key>
416+
<dict>
417+
<key>foreground</key>
418+
<string>#b77fdb</string>
419+
</dict>
420+
</dict>
421+
<dict>
422+
<key>name</key>
423+
<string>LaTeX environment</string>
424+
<key>scope</key>
425+
<string>text.tex.latex variable.parameter.function.latex</string>
426+
<key>settings</key>
427+
<dict>
428+
<key>fontStyle</key>
429+
<string>italic</string>
430+
<key>foreground</key>
431+
<string>#d89333</string>
432+
</dict>
433+
</dict>
434+
<dict>
435+
<key>name</key>
436+
<string>LaTeX reference</string>
437+
<key>scope</key>
438+
<string>text.tex.latex constant.other.reference</string>
439+
<key>settings</key>
440+
<dict>
441+
<key>fontStyle</key>
442+
<string></string>
443+
<key>foreground</key>
444+
<string>#d89333</string>
445+
</dict>
446+
</dict>
379447
<dict>
380448
<key>name</key>
381449
<string>LaTeX package</string>
@@ -400,6 +468,6 @@
400468
</dict>
401469
</array>
402470
<key>uuid</key>
403-
<string>FA11F64F-93C1-4315-8981-41FE159FA78B</string>
471+
<string>230956cd-e786-41b4-99e9-207aeeeeb21c</string>
404472
</dict>
405473
</plist>

Brackets Light.tmTheme

Lines changed: 76 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,18 @@
103103
<key>foreground</key>
104104
<string>#446fbd</string>
105105
</dict>
106-
</dict>
106+
</dict>
107107
<dict>
108108
<key>name</key>
109109
<string>Function argument</string>
110110
<key>scope</key>
111111
<string>variable.parameter</string>
112112
<key>settings</key>
113113
<dict>
114-
<key>fontStyle</key>
115-
<string>italic</string>
116114
<key>foreground</key>
117115
<string>#e88501</string>
118116
</dict>
119-
</dict>
117+
</dict>
120118
<dict>
121119
<key>name</key>
122120
<string>Number</string>
@@ -253,9 +251,31 @@
253251
</dict>
254252
<dict>
255253
<key>name</key>
256-
<string>CSS property-name</string>
254+
<string>CSS at-rule support constant</string>
255+
<key>scope</key>
256+
<string>meta.at-rule support.constant</string>
257+
<key>settings</key>
258+
<dict>
259+
<key>foreground</key>
260+
<string>#6d8600</string>
261+
</dict>
262+
</dict>
263+
<dict>
264+
<key>name</key>
265+
<string>CSS at-rule operator</string>
257266
<key>scope</key>
258-
<string>meta.property-name.css</string>
267+
<string>meta.at-rule keyword.operator</string>
268+
<key>settings</key>
269+
<dict>
270+
<key>foreground</key>
271+
<string>#446fbd</string>
272+
</dict>
273+
</dict>
274+
<dict>
275+
<key>name</key>
276+
<string>CSS property-name keyword</string>
277+
<key>scope</key>
278+
<string>meta.property-name.css support.type.property-name.css</string>
259279
<key>settings</key>
260280
<dict>
261281
<key>foreground</key>
@@ -290,7 +310,7 @@
290310
<key>name</key>
291311
<string>CSS property-value number</string>
292312
<key>scope</key>
293-
<string>meta.property-value.css constant.numeric.css, meta.property-value.css constant.numeric.css keyword.other.unit.css</string>
313+
<string>meta.property-value.css constant.numeric.css, meta.property-value.css constant.numeric.css keyword.other.unit.css, meta.at-rule constant.numeric.css keyword.other.unit.css</string>
294314
<key>settings</key>
295315
<dict>
296316
<key>foreground</key>
@@ -376,6 +396,54 @@
376396
<string>#6d8600</string>
377397
</dict>
378398
</dict>
399+
<dict>
400+
<key>name</key>
401+
<string>LaTeX mathmode braces</string>
402+
<key>scope</key>
403+
<string>text.tex.latex string.other.math punctuation.section.group.tex, text.tex.latex string.other.math punctuation.definition.arguments</string>
404+
<key>settings</key>
405+
<dict>
406+
<key>foreground</key>
407+
<string>#535353</string>
408+
</dict>
409+
</dict>
410+
<dict>
411+
<key>name</key>
412+
<string>LaTeX section</string>
413+
<key>scope</key>
414+
<string>text.tex.latex meta.function.section.latex entity.name.section.latex</string>
415+
<key>settings</key>
416+
<dict>
417+
<key>foreground</key>
418+
<string>#8757ad</string>
419+
</dict>
420+
</dict>
421+
<dict>
422+
<key>name</key>
423+
<string>LaTeX environment</string>
424+
<key>scope</key>
425+
<string>text.tex.latex variable.parameter.function.latex</string>
426+
<key>settings</key>
427+
<dict>
428+
<key>fontStyle</key>
429+
<string>italic</string>
430+
<key>foreground</key>
431+
<string>#e88501</string>
432+
</dict>
433+
</dict>
434+
<dict>
435+
<key>name</key>
436+
<string>LaTeX reference</string>
437+
<key>scope</key>
438+
<string>text.tex.latex constant.other.reference</string>
439+
<key>settings</key>
440+
<dict>
441+
<key>fontStyle</key>
442+
<string></string>
443+
<key>foreground</key>
444+
<string>#e88501</string>
445+
</dict>
446+
</dict>
379447
<dict>
380448
<key>name</key>
381449
<string>LaTeX package</string>
@@ -400,6 +468,6 @@
400468
</dict>
401469
</array>
402470
<key>uuid</key>
403-
<string>165E2835-E9DA-4272-B3E3-CE0A6C15585F</string>
471+
<string>3e908f34-5319-4f11-b43d-92bf990e3ee2</string>
404472
</dict>
405473
</plist>

0 commit comments

Comments
 (0)