1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <plist version =" 1.0" >
3
+ <dict >
4
+ <key >name </key >
5
+ <string >JavaScript Enhancements </string >
6
+ <key >settings </key >
7
+ <array >
8
+ <!-- Global settings -->
9
+ <dict >
10
+ <key >settings </key >
11
+ <dict >
12
+ <key >background </key >
13
+ <string >#191919 </string >
14
+
15
+ <key >foreground </key >
16
+ <string >#F8F8F2 </string >
17
+
18
+ <key >caret </key >
19
+ <string >#FFEA00 </string >
20
+
21
+ <key >lineHighlight </key >
22
+ <string >#000000 </string >
23
+ <key >invisibles </key >
24
+ <string >#ffffff </string >
25
+
26
+ <key >selection </key >
27
+ <string >#ffffff40 </string >
28
+ <key >selectionBorder </key >
29
+ <string >#ffffff80 </string >
30
+ <key >inactiveSelection </key >
31
+ <string >#ffffff40 </string >
32
+
33
+ <key >shadow </key >
34
+ <string >#00000080 </string >
35
+ <key >shadowWidth </key >
36
+ <string >0 </string >
37
+ </dict >
38
+ </dict >
39
+ <!-- Scope styles -->
40
+ <dict >
41
+ <key >scope </key >
42
+ <string >javascriptenhancements.title </string >
43
+ <key >settings </key >
44
+ <dict >
45
+ <key >background </key >
46
+ <string >#01579B </string >
47
+ <key >foreground </key >
48
+ <string >#ffffff </string >
49
+ </dict >
50
+ </dict >
51
+
52
+ <dict >
53
+ <key >scope </key >
54
+ <string >javascriptenhancements.subtitle </string >
55
+ <key >settings </key >
56
+ <dict >
57
+ <key >background </key >
58
+ <string >#FF9800 </string >
59
+ <key >foreground </key >
60
+ <string >#000000 </string >
61
+ </dict >
62
+ </dict >
63
+
64
+ <dict >
65
+ <key >scope </key >
66
+ <string >javascriptenhancements.input </string >
67
+ <key >settings </key >
68
+ <dict >
69
+ <key >background </key >
70
+ <string >#BDBDBD </string >
71
+ <key >foreground </key >
72
+ <string >#000000 </string >
73
+ </dict >
74
+ </dict >
75
+
76
+ <dict >
77
+ <key >scope </key >
78
+ <string >javascriptenhancements.button_cancel </string >
79
+ <key >settings </key >
80
+ <dict >
81
+ <key >background </key >
82
+ <string >#B71C1C </string >
83
+ <key >foreground </key >
84
+ <string >#FFCDD2 </string >
85
+ </dict >
86
+ </dict >
87
+
88
+ <dict >
89
+ <key >scope </key >
90
+ <string >javascriptenhancements.button_ok </string >
91
+ <key >settings </key >
92
+ <dict >
93
+ <key >background </key >
94
+ <string >#01579B </string >
95
+ <key >foreground </key >
96
+ <string >#B3E5FC </string >
97
+ </dict >
98
+ </dict >
99
+ </array >
100
+ </dict >
101
+ </plist >
0 commit comments