DLG_COLOR_HOT_NORMAL  457 lib/widget/dialog.c     dialog_colors[DLG_COLOR_HOT_NORMAL] = COLOR_HOT_NORMAL;
DLG_COLOR_HOT_NORMAL  463 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_NORMAL] = ERROR_HOT_NORMAL;
DLG_COLOR_HOT_NORMAL  469 lib/widget/dialog.c     listbox_colors[DLG_COLOR_HOT_NORMAL] = PMENU_ENTRY_COLOR;
DLG_COLOR_HOT_NORMAL  470 lib/widget/widget-common.c         color = colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_HOT_NORMAL];