summaryrefslogtreecommitdiff
path: root/icon-themes/README
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-04-18 12:22:07 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-05-05 10:19:26 +0200
commit60413c9800c27f53c1108015b50754b065bc98c6 (patch)
treea0f5a128c529c786c8200ce546a3730997549988 /icon-themes/README
parentf6fb5a17da883e89cae6f7a960266fc87ccc9f6b (diff)
Replace Galaxy icon theme by Colibre
Galaxy goes into an extension, fallback updated Change-Id: I4b6998035857f01368b39d4f16b2639d8a665065 Reviewed-on: https://gerrit.libreoffice.org/53092 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'icon-themes/README')
-rw-r--r--icon-themes/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/icon-themes/README b/icon-themes/README
index 4541358df3e3..8c1d03386042 100644
--- a/icon-themes/README
+++ b/icon-themes/README
@@ -13,7 +13,7 @@ In general the layering is done like this:
<leaf theme>
tango
industrial
-galaxy
+colibre
How to add a new image set:
@@ -51,13 +51,13 @@ How to add a new icon for a new command:
Here, you need to define a property named "Properties", with its value set
to 1 so that the icons show up.
-- Now, you need to add 2 new icon images under icon-themes/galaxy/cmd/, one
+- Now, you need to add 2 new icon images under icon-themes/colibre/cmd/, one
for the large size and one for the smaller size. The name of each image
must be lc_<command name>.png and sc_<command name>.png. Here, the command
name is the name given in the above .xcu file without the ".uno:" prefix and
all its letters lower-cased. In this example, the file names will be
lc_openfromcalc.png and sc_openfromcalc.png. Note that you need to add new
- images to the galaxy theme for them to show up in any themes at all.
+ images to the colibre theme for them to show up in any themes at all.
How to call optipng to optimize size:
---------------------------