Lines Matching defs:theme
96 {"\n#Terminal\n", "theme.screen.color", COLOR, &t.screen.color},
99 "theme.shadow.color", COLOR, &t.shadow.color},
101 "theme.shadow.y", UINT, &t.shadow.y},
102 {"", "theme.shadow.x", UINT, &t.shadow.x},
105 "theme.dialog.color", COLOR, &t.dialog.color},
106 {"", "theme.dialog.delimtitle", BOOL, &t.dialog.delimtitle},
107 {"", "theme.dialog.titlecolor", COLOR, &t.dialog.titlecolor},
108 {"", "theme.dialog.lineraisecolor", COLOR, &t.dialog.lineraisecolor},
109 {"", "theme.dialog.linelowercolor", COLOR, &t.dialog.linelowercolor},
110 {"", "theme.dialog.bottomtitlecolor", COLOR,
112 {"", "theme.dialog.arrowcolor", COLOR, &t.dialog.arrowcolor},
116 "theme.menu.f_prefixcolor", COLOR, &t.menu.f_prefixcolor},
117 {"", "theme.menu.prefixcolor", COLOR, &t.menu.prefixcolor},
118 {"", "theme.menu.f_selectorcolor", COLOR, &t.menu.f_selectorcolor},
119 {"", "theme.menu.selectorcolor", COLOR, &t.menu.selectorcolor},
120 {"", "theme.menu.f_namecolor", COLOR, &t.menu.f_namecolor},
121 {"", "theme.menu.namecolor", COLOR, &t.menu.namecolor},
122 {"", "theme.menu.f_desccolor", COLOR, &t.menu.f_desccolor},
123 {"", "theme.menu.desccolor", COLOR, &t.menu.desccolor},
124 {"", "theme.menu.f_shortcutcolor", COLOR, &t.menu.f_shortcutcolor},
125 {"", "theme.menu.shortcutcolor", COLOR, &t.menu.shortcutcolor},
126 {"", "theme.menu.bottomdesccolor", COLOR, &t.menu.bottomdesccolor},
128 "theme.menu.sepnamecolor", COLOR, &t.menu.sepnamecolor},
129 {"", "theme.menu.sepdesccolor", COLOR, &t.menu.sepdesccolor},
132 "theme.form.f_fieldcolor", COLOR, &t.form.f_fieldcolor},
133 {"", "theme.form.fieldcolor", COLOR, &t.form.fieldcolor},
134 {"", "theme.form.readonlycolor", COLOR, &t.form.readonlycolor},
135 {"", "theme.form.bottomdesccolor", COLOR, &t.form.bottomdesccolor},
138 "theme.bar.f_color", COLOR, &t.bar.f_color},
139 {"", "theme.bar.color", COLOR, &t.bar.color},
142 "theme.button.minmargin", UINT, &t.button.minmargin},
143 {"", "theme.button.maxmargin", UINT, &t.button.maxmargin},
144 {"", "theme.button.leftdelim", CHAR, &t.button.leftdelim},
145 {"", "theme.button.rightdelim", CHAR, &t.button.rightdelim},
146 {"", "theme.button.f_delimcolor", COLOR, &t.button.f_delimcolor},
147 {"", "theme.button.delimcolor", COLOR, &t.button.delimcolor},
148 {"", "theme.button.f_color", COLOR, &t.button.f_color},
149 {"", "theme.button.color", COLOR, &t.button.color},
150 {"", "theme.button.f_shortcutcolor", COLOR, &t.button.f_shortcutcolor},
151 {"", "theme.button.shortcutcolor", COLOR, &t.button.shortcutcolor},
167 "cannot save theme: %s", bsddialog_geterror());
174 fprintf(fp, "### bsddialog theme - %s\n", ctime(&clock));
235 exit_error(false, "Cannot get current theme: %s",
239 exit_error(false, "Cannot open theme \"%s\" file", file);
259 PROP_ERROR(name, "Unknown theme property name");
329 void setdeftheme(enum bsddialog_default_theme theme)
333 if (bsddialog_set_default_theme(theme) != BSDDIALOG_OK)
375 /* theme */