131 lines
No EOL
3.1 KiB
Text
131 lines
No EOL
3.1 KiB
Text
/*
|
|
|
|
Copyright (C) Arnaud Houdelette 2012-2014
|
|
Copyright (C) Emmanuel Langlois 2012-2014
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
style "sombre"
|
|
{
|
|
font_name = "Cantarell 9"
|
|
|
|
bg[NORMAL] = "#666666"
|
|
bg[SELECTED] = "#707090"
|
|
bg[ACTIVE] = "#808080"
|
|
bg[INSENSITIVE] = "#808080"
|
|
bg[PRELIGHT] = "#8080A0"
|
|
base[NORMAL] = "#595959"
|
|
base[SELECTED] = "#bb5959"
|
|
base[ACTIVE] = "#DAC000"
|
|
text[NORMAL] = "#D0D0D0"
|
|
fg[NORMAL] = "#FFFFFF"
|
|
fg[PRELIGHT] = "#FFFFFF"
|
|
engine "clearlooks" {
|
|
#colorize_scrollbar = FALSE
|
|
toolbarstyle = 0
|
|
}
|
|
|
|
GtkTreeView::odd-row-color = "#66666F"
|
|
#GtkTreeView::even-row-color = "#595959"
|
|
}
|
|
|
|
style "scale" {
|
|
GtkScale::slider-width = 19
|
|
GtkScale::slider-length = 27
|
|
GtkRange::trough-side-details = 1
|
|
bg[NORMAL] = "#A0A0B0"
|
|
}
|
|
|
|
style "tirettes" {
|
|
GtkScale::slider-width = 19
|
|
GtkScale::slider-length = 28
|
|
bg[NORMAL] = "#A0A0B0"
|
|
bg[PRELIGHT] = "#8080A0"
|
|
bg[SELECTED] = "#DAC000"
|
|
fg[NORMAL] = "#FFFFFF"
|
|
}
|
|
|
|
style "tirettesc" {
|
|
GtkScale::slider-width = 19
|
|
GtkScale::slider-length = 28
|
|
bg[NORMAL] = "#B08080"
|
|
bg[PRELIGHT] = "#B06060"
|
|
bg[SELECTED] = "#DAC000"
|
|
fg[NORMAL] = "#FF5050"
|
|
}
|
|
|
|
style "tirettest" {
|
|
GtkScale::slider-width = 19
|
|
GtkScale::slider-length = 28
|
|
bg[NORMAL] = "#80B080"
|
|
bg[PRELIGHT] = "#B06060"
|
|
bg[SELECTED] = "#DAC000"
|
|
fg[NORMAL] = "#50FF50"
|
|
}
|
|
|
|
style "tirettesm" {
|
|
GtkScale::slider-width = 19
|
|
GtkScale::slider-length = 28
|
|
bg[NORMAL] = "#6070B0"
|
|
bg[PRELIGHT] = "#B06060"
|
|
bg[SELECTED] = "#DAC000"
|
|
fg[NORMAL] = "#8080FF"
|
|
}
|
|
|
|
style "progressbar" {
|
|
bg[SELECTED] = "#A8A8B8"
|
|
}
|
|
|
|
style "circuitspb"
|
|
{
|
|
font_name = "DejaVu Sans 7"
|
|
bg[SELECTED] = "#DAC000"
|
|
}
|
|
|
|
style "counter"
|
|
{
|
|
fg[NORMAL] = "#FFFF00"
|
|
bg[NORMAL] = "#000000"
|
|
font_name = "DejaVu Sans Mono Bold 12"
|
|
}
|
|
|
|
style "actmacro"
|
|
{
|
|
fg[NORMAL] = "#FFFF00"
|
|
bg[NORMAL] = "#000000"
|
|
font_name = "DejaVu Sans Mono Bold 6"
|
|
}
|
|
|
|
|
|
style "lbtirette"
|
|
{
|
|
fg[NORMAL] = "#D0D0D0"
|
|
font_name = "DejaVu Sans 7"
|
|
}
|
|
|
|
|
|
class "GtkWidget" style "sombre"
|
|
class "GtkScale" style "scale"
|
|
class "GtkProgressBar" style "progressbar"
|
|
widget "*.pb" style "circuitspb"
|
|
widget "*.posLabel" style "counter"
|
|
widget "*.timeLabel" style "counter"
|
|
widget "*.actLabel" style "actmacro"
|
|
|
|
widget "*.evBBox" style "counter"
|
|
widget "*.lblTirette" style "lbtirette"
|
|
widget "*.sclTirette" style "tirettes"
|
|
widget "*.sclTiretteC" style "tirettesc"
|
|
widget "*.sclTiretteT" style "tirettest"
|
|
widget "*.sclTiretteM" style "tirettesm" |