DLG_COLOR_FOCUS 457 lib/widget/dialog.c dialog_colors[DLG_COLOR_FOCUS] = DIALOG_FOCUS_COLOR; DLG_COLOR_FOCUS 466 lib/widget/dialog.c alarm_colors[DLG_COLOR_FOCUS] = ERROR_FOCUS_COLOR; DLG_COLOR_FOCUS 475 lib/widget/dialog.c listbox_colors[DLG_COLOR_FOCUS] = PMENU_SELECTED_COLOR; DLG_COLOR_FOCUS 484 lib/widget/dialog.c help_colors[DLG_COLOR_FOCUS] = 0; // unused DLG_COLOR_FOCUS 469 lib/widget/widget-common.c color = colors[focused ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL]; DLG_COLOR_FOCUS 359 src/filemanager/tree.c int idx = current == tree->selected_ptr ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL;