1.0 KiB
1.0 KiB
Editing the theme
- The Colors and includes are defined in
gtkrc
,gtkrc-dark
andgtkrc-darker
for each theme variant. main.rc
contains the major part of the themepanel.rc
contains the panel styling for XFCE and Mateapps.rc
contains some application specific rules
Because this theme is heavily based on the pixmap engine, a lot of the styling comes from the images in the assets
and assets-dark
folders. Don't edit these images directly. Instead do the following
-
Open the
assets.svg
orassets-dark.svg
file in inkscape. Each object in the .svg file corresponds to an image in theassets
andassets-dark
folder. -
Find the object you want to edit and make your changes. Important: Don't change the obejct id.
-
Save
assets.svg
orassets-dark.svg
and delete the images corresponding to the edited .svg objects from theassets
orassets-dark
folder (or just delete everything in theassets
orassets-dark
folder). -
Run
./render-assets.sh
or./render-dark-assets.sh
from a terminal.