File: gtkrc

package info (click to toggle)
lxlauncher 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,100 kB
  • ctags: 173
  • sloc: ansic: 2,033; sh: 1,278; makefile: 54; python: 18
file content (19 lines) | stat: -rw-r--r-- 738 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
style "launcher-bg" { # for the background GtkWindow
    bg[NORMAL] = "#3675AD"
}
style "launcher-fg" { # for the text size/color
    font_name="Sans Bold 11"
    fg[NORMAL]="#3675AD"
    fg[PRELIGHT]="#3675AD"
}
style "launcher-nb" = "launcher-fg" { #for the notebook
    bg[NORMAL] = "#ffffff"
    #"bg[SELECTED] = "#3675AD"
    fg[ACTIVE] = "#ffffff" #text color for non-active tabs
    bg[ACTIVE] = "#3675AD" #the other non-active tabs
}
widget_class "*<GtkNotebook>" style "launcher-nb"
widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb"
widget "GtkWindow" style "launcher-bg"
widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"
widget_class "*<GtkVBox><GtkHBox><GtkLabel>" style "launcher-fg"