loupiottes/DMX-2.0/style.gtkrc
tzim eb10eb62eb Ajout des styles.
Qq modifs sur seqmacro
2013-11-04 13:29:54 +00:00

28 lines
No EOL
592 B
Text

style "circuitspb"
{
font_name = "Sans 6"
}
widget "*.pb" style "circuitspb"
style "sombre"
{
bg[NORMAL] = {0.3, 0.3, 0.3}
bg[INSENSITIVE] = {0.2, 0.2, 0.2}
bg[PRELIGHT] = {0.4, 0.4, 0.48}
base[NORMAL] = {0.35, 0.35, 0.35}
base[SELECTED] = {0.75, 0.35, 0.35}
base[ACTIVE] = {0.75, 0.75, 0.35}
text[NORMAL] = {0.75, 0.75, 0.75}
fg[NORMAL] = {0.95, 1.0, 1.0}
}
class "GtkWidget" style "sombre"
style "counter"
{
fg[NORMAL] = {1.0,1.0,0.0}
bg[NORMAL] = {0.0,0.0,0.0}
font_name = "DejaVu Sans Mono 12"
}
widget "*.timeLabel" style "counter"