MAJ binaires
This commit is contained in:
parent
a82789878e
commit
3f8949e104
2 changed files with 22 additions and 0 deletions
Binary file not shown.
|
|
@ -48,6 +48,7 @@ style "scale" {
|
|||
}
|
||||
|
||||
style "tirettes" {
|
||||
font_name = "DejaVu Sans Mono 7"
|
||||
GtkScale::slider-width = 19
|
||||
GtkScale::slider-length = 28
|
||||
bg[NORMAL] = "#A0A0B0"
|
||||
|
|
@ -57,6 +58,7 @@ style "tirettes" {
|
|||
}
|
||||
|
||||
style "tirettesc" {
|
||||
font_name = "DejaVu Sans Mono 7"
|
||||
GtkScale::slider-width = 19
|
||||
GtkScale::slider-length = 28
|
||||
bg[NORMAL] = "#B08080"
|
||||
|
|
@ -66,6 +68,7 @@ style "tirettesc" {
|
|||
}
|
||||
|
||||
style "tirettest" {
|
||||
font_name = "DejaVu Sans Mono 7"
|
||||
GtkScale::slider-width = 19
|
||||
GtkScale::slider-length = 28
|
||||
bg[NORMAL] = "#80B080"
|
||||
|
|
@ -75,6 +78,7 @@ style "tirettest" {
|
|||
}
|
||||
|
||||
style "tirettesm" {
|
||||
font_name = "DejaVu Sans Mono 7"
|
||||
GtkScale::slider-width = 19
|
||||
GtkScale::slider-length = 28
|
||||
bg[NORMAL] = "#6070B0"
|
||||
|
|
@ -100,6 +104,19 @@ style "counter"
|
|||
font_name = "DejaVu Sans Mono Bold 12"
|
||||
}
|
||||
|
||||
style "page"
|
||||
{
|
||||
fg[NORMAL] = "#FFFF00"
|
||||
bg[NORMAL] = "#000000"
|
||||
font_name = "DejaVu Sans Mono Bold 32"
|
||||
}
|
||||
style "pagesmall"
|
||||
{
|
||||
fg[NORMAL] = "#FFFF00"
|
||||
bg[NORMAL] = "#000000"
|
||||
font_name = "DejaVu Sans Mono Bold 6"
|
||||
}
|
||||
|
||||
style "actmacro"
|
||||
{
|
||||
fg[NORMAL] = "#FFFF00"
|
||||
|
|
@ -124,6 +141,11 @@ widget "*.timeLabel" style "counter"
|
|||
widget "*.actLabel" style "actmacro"
|
||||
|
||||
widget "*.evBBox" style "counter"
|
||||
widget "*.evBBox1" style "counter"
|
||||
|
||||
widget "*.lblPage" style "page"
|
||||
widget "*.lblpagesmall" style "pagesmall"
|
||||
|
||||
widget "*.lblTirette" style "lbtirette"
|
||||
widget "*.sclTirette" style "tirettes"
|
||||
widget "*.sclTiretteC" style "tirettesc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue