diff options
author | Ken Moore <moorekou@gmail.com> | 2016-03-15 12:56:27 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-03-15 12:56:27 -0400 |
commit | e004e7085ac79f8b50df5c18eed2a413dac32c5d (patch) | |
tree | 33c88a8d3a69b415a568267d71075487725c704b /icon-theme/index.theme | |
parent | Get some more of the terminal cleaned up. Now the initial work directory can ... (diff) | |
download | lumina-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.theme | 31 |
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 + |