# devo dialogrc stanard scheme # for general use - other schemes may be more appropriate for some uses. # IMHO, color is good if used carefully. but, shadow is too much, # the built-in border is enough trim and adds useful effect; # use_colors = ON use_shadow = OFF # basic color scheme # color = ( foreground, background, foreground_bright ) # # screen_color: black background # does foreground + highlite affect -anything- ? # i don't think so ... # dialog_color: low intensity white panel with black text; # might use different dialog_color for special purpose, # eg, use (WHITE,RED,ON) for 'error' messages # title_color: should generally match dialog_color # might use different title_color for special purpose, # eg, use (WHITE,RED,ON) for 'error' messages # border_color: (foreground,background) should match dialog_color # background, with foreground bright. nothing else # seems to make sense. # # screen_color = (WHITE,BLACK,OFF) screen_color = (BLACK,BLACK,ON) dialog_color = (BLACK,WHITE,OFF) title_color = (BLACK,WHITE,OFF) border_color = (WHITE,WHITE,ON) # inactive buttons should fade into background, so # - backgound should match dialog_color( background ) # - foreground should fade into background color # bright BLACK gives a grey foreground character # button_inactive_color = (BLACK,WHITE,ON) button_key_inactive_color = (BLACK,WHITE,ON) button_label_inactive_color = (BLACK,WHITE,ON) # active button needs to stand out - good place to use color # button_active_color = (WHITE,BLUE,ON) button_key_active_color = (WHITE,BLUE,ON) button_label_active_color = (WHITE,BLUE,ON) # menubox should look just like dialog box, KISS, so: # menubox_color should match dialog_color # menubox_border_color should match border_color # menubox_color = (BLACK,WHITE,OFF) menubox_border_color = (WHITE,WHITE,ON) # tags and items should match menubox_color #i tag_key should stand out ( slightly ) # YELLOW looks good on my system ... but, # BLUE, RED, GREEN might all be good too ... # tag_color = (BLACK,WHITE,OFF) tag_key_color = (YELLOW,WHITE,OFF) item_color = (BLACK,WHITE,OFF) # selected tag needs to stand out ( but key doesn't ) # tag_selected_color = (WHITE,BLUE,ON) tag_key_selected_color = (WHITE,BLUE,ON) item_selected_color = (WHITE,BLUE,ON) inputbox_color = (BLUE,WHITE,OFF) inputbox_border_color = (WHITE,WHITE,ON) searchbox_color = ( BLACK,WHITE,ON) searchbox_title_color = (BLACK,WHITE,ON) searchbox_border_color = (RED,WHITE,OFF) position_indicator_color = (RED,WHITE,OFF) check_color = (BLACK,WHITE,OFF) check_selected_color = (WHITE,WHITE,ON) uarrow_color = (GREEN,WHITE,ON) darrow_color = (GREEN,WHITE,ON) itemhelp_color = (WHITE,BLACK,OFF) form_text_color = (WHITE,BLUE,ON) form_active_text_color = (BLUE,WHITE,OFF) # the end.