-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy patheverforest-soft.tmTheme
50 lines (50 loc) · 1.98 KB
/
everforest-soft.tmTheme
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Everforest Dark Soft</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#d3c6aa</string> <!-- Soft Cream -->
<key>background</key>
<string>#2b3339</string> <!-- Soft Dark Background -->
<key>caret</key>
<string>#d3c6aa</string> <!-- Soft Cream -->
<key>invisibles</key>
<string>#404c56</string> <!-- Soft Grey -->
<key>gutterForeground</key>
<string>#404c56</string> <!-- Soft Grey -->
<key>gutterForegroundHighlight</key>
<string>#a7c080</string> <!-- Soft Green -->
<key>lineHighlight</key>
<string>#323c41</string> <!-- Soft Line Highlight -->
<key>selection</key>
<string>#3a454d</string> <!-- Soft Selection Background -->
<key>selectionBorder</key>
<string>#2b3339</string> <!-- Soft Dark Background -->
<key>activeGuide</key>
<string>#a7c080</string> <!-- Soft Green -->
<key>findHighlightForeground</key>
<string>#2b3339</string> <!-- Soft Dark Background -->
<key>findHighlight</key>
<string>#d3c6aa</string> <!-- Soft Cream -->
<key>bracketsForeground</key>
<string>#d3c6aa</string> <!-- Soft Cream -->
<key>bracketContentsForeground</key>
<string>#d3c6aa</string> <!-- Soft Cream -->
</dict>
</dict>
<!-- Add the other settings blocks here, similar to the one above, changing the color values to match the Everforest dark soft theme -->
<!-- ... -->
</array>
<key>uuid</key>
<string>4d0379b5-ef82-467b-b8b8-365889420646</string>
<key>colorSpaceName</key>
<string>sRGB</string>
</dict>
</plist>