alarm_colors       55 lib/widget/dialog.c dlg_colors_t alarm_colors;
alarm_colors      465 lib/widget/dialog.c     alarm_colors[DLG_COLOR_NORMAL] = ERROR_NORMAL_COLOR;
alarm_colors      466 lib/widget/dialog.c     alarm_colors[DLG_COLOR_FOCUS] = ERROR_FOCUS_COLOR;
alarm_colors      467 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_NORMAL] = ERROR_HOT_NORMAL_COLOR;
alarm_colors      468 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_FOCUS] = ERROR_HOT_FOCUS_COLOR;
alarm_colors      469 lib/widget/dialog.c     alarm_colors[DLG_COLOR_SELECTED_NORMAL] = ERROR_HOT_FOCUS_COLOR;  // unused
alarm_colors      470 lib/widget/dialog.c     alarm_colors[DLG_COLOR_SELECTED_FOCUS] = ERROR_FOCUS_COLOR;       // unused
alarm_colors      471 lib/widget/dialog.c     alarm_colors[DLG_COLOR_TITLE] = ERROR_TITLE_COLOR;
alarm_colors      472 lib/widget/dialog.c     alarm_colors[DLG_COLOR_FRAME] = ERROR_FRAME_COLOR;
alarm_colors       93 lib/widget/dialog.h extern dlg_colors_t alarm_colors;
alarm_colors      248 lib/widget/wtools.c     const int *query_colors = (flags & D_ERROR) != 0 ? alarm_colors : dialog_colors;
alarm_colors      646 src/filemanager/filegui.c                                   alarm_colors, NULL, NULL, "[Replace]", title);