Lines Matching refs:theme
204 {"load-theme", required_argument, NULL, LOAD_THEME},
232 {"save-theme", required_argument, NULL, SAVE_THEME},
245 {"theme", required_argument, NULL, THEME},
302 " --load-theme <file>, --max-input <size>, --no-cancel,\n"
310 " --save-theme <file>, --separate-output,\n --separator <sep>,"
313 " --text-escape,\n --text-unchanged, --theme 3d|blackwhite|flat,"
366 opt->theme = -1;
664 opt->theme = BSDDIALOG_THEME_BLACKWHITE;
666 opt->theme = BSDDIALOG_THEME_FLAT;
668 opt->theme = BSDDIALOG_THEME_3D;
671 "--theme: \"%s\" is unknown", optarg);