aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/index.theme
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-03-15 12:56:27 -0400
committerKen Moore <moorekou@gmail.com>2016-03-15 12:56:27 -0400
commite004e7085ac79f8b50df5c18eed2a413dac32c5d (patch)
tree33c88a8d3a69b415a568267d71075487725c704b /icon-theme/index.theme
parentGet some more of the terminal cleaned up. Now the initial work directory can ... (diff)
downloadlumina-e004e7085ac79f8b50df5c18eed2a413dac32c5d.tar.gz
lumina-e004e7085ac79f8b50df5c18eed2a413dac32c5d.tar.bz2
lumina-e004e7085ac79f8b50df5c18eed2a413dac32c5d.zip
Add in the framework for a new icon theme for Lumina. (Not tied into any builds yet).
Diffstat (limited to 'icon-theme/index.theme')
-rw-r--r--icon-theme/index.theme31
1 files changed, 31 insertions, 0 deletions
diff --git a/icon-theme/index.theme b/icon-theme/index.theme
new file mode 100644
index 00000000..70a53f95
--- /dev/null
+++ b/icon-theme/index.theme
@@ -0,0 +1,31 @@
+[Icon Theme]
+Name=Lumina
+
+Comment=Creative Commons Attribution 4.0 International Public License
+
+DisplayDepth=32
+
+Inherits=hicolor
+
+Example=folder
+
+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
+
+Directories=scalable/actions, scalable/apps, scalable/categories, scalable/devices, scalable/emblems, scalable/mimetypes, scalable/places, scalable/special, scalable/status
+
bgstack15