DLG_COLOR_HOT_FOCUS  427 lib/widget/dialog.c     dialog_colors[DLG_COLOR_HOT_FOCUS] = DIALOG_HOT_FOCUS_COLOR;
DLG_COLOR_HOT_FOCUS  436 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_FOCUS] = ERROR_HOT_FOCUS_COLOR;
DLG_COLOR_HOT_FOCUS  445 lib/widget/dialog.c     listbox_colors[DLG_COLOR_HOT_FOCUS] = PMENU_SELECTED_COLOR;
DLG_COLOR_HOT_FOCUS  454 lib/widget/dialog.c     help_colors[DLG_COLOR_HOT_FOCUS] = 0;        // unused
DLG_COLOR_HOT_FOCUS  467 lib/widget/widget-common.c         color = colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_HOT_NORMAL];