alarm_colors       47 lib/widget/dialog.c dlg_colors_t alarm_colors;
alarm_colors      433 lib/widget/dialog.c     alarm_colors[DLG_COLOR_NORMAL] = ERROR_NORMAL_COLOR;
alarm_colors      434 lib/widget/dialog.c     alarm_colors[DLG_COLOR_FOCUS] = ERROR_FOCUS_COLOR;
alarm_colors      435 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_NORMAL] = ERROR_HOT_NORMAL_COLOR;
alarm_colors      436 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_FOCUS] = ERROR_HOT_FOCUS_COLOR;
alarm_colors      437 lib/widget/dialog.c     alarm_colors[DLG_COLOR_SELECTED_NORMAL] = ERROR_HOT_FOCUS_COLOR;  // unused
alarm_colors      438 lib/widget/dialog.c     alarm_colors[DLG_COLOR_SELECTED_FOCUS] = ERROR_FOCUS_COLOR;       // unused
alarm_colors      439 lib/widget/dialog.c     alarm_colors[DLG_COLOR_TITLE] = ERROR_TITLE_COLOR;
alarm_colors      440 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);