DLG_COLOR_NORMAL 456 lib/widget/dialog.c dialog_colors[DLG_COLOR_NORMAL] = DIALOG_NORMAL_COLOR; DLG_COLOR_NORMAL 465 lib/widget/dialog.c alarm_colors[DLG_COLOR_NORMAL] = ERROR_NORMAL_COLOR; DLG_COLOR_NORMAL 474 lib/widget/dialog.c listbox_colors[DLG_COLOR_NORMAL] = PMENU_ENTRY_COLOR; DLG_COLOR_NORMAL 483 lib/widget/dialog.c help_colors[DLG_COLOR_NORMAL] = HELP_NORMAL_COLOR; DLG_COLOR_NORMAL 14 lib/widget/frame.h #define FRAME_COLOR_NORMAL DLG_COLOR_NORMAL DLG_COLOR_NORMAL 74 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 106 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 111 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 115 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 89 lib/widget/label.c tty_setcolor (disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 150 lib/widget/listbox.c normalc = disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_NORMAL]; DLG_COLOR_NORMAL 469 lib/widget/widget-common.c color = colors[focused ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL]; DLG_COLOR_NORMAL 451 src/filemanager/chattr.c tty_setcolor (colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 458 src/filemanager/chattr.c tty_setcolor (colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 1202 src/filemanager/find.c tty_setcolor (colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 256 src/filemanager/tree.c tty_setcolor (tree->is_panel ? CORE_NORMAL_COLOR : colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 342 src/filemanager/tree.c tty_setcolor (tree->is_panel ? CORE_NORMAL_COLOR : colors[DLG_COLOR_NORMAL]); DLG_COLOR_NORMAL 359 src/filemanager/tree.c int idx = current == tree->selected_ptr ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL;