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