aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-light/index.theme
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-12 15:48:46 -0400
committerKen Moore <ken@ixsystems.com>2017-04-12 15:48:46 -0400
commite4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9 (patch)
treee621da655d974127496219ff39b71a651e54294d /icon-theme/material-design-light/index.theme
parentAnother batch of "extra" files outside the minimum XDG spec. (diff)
downloadlumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.tar.gz
lumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.tar.bz2
lumina-e4b7c0a643f546dee4b7b6a2eb170ce4b892d3e9.zip
Rename the material-icons-light directory to material-design-light, and add the project file and index to get it to install properly.
Diffstat (limited to 'icon-theme/material-design-light/index.theme')
-rw-r--r--icon-theme/material-design-light/index.theme79
1 files changed, 79 insertions, 0 deletions
diff --git a/icon-theme/material-design-light/index.theme b/icon-theme/material-design-light/index.theme
new file mode 100644
index 00000000..585001a7
--- /dev/null
+++ b/icon-theme/material-design-light/index.theme
@@ -0,0 +1,79 @@
+[Icon Theme]
+Name=Material Design (light)
+Comment=Icons from Google and other contributors using the "material design" specifications
+Inherits=hicolor
+
+Example=folder
+
+Directories=scalable/actions, scalable/applications, scalable/categories, scalable/devices, scalable/emblems, scalable/emotes, scalable/international, scalable/mimetypes, scalable/places, scalable/status
+
+
+[scalable/actions]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Actions
+
+[scalable/applications]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Applications
+
+[scalable/categories]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Categories
+
+[scalable/devices]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Devices
+
+[scalable/emblems]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Emblems
+
+[scalable/emotes]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Emotes
+
+[scalable/international]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=International
+
+[scalable/mimetypes]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=MimeTypes
+
+[scalable/places]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Places
+
+[scalable/status]
+Size=48
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Status
bgstack15