Skip to content

Commit ad9c4f3

Browse files
committed
Fix colors in JS and PHP
Recover "orange" color for variables in PHP Recover "blue" color for types in PHP Recover white color for variable.function in JS (without messing up PHP's types')
1 parent 483a608 commit ad9c4f3

File tree

1 file changed

+14
-27
lines changed

1 file changed

+14
-27
lines changed

brogrammer.tmTheme

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<key>settings</key>
139139
<dict>
140140
<key>foreground</key>
141-
<string>#ffffff</string>
141+
<string>#e67e22</string>
142142
<key>fontStyle</key>
143143
<string/>
144144
</dict>
@@ -178,19 +178,6 @@
178178
<string/>
179179
</dict>
180180
</dict>
181-
<dict>
182-
<key>name</key>
183-
<string>Function argument</string>
184-
<key>scope</key>
185-
<string>variable.parameter</string>
186-
<key>settings</key>
187-
<dict>
188-
<key>foreground</key>
189-
<string>#e67e22</string>
190-
<key>fontStyle</key>
191-
<string/>
192-
</dict>
193-
</dict>
194181
<dict>
195182
<key>name</key>
196183
<string>Entity inherited-class</string>
@@ -276,19 +263,6 @@
276263
<string>#2ecc71</string>
277264
</dict>
278265
</dict>
279-
<dict>
280-
<key>name</key>
281-
<string>Library class/type</string>
282-
<key>scope</key>
283-
<string>support.type, support.class, variable.language</string>
284-
<key>settings</key>
285-
<dict>
286-
<key>fontStyle</key>
287-
<string/>
288-
<key>foreground</key>
289-
<string>#e67e22</string>
290-
</dict>
291-
</dict>
292266
<dict>
293267
<key>name</key>
294268
<string>C/C++ Preprocessor Line</string>
@@ -815,6 +789,19 @@
815789
<string>#565656</string>
816790
</dict>
817791
</dict>
792+
<dict>
793+
<key>name</key>
794+
<string>Library class/type</string>
795+
<key>scope</key>
796+
<string>variable.function</string>
797+
<key>settings</key>
798+
<dict>
799+
<key>fontStyle</key>
800+
<string/>
801+
<key>foreground</key>
802+
<string>#ffffff</string>
803+
</dict>
804+
</dict>
818805
</array>
819806
<key>uuid</key>
820807
<string>13E579BF-40AB-42E2-9EAB-0AD3EDD88532</string>

0 commit comments

Comments
 (0)