wok view lxlauncher/stuff/gtkrc @ rev 18074

djview, djvulibre, smtube: revert to using (fixed) SF_MIRROR.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 21 18:01:32 2015 +0300 (2015-05-21)
parents
children
line source
1 style "launcher-bg" { # for the background GtkWindow
2 bg[NORMAL] = "#222222"
3 }
4 style "launcher-fg" { # for the text size/color
5 font_name="Sans 11"
6 fg[NORMAL]="#222222"
7 fg[PRELIGHT]="#000000"
8 }
9 style "launcher-nb" = "launcher-fg" { #for the notebook
10 bg[NORMAL] = "#eeede9"
11 #bg[SELECTED] = "#3675AD"
12 fg[ACTIVE] = "#ffffff" #text color for non-active tabs
13 bg[ACTIVE] = "#222222" #the other non-active tabs
14 }
15 widget_class "*<GtkNotebook>" style "launcher-nb"
16 widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb"
17 widget "GtkWindow" style "launcher-bg"
18 widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"