-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.theme
182 lines (147 loc) · 2.9 KB
/
index.theme
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
[Icon Theme]
Name=Pixel Perfect Folders
Comment=Finely crafted folder icons for many uses
DisplayDepth=32
Inherits=breeze,gnome,deepin,hicolor
Example=folder
FollowsColorScheme=true
KDE-Extensions=.svg
########## Default Sizes
########## Can be manually changed by user in System Settings
DisplayDepth=32
DesktopDefault=48
DesktopSizes=16,22,32,48,64,72,96,128
ToolbarDefault=22
ToolbarSizes=16,22,32,48
MainToolbarDefault=22
MainToolbarSizes=16,22,32,48
SmallDefault=16
SmallSizes=16
PanelDefault=32
PanelSizes=16,22,32,48,64,72,96,128
########## Directories
########## Only the existing directories necessary for this theme
Directories=apps/16,apps/22,apps/32,apps/48,mimetypes/16,mimetypes/22,mimetypes/32,mimetypes/64,places/16,places/22,places/32,places/64,places/symbolic
ScaledDirectories=apps/16@2x,apps/22@2x,mimetypes/16@2x,mimetypes/22@2x,places/16@2x,places/22@2x
########## Apps
########## Only contains the app icon for dolphin file manager for now
# Fixed size for Dolphin sidebar
[apps/16]
Context=Applications
Size=16
Type=Fixed
[apps/16@2x]
Context=Applications
Size=16
Scale=2
Type=Fixed
# Fixed size workaround icons for toolbar buttons
[apps/22]
Context=Applications
Size=22
Type=Fixed
[apps/22@2x]
Context=Applications
Size=22
Scale=2
Type=Fixed
# Fixed size for System Settings icons
[apps/32]
Context=Applications
Size=32
Type=Fixed
# Scalable application icons
[apps/48]
Context=Applications
Size=48
MinSize=48
MaxSize=256
Type=Scalable
########## Mimetypes
########## Only contains the default empty directory icon
# KDE changed the default empty folder icon behavior
# It is now pulled from mimetypes instead of places
# Took me a whole two days to find out...Thank you KDE...
# Fixed sizes for small file type icons
[mimetypes/16]
Size=16
Context=MimeTypes
Type=Fixed
MinSize=16
[mimetypes/16@2x]
Size=16
Scale=2
Context=MimeTypes
Type=Fixed
MinSize=16
[mimetypes/22]
Size=22
Context=MimeTypes
Type=Scalable
MinSize=22
MaxSize=24
[mimetypes/22@2x]
Size=22
Scale=2
Context=MimeTypes
Type=Scalable
MinSize=22
MaxSize=24
# Scalable file type icons
[mimetypes/32]
Size=32
Context=MimeTypes
Type=Scalable
MinSize=32
MaxSize=48
[mimetypes/64]
Size=64
Context=MimeTypes
Type=Scalable
MinSize=64
MaxSize=256
########## Places
########## Contains all the non-empty folder icons like documents, network etc.
# Fixed size for small folder icons
[places/16]
Context=Places
Size=16
MinSize=16
Type=Fixed
[places/16@2x]
Context=Places
Size=16
MinSize=16
Scale=2
Type=Fixed
# Fixed size workaround for toolbar buttons
[places/22]
Context=Places
Size=23
Type=Fixed
[places/22@2x]
Context=Places
Size=22
Scale=2
Type=Fixed
# Scalable folder icons
[places/32]
Context=Places
Size=32
MinSize=24
MaxSize=48
Type=Scalable
[places/64]
Context=Places
Size=64
MinSize=64
MaxSize=256
Type=Scalable
########## Gnome symbolic icons
########## Fallback for GNOME
[places/symbolic]
Context=Places
Size=16
MinSize=8
MaxSize=512
Type=Scalable