alarm_colors       55 lib/widget/dialog.c dlg_colors_t alarm_colors;
alarm_colors      463 lib/widget/dialog.c     alarm_colors[DLG_COLOR_NORMAL] = ERROR_COLOR;
alarm_colors      464 lib/widget/dialog.c     alarm_colors[DLG_COLOR_FOCUS] = ERROR_FOCUS;
alarm_colors      465 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_NORMAL] = ERROR_HOT_NORMAL;
alarm_colors      466 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_FOCUS] = ERROR_HOT_FOCUS;
alarm_colors      467 lib/widget/dialog.c     alarm_colors[DLG_COLOR_SELECTED_NORMAL] = ERROR_HOT_FOCUS;  // unused
alarm_colors      468 lib/widget/dialog.c     alarm_colors[DLG_COLOR_SELECTED_FOCUS] = ERROR_FOCUS;       // unused
alarm_colors      469 lib/widget/dialog.c     alarm_colors[DLG_COLOR_TITLE] = ERROR_TITLE;
alarm_colors       92 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);