wok-6.x view kleanny/stuff/res/theme/gtkrc @ rev 20040

Add: Kleanny v1.0 By The SliTaz DevTeam.
author Leonardo Laporte <hackdorte@yandex.com>
date Sun Aug 27 10:17:57 2017 -0300 (2017-08-27)
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 "/usr/share/pixmaps:/usr/share/themes:/usr/share/icons"
21 style "APPfont"
22 {
23 font_name = "Sans 8"
24 }
26 style "APPstyle"
27 {
28 bg[NORMAL] = "#151515" # Color Background
29 fg[NORMAL] = "#808080" # Color Text
30 GtkRange::stepper_spacing = 0
31 GtkRange::trough_border = 0
32 }
34 style "APPcontent" {
35 bg[NORMAL] = "#151515" # Color Background
36 fg[NORMAL] = "#808080" # Color Text
37 font_name = "sans"
38 GtkLabel::use-markup = TRUE
39 }
41 style "APPbuttons" {
42 fg[NORMAL] = "#909090" # button label text colour
43 fg[PRELIGHT] = "#CDCDCD" # button label text colour when mouse is over the button
44 bg[NORMAL] = "#151515" # button background colour
45 bg[PRELIGHT] = "#151515" # button background colour when mouse is over the button
46 bg[ACTIVE] = "#151515"
47 bg[SELECTED] = "#151515"
48 font_name = "sans" # button font display
49 xthickness = 2 # adds "border" on either side of the button
50 ythickness = 2 # adds "border" above and below the button
51 }
53 widget_class "*" style "APPfont"
54 widget_class "<GtkWindow>" style "APPstyle"
55 widget_class "<GtkWindow><GtkVBox><GtkHBox><GtkVBox><GtkLabel>" style "APPcontent"
56 widget_class "<GtkWindow><GtkVBox><GtkContainer><GtkButton>" style "APPbuttons"
57 widget_class "<GtkWindow><GtkVBox><GtkContainer><GtkButton><GtkContainer><GtkHBox><GtkLabel>" style "APPbuttons"
58 gtk-font-name = "Sans 8" # Important