]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - setup/radiantgtkrc
...
[xonotic/netradiant.git] / setup / radiantgtkrc
1 # ----------------------------------------------------------------------------------------
2 # Basic style settings for GtkRadiant
3 # ----------------------------------------------------------------------------------------
4
5
6
7 style "gtk_radiant_menus"
8 {
9   font_name = "Tahoma, Helvetica, Arial 8"
10 }
11
12
13
14
15 style "gtk_radiant_text"
16 {
17   font_name = "Courier New, Courier, Monospaced, Fixed 9"
18 }
19
20
21
22
23 style "gtk_radiant_statusbar"
24 {
25   font_name = "Tahoma, Helvetica, Arial 8"
26 }
27
28
29
30
31 style "gtk_radiant_tooltips" {
32   bg[NORMAL] = "#ffffe0"
33   font_name = "Tahoma, Helvetica, Arial 8"
34 }
35
36
37
38 # -- TOOLTIPS
39 widget "gtk-tooltips" style "gtk_radiant_tooltips"
40
41
42
43 # -- ALL MENUS
44 widget_class "*GtkMenu*" style "gtk_radiant_menus"
45
46
47
48 # -- ALL TEXT (console)
49 widget_class "*GtkText*" style "gtk_radiant_text"
50
51
52
53 # -- ALL LABELS (Statusbar)
54 widget_class "*GtkLabel*" style "gtk_radiant_statusbar"
55
56
57 # -- lists, trees, dropdowns, entries, spinners, sliders
58 widget_class "*GtkCList*" style "gtk_radiant_menus"
59 widget_class "*GtkCTree*" style "gtk_radiant_menus"
60 widget_class "*GtkCombo*" style "gtk_radiant_menus"
61 widget_class "*GtkEntry*" style "gtk_radiant_menus"
62 widget_class "*GtkSpinButton*" style "gtk_radiant_menus"
63 widget_class "*GtkAdjustment*" style "gtk_radiant_menus"