[Libreoffice-commits] core.git: icon-themes/README.md
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 26 19:53:21 UTC 2021
icon-themes/README.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit 9ed35109abb4179a3ab77498f550b4b9868e9cbc
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Aug 26 08:36:23 2021 -0300
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Aug 26 21:52:40 2021 +0200
Add info on icon sizes for theming
Information collected from telegram chat by Rizal Mutttaqin, andreas k,
samuel_m, quikee.
Change-Id: I0d61f6b899b261478b6d40386ac5604aa1a3cfdc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121088
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/icon-themes/README.md b/icon-themes/README.md
index 81230417501a..3d3c378b87a8 100644
--- a/icon-themes/README.md
+++ b/icon-themes/README.md
@@ -14,6 +14,19 @@ In general the layering is done like this:
breeze
colibre
+## Icon naming convention
+
+sc_* icons are 16x16 px (small)
+lc_* icons are 24x24 px (large)
+There is also an 32px folder at cmd/ with 32 px icons
+
+16x16 px icons are used in the menus
+24x24 px icons are used in toolbars and sidebar
+Notebook bar use 24x24 px icons when there is only one icon, and 16x16 px everywhere else
+
+sc_ and lc_ icon are followed by the .uno:CommandName (see below)
+
+
## How to Add a New Image Set
- Create a directory for it here (let's call it e.g. `new_set`)
More information about the Libreoffice-commits
mailing list