forked from DamnWidget/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PythonConsole.hidden-tmTheme
76 lines (74 loc) · 1.77 KB
/
PythonConsole.hidden-tmTheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>PythonTestOutputTheme</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFFFFF</string>
<key>caret</key>
<string>#000000</string>
<key>foreground</key>
<string>#000000</string>
<key>invisibles</key>
<string>#666666</string>
<key>lineHighlight</key>
<string>#8070D8</string>
<key>selection</key>
<string>#DDF0FF33</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.pass</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#46A229</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.error</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#B62E40</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.fail</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A68400</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.filename</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#3B2E84</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>76063104-cbee-402a-b396-dc23a2d05139</string>
</dict>
</plist>