aboutsummaryrefslogtreecommitdiff
path: root/icon-theme
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-03-16 09:02:57 -0400
committerKen Moore <moorekou@gmail.com>2016-03-16 09:02:57 -0400
commitd82c13753ffef3f589edb4107cb28724bc7c5c5b (patch)
tree43830317ccfa32f7ea6a114a6d8816ff12683c07 /icon-theme
parentAdd a generic AUTHORS file for keeping track of contributors (diff)
downloadlumina-d82c13753ffef3f589edb4107cb28724bc7c5c5b.tar.gz
lumina-d82c13753ffef3f589edb4107cb28724bc7c5c5b.tar.bz2
lumina-d82c13753ffef3f589edb4107cb28724bc7c5c5b.zip
Finish cleaning up the index.theme file for the new lumina icon theme.
Diffstat (limited to 'icon-theme')
-rw-r--r--icon-theme/index.theme85
1 files changed, 63 insertions, 22 deletions
diff --git a/icon-theme/index.theme b/icon-theme/index.theme
index 70a53f95..e96fed2d 100644
--- a/icon-theme/index.theme
+++ b/icon-theme/index.theme
@@ -1,31 +1,72 @@
[Icon Theme]
Name=Lumina
+Comment=Lumina Desktop Icon Theme: CC-BY 4.0 International Public License
+Inherits=hicolor
-Comment=Creative Commons Attribution 4.0 International Public License
+Example=folder
-DisplayDepth=32
+Directories=scalable/actions, scalable/apps, scalable/categories, scalable/devices, scalable/emblems, scalable/mimetypes, scalable/places, scalable/special, scalable/status
-Inherits=hicolor
-Example=folder
+[scalable/actions]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Actions
-LinkOverlay=link
-LockOverlay=lockoverlay
-ShareOverlay=share
-ZipOverlay=zip
-
-DesktopDefault=scalable
-DesktopSizes=scalable
-ToolbarDefault=scalable
-ToolbarSizes=scalable
-MainToolbarDefault=scalable
-MainToolbarSizes=scalable
-SmallDefault=scalable
-SmallSizes=scalable
-PanelDefault=scalable
-PanelSizes=scalable
-DialogDefault=scalable
-DialogSizes=scalable
+[scalable/apps]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Applications
-Directories=scalable/actions, scalable/apps, scalable/categories, scalable/devices, scalable/emblems, scalable/mimetypes, scalable/places, scalable/special, scalable/status
+[scalable/categories]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Categories
+
+[scalable/devices]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Devices
+
+[scalable/emblems]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Emblems
+
+[scalable/mimetypes]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=MimeTypes
+
+[scalable/places]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Places
+
+[scalable/special]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Actions
+[scalable/status]
+Size=128
+Type=Scalable
+MinSize=1
+MaxSize=256
+Context=Status \ No newline at end of file
bgstack15