DLG_COLOR_HOT_NORMAL  426 lib/widget/dialog.c     dialog_colors[DLG_COLOR_HOT_NORMAL] = DIALOG_HOT_NORMAL_COLOR;
DLG_COLOR_HOT_NORMAL  435 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_NORMAL] = ERROR_HOT_NORMAL_COLOR;
DLG_COLOR_HOT_NORMAL  444 lib/widget/dialog.c     listbox_colors[DLG_COLOR_HOT_NORMAL] = PMENU_ENTRY_COLOR;
DLG_COLOR_HOT_NORMAL  453 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];