Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / share / icons / README.icon_themes
1 CHANGING ICON THEMES
2 --------------------
3 The Inkscape icons are read from the file 'icons.svg' that resides in the same
4 directory as this README.
6 If you want to try a new theme, create a folder named 'icons' in your personal
7 Inkscape folder (under Linux/Unix: $HOME/.inkscape), copy the file containing
8 the alternative theme in that folder and rename it to icons.svg. The next time
9 Inkscape is run the alternative icons will be loaded.
12 CREATING A NEW ICON THEME
13 -------------------------
14 To create a new theme or simply modify some icons you need to make sure each
15 icon is assigned the correct ID (its name). Opening 'icons.svg' in Inkscape and
16 selecting an icon will display its ID in the XML editor (Shift+Ctrl+X).
18 The simplest way to proceed is to work on a copy of the icons.svg file and
19 modify each icon one after the other, using the XML editor to adapt its ID.
21 For example, if you've drawn a new pen icon, select it on the canvas, then open
22 the XML editor. The node corresponding to the pen icon will be highlighted.
23 Click on its ID in the upper right panel of the XML editor. The bottom right
24 panel will display something like 'g2570'. Change that value to 'draw_pen' and
25 click the 'Set' button.
28 For any questions relating to icon themes, please contact:
29 Jean-François Lemaire (jflemaire@skynet.be).