This repository has been archived by the owner on May 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Widget - Kano.stTheme
89 lines (89 loc) · 1.96 KB
/
Widget - Kano.stTheme
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
89
<?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>Widget - Kano</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#181a1e</string>
<key>caret</key>
<string>#ffffff</string>
<key>foreground</key>
<string>#e0e3e6</string>
<key>inactiveSelection</key>
<string>#a99291</string>
<key>invisibles</key>
<string>#404040</string>
<key>lineHighlight</key>
<string>#42557c3f</string>
<key>selection</key>
<string>#ea3e3f6d</string>
<key>selectionBorder</key>
<string>#ff7275b2</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#74717e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00d2e5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constant</string>
<key>scope</key>
<string>constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#34a2f9</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bbe16c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String Interpolation</string>
<key>scope</key>
<string>constant.character.escaped, constant.character.escape, string source</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#797be6</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>F74C1709-1EB8-4372-9818-C08359360F58</string>
</dict>
</plist>