forked from rentzsch/markdownlive
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPageScheme.plist
More file actions
35 lines (35 loc) · 827 Bytes
/
PageScheme.plist
File metadata and controls
35 lines (35 loc) · 827 Bytes
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
<?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>colors</key>
<dict>
<key>title3</key>
<string>6C71C4</string>
<key>em</key>
<string>859900</string>
<key>strong</key>
<string>48595f</string>
<key>code</key>
<string>2AA198</string>
<key>codeBackground</key>
<string>EEE8D5</string>
<key>highlight</key>
<string>EEE8D5</string>
<key>background</key>
<string>FDF6E3</string>
<key>checked</key>
<string>8e8e8e</string>
<key>default</key>
<string>586E75</string>
<key>subtitle</key>
<string>268BD2</string>
<key>title</key>
<string>DC322F</string>
<key>zone</key>
<string>f21bea</string>
</dict>
<key>font</key>
<string>Menlo</string>
</dict>
</plist>