From e5ffc1cb63d4786f9bd176cea038499ded83a7f3 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 28 Sep 2015 04:05:34 +0200 Subject: added specialized folder icon for thunderbird icon appeared too large, reducing its size with userChrome.css was possible, but 16x16 only, which is a little too small for that folder icon. --- cfg/thunderbird/README | 4 ++++ cfg/thunderbird/chrome/folder-thunderbird.png | Bin 0 -> 1597 bytes cfg/thunderbird/chrome/userChrome.css | 13 +++++++++++++ index.theme | 12 ++++++------ 4 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 cfg/thunderbird/README create mode 100644 cfg/thunderbird/chrome/folder-thunderbird.png create mode 100644 cfg/thunderbird/chrome/userChrome.css diff --git a/cfg/thunderbird/README b/cfg/thunderbird/README new file mode 100644 index 0000000..a1255fc --- /dev/null +++ b/cfg/thunderbird/README @@ -0,0 +1,4 @@ +[INSTALL] +copy the folder 'chrome' to ~/.thunderbird/*.profile/ +(so that there exists ~/.thunderbird/xyz.profile/chrome/) + diff --git a/cfg/thunderbird/chrome/folder-thunderbird.png b/cfg/thunderbird/chrome/folder-thunderbird.png new file mode 100644 index 0000000..06c85b7 Binary files /dev/null and b/cfg/thunderbird/chrome/folder-thunderbird.png differ diff --git a/cfg/thunderbird/chrome/userChrome.css b/cfg/thunderbird/chrome/userChrome.css new file mode 100644 index 0000000..091be08 --- /dev/null +++ b/cfg/thunderbird/chrome/userChrome.css @@ -0,0 +1,13 @@ +/* 2015, Max Christian Pohle */ + +#folderTree > treechildren +{ + font-size:10pt; +} + +#folderTree treechildren::-moz-tree-image() +{ + list-style-image: url("folder-thunderbird.png") !important; + width: 16px; + height: 16px; +} diff --git a/index.theme b/index.theme index dddd355..d4bb26a 100644 --- a/index.theme +++ b/index.theme @@ -11,15 +11,15 @@ LinkOverlay=link_overlay LockOverlay=lock_overlay ZipOverlay=zip_overlay 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 +DesktopSizes=16,24,32,48,64,72,96,128 +ToolbarDefault=24 +ToolbarSizes=16,24,32,48 +MainToolbarDefault=24 +MainToolbarSizes=16,24,32,48 SmallDefault=16 SmallSizes=16 PanelDefault=32 -PanelSizes=16,22,32,48,64,72,96,128 +PanelSizes=16,24,32,48,64,72,96,128 # Directory list Directories=scalable/actions,scalable/animations,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status -- cgit v1.2.3