You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
horst3180_arc-theme/common/gtk-2.0
Horst3180 0fb81c57e3
gtk2: don't set GtkTreeView::even_row_color (#376)
9 years ago
..
assets compress all png assets with optipng 9 years ago
assets-dark compress all png assets with optipng 9 years ago
menubar-toolbar don't change background-color of unfocused chromium window 9 years ago
README.md update READMEs 9 years ago
apps.rc gnome-shell theme improvements and some osd redesign 9 years ago
assets-dark.svg gtk2: better scrollbars 9 years ago
assets.svg gtk2: better scrollbars 9 years ago
assets.txt gtk2: better scrollbars 9 years ago
gtkrc tweak color scheme and window buttons 9 years ago
gtkrc-dark tweak color scheme and window buttons 9 years ago
gtkrc-darker tweak color scheme and window buttons 9 years ago
main.rc gtk2: don't set GtkTreeView::even_row_color (#376) 9 years ago
panel.rc tweak color scheme and window buttons 9 years ago
render-assets.sh compress all png assets with optipng 9 years ago
render-dark-assets.sh compress all png assets with optipng 9 years ago

README.md

Editing the theme

  • The Colors and includes are defined in gtkrc, gtkrc-dark and gtkrc-darker for each theme variant.
  • main.rc contains the major part of the theme
  • panel.rc contains the panel styling for XFCE and Mate
  • apps.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 or assets-dark.svg file in inkscape. Each object in the .svg file corresponds to an image in the assets and assets-dark folder.

  • Find the object you want to edit and make your changes. Important: Don't change the obejct id.

  • Save assets.svg or assets-dark.svg and delete the images corresponding to the edited .svg objects from the assets or assets-dark folder (or just delete everything in the assets or assets-dark folder).

  • Run ./render-assets.sh or ./render-dark-assets.sh from a terminal.