DLG_COLOR_HOT_FOCUS  459 lib/widget/dialog.c     dialog_colors[DLG_COLOR_HOT_FOCUS] = DIALOG_HOT_FOCUS_COLOR;
DLG_COLOR_HOT_FOCUS  468 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_FOCUS] = ERROR_HOT_FOCUS_COLOR;
DLG_COLOR_HOT_FOCUS  477 lib/widget/dialog.c     listbox_colors[DLG_COLOR_HOT_FOCUS] = PMENU_SELECTED_COLOR;
DLG_COLOR_HOT_FOCUS  486 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];