Allow GTK (v1 and v2) overrides.
authorIain Patterson <me@iain.cx>
Thu, 25 Aug 2011 09:54:53 +0000 (10:54 +0100)
committerIain Patterson <me@iain.cx>
Thu, 25 Aug 2011 10:18:44 +0000 (11:18 +0100)
commit83448b47cbb7f713eaa4a4563dc3110973eaaa5e
tree78d457a638837b2785815afeedefdc7253c00ce8
parent93d2fe039997080cdf4d2177d8092e08093aef72
Allow GTK (v1 and v2) overrides.

Allow including a local GTKv1 theme by creating a symlink in ~/.themes
named "theme" which points to the theme directory (containing gtkrc).
Allow including a local GTKv2 theme by creating a symlink in ~/.themes
named "theme-2.0" pointing to the directory containing the v2 gtkrc.
Allow including local overrides in ~/.themes/override (resp.
override-2.0).

Also do the right thing for GNOME themes.
.gtkrc [new file with mode: 0644]
.gtkrc-2.0 [new file with mode: 0644]
.gtkrc.mine [new file with mode: 0644]