/usr/share/phasex/gtkenginerc is in phasex 0.14.97-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Theme engine definition for PHASEX
# If libnodoka.so is not found, this file will be skipped over
# so that GTK doesn't complain.
style "phasex-engine-default"
{
engine "nodoka"
{
bullet_color = "#00f000"
}
}
style "phasex-off-button"
{
engine "nodoka"
{
bullet_color = "#d00000"
}
}
class "GtkWidget" style "phasex-engine-default"
widget "*OffButton*" style "phasex-off-button"
|