1 char * xoscope_rc[] = {
2 "#style \"violet_help_label\" { fg[NORMAL] = \"Violet\" fg[INSENSITIVE] = \"Black\" fg[PRELIGHT] = \"Black\" fg[ACTIVE] = \"Black\" fg[SELECTED] = \"Black\" bg[NORMAL] = \"Violet\" bg[INSENSITIVE] = \"Black\" bg[PRELIGHT] = \"Black\" bg[ACTIVE] = \"Black\" bg[SELECTED] = \"Black\" text[NORMAL] = \"Violet\" text[INSENSITIVE] = \"Black\" text[PRELIGHT] = \"Black\" text[ACTIVE] = \"Black\" text[SELECTED] = \"Black\" base[NORMAL] = \"Violet\" base[INSENSITIVE] = \"Black\" base[PRELIGHT] = \"Black\" base[ACTIVE] = \"Black\" base[SELECTED] = \"Black\" }",
3 "",
4 "style \"black_bg\" { bg[NORMAL] = \"Black\" }",
5 "style \"red_bg\" { bg[NORMAL] = \"Red\"}",
6 "",
7 "style \"label_font\" { font_name = \"Helvetica 16\" }",
8 "",
9 "style \"white\" { fg[NORMAL] = \"White\" }",
10 "style \"green\" { fg[NORMAL] = \"Green\" }",
11 "style \"cyan\" { fg[NORMAL] = \"Cyan\" }",
12 "style \"yellow\" { fg[NORMAL] = \"Yellow\" }",
13 "style \"orange\" { fg[NORMAL] = \"Orange\" }",
14 "style \"violet\" { fg[NORMAL] = \"Violet\" }",
15 "style \"blue\" { fg[NORMAL] = \"Blue\" }",
16 "style \"red\" { fg[NORMAL] = \"Red\" }",
17 "",
18 "style \"red_scrollbar\" { fg[NORMAL] = \"White\" fg[PRELIGHT] = \"White\" fg[ACTIVE] = \"White\" bg[NORMAL] = \"#a00000\" bg[PRELIGHT] = \"Red\" bg[ACTIVE] = \"#600000\" }",
19 "",
20 "widget \"main_window\" style \"black_bg\"",
21 "widget \"main_window.*.databox\" style \"black_bg\"",
22 "widget \"main_window.*.databox_frame\" style \"red_bg\"",
23 "widget \"main_window.*.databox_hscrollbar\" style \"red_scrollbar\"",
24 "",
25 "# This has the effect of not only setting color and font for labels",
26 "# not specified below, but also of setting font for all the labels",
27 "# because the fonts aren't specified below",
28 "",
29 "#widget \"main_window.*_label\" style \"label_font\"",
30 "widget \"main_window.*_label\" style \"white\"",
31 "",
32 "widget \"*.sample_rate_label\" style \"green\"",
33 "widget \"*.samples_per_frame_label\" style \"green\"",
34 "widget \"*.period_label\" style \"green\"",
35 "widget \"*.min_max_label\" style \"green\"",
36 "",
37 "widget \"*.Ch1*\" style \"green\"",
38 "widget \"*.Ch2*\" style \"cyan\"",
39 "widget \"*.Ch3*\" style \"yellow\"",
40 "widget \"*.Ch4*\" style \"orange\"",
41 "widget \"*.Ch5*\" style \"violet\"",
42 "widget \"*.Ch6*\" style \"blue\"",
43 "widget \"*.Ch7*\" style \"red\"",
44 "widget \"*.Ch8*\" style \"white\"",
45 "",
46 "widget \"*.*_key_label\" style \"violet\"",
47 "widget \"*.*_help_label\" style \"green\"",
48 "",
49 "widget \"*.quit_help_label\" style \"white\"",
50 "widget \"*.load_help_label\" style \"white\"",
51 "widget \"*.load_help_label\" style \"white\"",
52 "widget \"*.save_help_label\" style \"white\"",
53 "widget \"*.xoscope_help_label\" style \"white\"",
54 "widget \"*.version_help_label\" style \"white\"",
55 "widget \"*.help_label\" style \"white\"",
56 "widget \"*.refresh_help_label\" style \"white\"",
57 "widget \"*.graticule_help_label\" style \"white\"",
58 "widget \"*.graticule_position_help_label\" style \"white\"",
59 "widget \"*.color_help_label\" style \"white\"",
60 "",
61 "# This one's a bit special - it's a key label, but not a \"*_key_label\"",
62 "# so it doesn't appear and disappear and therefore has to be set explicitly",
63 "",
64 "widget \"*.question_mark_label\" style \"violet\"",
65 NULL };
66