-
Notifications
You must be signed in to change notification settings - Fork 0
/
views.tmTheme
119 lines (119 loc) · 2.69 KB
/
views.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
119
<?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">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>name</key>
<string>Monokai</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#272822</string>
<key>caret</key>
<string>#F8F8F0</string>
<key>foreground</key>
<string>#BCBEC0</string>
<key>invisibles</key>
<string>#3B3A32</string>
<key>lineHighlight</key>
<string>#3E3D32</string>
<key>selection</key>
<string>#49483E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>UserComment</string>
<key>scope</key>
<string>userComment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
<key>background</key>
<string>#000000B3</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
<key>background</key>
<string>#7DB1B9B3</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>onWhen</string>
<key>scope</key>
<string>onWhen</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A2E1F9</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string.value.views</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#1FCC69</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Code slots</string>
<key>scope</key>
<string>variable.function.code.views</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00AEEF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Code slot item</string>
<key>scope</key>
<string>variable.function.item.code.views</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00EFE3</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Block</string>
<key>scope</key>
<string>entity.name.block.views</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff8300</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>semanticClass</key>
<string>theme.views</string>
</dict>
</plist>