forked from jaysan0/obsidian-sandstorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.itermcolors
40 lines (40 loc) · 1 KB
/
theme.itermcolors
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>-color</key>
<string>#A27F47</string>
<key>--tag-background</key>
<string>#EBCA97</string>
<key>--text-selection</key>
<string>#782b1d</string>
<key>--color-red</key>
<string>#fb464c</string>
<key>--color-orange</key>
<string>#e9973f</string>
<key>--color-yellow</key>
<string>#e0de71</string>
<key>--color-green</key>
<string>#44cf6e</string>
<key>--color-cyan</key>
<string>#53dfdd</string>
<key>--color-blue</key>
<string>#027aff</string>
<key>--color-purple</key>
<string>#a882ff</string>
<key>--color-pink</key>
<string>#fa99cd</string>
<key>--color-accent</key>
<string>#937340</string>
<key>--hr-color</key>
<string>#782A1D</string>
<key>--interactive-accent</key>
<string>#782A1D</string>
<key>background-color</key>
<string>#191919</string>
<key>color</key>
<string>#f7f7f7</string>
<key>stroke</key>
<string>#c0c0c0</string>
</dict>
</plist>