-
Notifications
You must be signed in to change notification settings - Fork 13
/
Info.plist
42 lines (37 loc) · 1.21 KB
/
Info.plist
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
<?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>CPBundleIdentifier</key>
<string>org.archipelproject.tnkit</string>
<key>CPBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CPBundleName</key>
<string>TNKit</string>
<key>CPBundlePackageType</key>
<string>FMWK</string>
<!--
if set to 1, will use a glowing effect
-->
<key>TNAttachedWindowUseGlowEffect</key>
<integer>1</integer>
<!--
default color configuration for the black attached window
-->
<key>TNAttachedWindowWhiteMaskTopColor</key>
<string>ffffff</string>
<key>TNAttachedWindowWhiteMaskBottomColor</key>
<string>ebebeb</string>
<key>TNAttachedWindowWhiteMaskBorderColor</key>
<string>ADEDFF</string>
<!--
default color configuration for the white attached window
-->
<key>TNAttachedWindowBlackMaskTopColor</key>
<string>363636</string>
<key>TNAttachedWindowBlackMaskBottomColor</key>
<string>212121</string>
<key>TNAttachedWindowBlackMaskBorderColor</key>
<string>131313</string>
</dict>
</plist>