File: gtkrc.forest2

package info (click to toggle)
cinepaint 0.20-1-1.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 30,624 kB
  • ctags: 16,926
  • sloc: ansic: 223,432; cpp: 14,978; sh: 10,765; makefile: 2,392
file content (39 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

pixmap_path "/home/tigert/.gnome/textures"

style "default"
{
#  font = "-schumacher-clean-medium-r-normal--8-80-75-75-c-50-iso8859-1"
  font = "-*-lucida-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"

# base, text, bg, fg are possible
bg[NORMAL] = { 0.70, 0.75, 0.67 }
bg[SELECTED] = { 0.31, 0.35, 0.35 }
bg[INSENSITIVE] = { 0.70, 0.75, 0.67 }
bg[ACTIVE] = { 0.61, 0.65, 0.58 }
bg[PRELIGHT] = { 0.84, 0.89, 0.81 }

fg[NORMAL] = { 0.0, 0.0, 0.0 }
fg[SELECTED] = { 0.9, 0.9, 0.9 }
fg[ACTIVE] = { 0.33, 0.2, 0.0 }
fg[PRELIGHT] = { 0.5, 0.1, 0.0 }

text[INSENSITIVE] = { 0.60, 0.65, 0.57 }

}

style "ruler" = "default"
{
  font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
}


widget_class "*Ruler*" style "ruler"
widget_class "*" style "default"