wok view turbine/stuff/res/theme/gtkrc @ rev 20595

xfi, xfw, cryptkeeper: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 10:41:06 2018 +0100 (2018-12-16)
parents
children
line source
1 #
2 # Provided By The SliTaz Development Team.
3 # Copyright (C) 2017 The SliTaz Association.
4 #
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #
19 pixmap_path "/var/www/cgi-bin/turbine/res/theme"
21 style "APPfont"
22 {
23 font_name = "Sans 8"
24 }
26 style "APPstyle"
27 {
28 bg[NORMAL] = "#D2691E" # Color Background
29 bg_pixmap[NORMAL] = "background.png"
30 fg[NORMAL] = "#FFD3B2" # Color Text
31 GtkRange::stepper_spacing = 0
32 GtkRange::trough_border = 0
33 }
35 style "APPcontent" {
36 bg[NORMAL] = "#D2691E" # Color Background
37 bg_pixmap[NORMAL] = "background.png"
38 fg[NORMAL] = "#FFD3B2" # Color Text
39 font_name = "sans"
40 GtkLabel::use-markup = TRUE
41 }
43 style "APPbuttons" {
44 fg[NORMAL] = "#FFD3B2" # button label text colour
45 fg[PRELIGHT] = "#FFFFFF" # button label text colour when mouse is over the button
46 bg[NORMAL] = "#D2691E" # button background colour
47 bg[PRELIGHT] = "#D2691E" # button background colour when mouse is over the button
48 bg[ACTIVE] = "#D2691E"
49 bg[SELECTED] = "#D2691E"
50 font_name = "sans" # button font display
51 xthickness = 2 # adds "border" on either side of the button
52 ythickness = 2 # adds "border" above and below the button
53 }
55 widget_class "*" style "APPfont"
56 widget_class "<GtkWindow>" style "APPstyle"
57 widget_class "<GtkWindow><GtkVBox><GtkHBox><GtkVBox><GtkLabel>" style "APPcontent"
58 widget_class "<GtkWindow><GtkVBox><GtkContainer><GtkButton>" style "APPbuttons"
59 widget_class "<GtkWindow><GtkVBox><GtkContainer><GtkButton><GtkContainer><GtkHBox><GtkLabel>" style "APPbuttons"
60 gtk-font-name = "Sans 8" # Important