1
0

Add sample .gtkrc-2.0 for panel text colors

This commit is contained in:
Noah 2016-05-30 22:38:53 -07:00
parent 6f333bae07
commit 1019fd91de
2 changed files with 20 additions and 1 deletions

View File

@ -30,7 +30,7 @@ TARGETS = OrderedDict([
path = "/run/media/kirsle/Cyro/Pictures/Organized", path = "/run/media/kirsle/Cyro/Pictures/Organized",
)), )),
("Obelisk", dict( ("Obelisk", dict(
path = "/run/media/kirsle/Obelisk/Redundant/Images/Organized", path = "/mnt/Obelisk/Redundant/Images/Organized",
rsync = "rsync -avu --no-p --delete {source}/ \"{destination}/\"", rsync = "rsync -avu --no-p --delete {source}/ \"{destination}/\"",
)), )),
("Rosewill", dict( ("Rosewill", dict(

19
misc/.gtkrc-2.0 Normal file
View File

@ -0,0 +1,19 @@
# gtkrc-2.0 file to set the panel text color to white,
# for some XFCE and MATE themes.
#
# Also resets the murrine text style, for Bluebird/Ambiance/some other
# themes that want a text-shadow ugly effect.
style "panel"
{
fg[NORMAL] = "#FFFFFF"
fg[ACTIVE] = "#FFFFFF"
engine "murrine" {
textstyle = 0
}
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"