-
Notifications
You must be signed in to change notification settings - Fork 27
/
Galea.tmTheme
118 lines (118 loc) · 2.79 KB
/
Galea.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?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>author</key>
<string>Allan Hortle</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>name</key>
<string>Galea</string>
<key>semanticClass</key>
<string>theme.dark.galea</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#2A2A2A</string>
<key>caret</key>
<string>#CCC</string>
<key>foreground</key>
<string>#CCC</string>
<key>lineHighlight</key>
<string>#444</string>
<key>selection</key>
<string>#444</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment, meta.diff.header, meta.diff.range</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#666</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constants (Blue)</string>
<key>scope</key>
<string>blue, constant, support.constant, markup.quote, keyword.other.unit</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6CA6CE</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Strings (Green)</string>
<key>scope</key>
<string>green, string, markup.list, markup.underline, markup.inserted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#86C797</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Meta / Tags (Yellow)</string>
<key>scope</key>
<string>yellow, entity.name.tag, entity.other, meta.tag, markup.heading, markup.changed</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E1AE69</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Entity Storage (Orange)</string>
<key>scope</key>
<string>orange, storage, entity.name, markup.italic</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E1865A</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Support & Keyword (Red)</string>
<key>scope</key>
<string>red, support, keyword.control, keyword.other, markup.bold, markup.deleted, support.type.property-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C55B4E</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>markup.italic</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>markup.bold</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>4fd09b3b-24e7-4c7a-9462-85e8f81e470c</string>
</dict>
</plist>