Add sample .gtkrc-2.0 for panel text colors
This commit is contained in:
parent
6f333bae07
commit
1019fd91de
|
@ -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
19
misc/.gtkrc-2.0
Normal 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"
|
Loading…
Reference in New Issue
Block a user