1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00
horst3180_arc-theme/common/gtk-2.0
2015-12-02 23:39:53 +01:00
..
assets gtk2: better scrollbars 2015-12-02 23:39:53 +01:00
assets-dark gtk2: better scrollbars 2015-12-02 23:39:53 +01:00
menubar-toolbar don't change background-color of unfocused chromium window 2015-09-29 01:34:10 +02:00
apps.rc gnome-shell theme improvements and some osd redesign 2015-08-13 01:15:17 +02:00
assets-dark.svg gtk2: better scrollbars 2015-12-02 23:39:53 +01:00
assets.svg gtk2: better scrollbars 2015-12-02 23:39:53 +01:00
assets.txt gtk2: better scrollbars 2015-12-02 23:39:53 +01:00
gtkrc tweak color scheme and window buttons 2015-09-09 23:50:14 +02:00
gtkrc-dark tweak color scheme and window buttons 2015-09-09 23:50:14 +02:00
gtkrc-darker tweak color scheme and window buttons 2015-09-09 23:50:14 +02:00
main.rc gtk2: better scrollbars 2015-12-02 23:39:53 +01:00
panel.rc tweak color scheme and window buttons 2015-09-09 23:50:14 +02:00
README.md update READMEs 2015-09-29 16:39:07 +02:00
render-assets.sh add build system 2015-05-28 17:41:22 +02:00
render-dark-assets.sh refinements 2015-07-08 02:51:09 +02:00

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.