-
Notifications
You must be signed in to change notification settings - Fork 235
/
FindRefs.hidden-tmTheme
56 lines (53 loc) · 1.44 KB
/
FindRefs.hidden-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
<?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>TypeScript Find All References</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#272822</string>
<key>foreground</key>
<string>#ffffff</string>
<key>caret</key>
<string>#FFFFFF</string>
<key>lineHighlight</key>
<string>#3E3D32</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>constant.numeric.line-number.find-refs</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#745FAC</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>constant.numeric.line-number.match.find-refs</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AA81FF</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>entity.name.filename.find-refs</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E6D762</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>edcc9b28-ac04-4b4a-8fa3-f4be3c0d3b02</string>
</dict>
</plist>