Searched refs:COLOR_RED (Results 1 – 10 of 10) sorted by relevance
68 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme()93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()99 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()101 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()102 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()103 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()[all …]
81 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme()106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()112 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()114 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()115 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()116 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()126 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()132 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()[all …]
69 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false); in set_classic_theme()94 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()97 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()100 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme()102 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()103 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()104 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()114 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()120 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme()122 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()[all …]
367 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED); in initialize_curses()368 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED); in initialize_curses()
950 +# COLOR_WHITE, COLOR_RED and init_pair(). These are NOT part of the1070 + init_pair(1, COLOR_WHITE, COLOR_RED);1101 + init_pair(1, COLOR_WHITE, COLOR_RED);1132 + init_pair(1, COLOR_WHITE, COLOR_RED);1185 + init_pair(1, COLOR_WHITE, COLOR_RED);1208 + init_pair(1, COLOR_WHITE, COLOR_RED);1283 + init_pair(1, COLOR_WHITE, COLOR_RED);1308 + init_pair(1, COLOR_WHITE, COLOR_RED);
43 init_pair(DIALOG_MENU_FORE, COLOR_RED, -1); in set_normal_colors()
44 init_pair(DIALOG_MENU_FORE, COLOR_RED, -1); in set_normal_colors()
337 COLOR_RED = '0;31' variable478 print color_text(color_enabled, COLOR_RED, line),
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...