-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlan IF Solution.hidden-tmTheme
88 lines (88 loc) · 1.97 KB
/
Alan IF Solution.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
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Alan Solution</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#f8f8f8</string>
<key>caret</key>
<string>#ff6600</string>
<key>findHighlight</key>
<string>#ffe792</string>
<key>findHighlightForeground</key>
<string>#292929</string>
<key>foreground</key>
<string>#292929</string>
<key>inactiveSelection</key>
<string>#e8f4f7</string>
<key>invisibles</key>
<string>#e0e0e0</string>
<key>lineHighlight</key>
<string>#ffe792</string>
<key>selection</key>
<string>#d0edf5</string>
<key>selectionBorder</key>
<string>#b7dce8</string>
<key>shadow</key>
<string>#808080</string>
<key>shadowWidth</key>
<string>6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Strings</string>
<key>scope</key>
<string>string.quoted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#449bff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String Delimiters</string>
<key>scope</key>
<string>punctuation.definition.string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ee9300</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#ebf3ee</string>
<key>foreground</key>
<string>#009933</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#CC0066</string>
<key>foreground</key>
<string>#F8F8F8</string>
</dict>
</dict>
</array>
</dict>
</plist>