forked from rcarmo/textwrangler-bbedit-solarized
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Solarized Light.bbColorScheme
40 lines (40 loc) · 1.66 KB
/
Solarized Light.bbColorScheme
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
<?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>BackgroundColor</key>
<string>hsla(0.126, 0.128, 0.989, 1.000)</string>
<key>InsertionPointLineHighlightColor</key>
<string>hsla(0.131, 0.129, 0.916, 1.000)</string>
<key>PrimaryHighlightColor</key>
<string>hsla(0.129, 0.132, 0.919, 1.000)</string>
<key>SecondaryHighlightColor</key>
<string>hsla(0.131, 0.129, 0.916, 1.000)</string>
<key>UseCustomHighlightColor</key>
<true/>
<key>com.barebones.bblm.code</key>
<string>hsla(0.500, 0.010, 0.452, 1.000)</string>
<key>com.barebones.bblm.comment</key>
<string>hsla(0.333, 0.008, 0.596, 1.000)</string>
<key>com.barebones.bblm.html.anchor</key>
<string>hsla(0.036, 0.902, 0.743, 1.000)</string>
<key>com.barebones.bblm.html.attribute-name</key>
<string>hsla(0.581, 0.838, 0.782, 1.000)</string>
<key>com.barebones.bblm.html.attribute-value</key>
<string>hsla(0.483, 0.744, 0.572, 1.000)</string>
<key>com.barebones.bblm.html.image</key>
<string>hsla(0.919, 0.861, 0.777, 1.000)</string>
<key>com.barebones.bblm.keyword</key>
<string>hsla(0.122, 0.681, 0.714, 1.000)</string>
<key>com.barebones.bblm.number</key>
<string>hsla(0.503, 0.512, 0.737, 1.000)</string>
<key>com.barebones.bblm.predefined-symbol</key>
<string>hsla(0.036, 0.902, 0.743, 1.000)</string>
<key>com.barebones.bblm.sgml-tag</key>
<string>hsla(0.517, 0.149, 0.518, 1.000)</string>
<key>com.barebones.bblm.string</key>
<string>hsla(0.503, 0.512, 0.737, 1.000)</string>
<key>com.barebones.bblm.xml-pi</key>
<string>hsla(0.120, 0.965, 0.647, 1.000)</string>
</dict>
</plist>