DLG_COLOR_HOT_NORMAL  458 lib/widget/dialog.c     dialog_colors[DLG_COLOR_HOT_NORMAL] = DIALOG_HOT_NORMAL_COLOR;
DLG_COLOR_HOT_NORMAL  467 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_NORMAL] = ERROR_HOT_NORMAL_COLOR;
DLG_COLOR_HOT_NORMAL  476 lib/widget/dialog.c     listbox_colors[DLG_COLOR_HOT_NORMAL] = PMENU_ENTRY_COLOR;
DLG_COLOR_HOT_NORMAL  485 lib/widget/dialog.c     help_colors[DLG_COLOR_HOT_NORMAL] = HELP_BOLD_COLOR;
DLG_COLOR_HOT_NORMAL  467 lib/widget/widget-common.c         color = colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_HOT_NORMAL];