• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/

Lines Matching refs:COLOR_BLACK

71 	DLG_COLOR(shadow,                COLOR_BLACK,  COLOR_BLACK,  true);
72 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false);
76 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false);
80 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true);
81 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false);
82 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false);
83 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false);
87 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false);
89 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false);
95 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false);
103 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true);
104 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, false);
105 DLG_COLOR(dialog, COLOR_WHITE, COLOR_BLACK, false);
106 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false);
107 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true);
110 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false);
112 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false);
114 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_BLACK, true);
116 DLG_COLOR(inputbox, COLOR_YELLOW, COLOR_BLACK, false);
117 DLG_COLOR(inputbox_border, COLOR_YELLOW, COLOR_BLACK, false);
119 DLG_COLOR(searchbox, COLOR_YELLOW, COLOR_BLACK, false);
120 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true);
121 DLG_COLOR(searchbox_border, COLOR_BLACK, COLOR_BLACK, true);
123 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false);
125 DLG_COLOR(menubox, COLOR_YELLOW, COLOR_BLACK, false);
126 DLG_COLOR(menubox_border, COLOR_BLACK, COLOR_BLACK, true);
128 DLG_COLOR(item, COLOR_WHITE, COLOR_BLACK, false);
131 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false);
133 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false);
136 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false);
139 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false);
140 DLG_COLOR(darrow, COLOR_RED, COLOR_BLACK, false);