Home
last modified time | relevance | path

Searched refs:NORMAL_COLOR (Results 1 – 25 of 64) sorted by relevance

123

/dports/deskutils/xneur/xneur-0.20.0/lib/misc/
H A Dlog.c48 modifier = RED_COLOR "[ERR] " NORMAL_COLOR; in log_message()
54 modifier = ORANGE_COLOR "[WRN] " NORMAL_COLOR; in log_message()
59 modifier = GREEN_COLOR "[LOG] " NORMAL_COLOR; in log_message()
65 modifier = TEAL_COLOR "[DBG] " NORMAL_COLOR; in log_message()
70 modifier = BLUE_COLOR "[TRA] " NORMAL_COLOR; in log_message()
H A Dcolors.h31 #define NORMAL_COLOR "\033[0m" macro
/dports/devel/nextpnr/nextpnr-48cd407/gui/
H A Dpyconsole.cc26 const QColor PythonConsole::NORMAL_COLOR = QColor::fromRgbF(0, 0, 0); member in PythonConsole
39 setTextColor(NORMAL_COLOR); in parseEvent()
57 setTextColor(NORMAL_COLOR); in parseEvent()
66 setTextColor(NORMAL_COLOR); in displayString()
91 setTextColor(NORMAL_COLOR); in execute_python()
H A Dpyconsole.h49 static const QColor NORMAL_COLOR;
/dports/games/wesnoth/wesnoth-1.14.17/src/widgets/
H A Dtextbox.hpp32 void set_text(const std::string& text, const color_t& color =font::NORMAL_COLOR);
33 …d_text(const std::string& text,bool auto_scroll = false, const color_t& color =font::NORMAL_COLOR);
108 void update_text_cache(bool reset = false, const color_t& color =font::NORMAL_COLOR);
109 surface add_text_line(const ucs4::string& text, const color_t& color =font::NORMAL_COLOR);
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/python-console/
H A DConsole.cpp13 const QColor Console::NORMAL_COLOR = QColor::fromRgbF( 0, 0, 0 ); member in Console
97 setTextColor( NORMAL_COLOR ); in parseEvent()
122 setTextColor( NORMAL_COLOR ); in parseEvent()
231 setTextColor( NORMAL_COLOR ); in autocomplete()
H A DConsole.h68 static const QColor NORMAL_COLOR; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/accessibility/
H A Drebase_dump_accessibility_tree_test.py38 NORMAL_COLOR = '\033[0m' variable
128 print((BRIGHT_COLOR + '=> %s' + NORMAL_COLOR) % logdog_query)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/accessibility/
H A Drebase_dump_accessibility_tree_test.py38 NORMAL_COLOR = '\033[0m' variable
128 print((BRIGHT_COLOR + '=> %s' + NORMAL_COLOR) % logdog_query)
/dports/games/wesnoth/wesnoth-1.14.17/src/map/
H A Dlabel.hpp59 const color_t color = font::NORMAL_COLOR,
119 const color_t color = font::NORMAL_COLOR,
/dports/misc/mc-nox11/mc-4.8.27/lib/filehighlight/
H A Dget-color.c261 return NORMAL_COLOR; in mc_fhl_get_color()
285 return NORMAL_COLOR; in mc_fhl_get_color()
/dports/misc/mc/mc-4.8.27/lib/filehighlight/
H A Dget-color.c261 return NORMAL_COLOR; in mc_fhl_get_color()
285 return NORMAL_COLOR; in mc_fhl_get_color()
/dports/games/wesnoth/wesnoth-1.14.17/src/font/
H A Dstandard_colors.hpp27 NORMAL_COLOR,
H A Dstandard_colors.cpp20 NORMAL_COLOR {221, 221, 221}, variable
/dports/deskutils/xneur/xneur-0.20.0/src/
H A Dxneur.c414 …printf(LIGHT_PURPLE_COLOR "====================================================" NORMAL_COLOR "\n"… in xneur_reklama()
415 …"http://www.xneur.ru" LIGHT_BLUE_COLOR " for support" LIGHT_PURPLE_COLOR " <<<" NORMAL_COLOR "\n"); in xneur_reklama()
416 …printf(LIGHT_PURPLE_COLOR "====================================================" NORMAL_COLOR "\n"… in xneur_reklama()
/dports/cad/oregano/oregano-0.84.43/src/sheet/
H A Dtextbox-item.c44 #define NORMAL_COLOR "black" macro
184 GOO_CANVAS_ANCHOR_SW, "font", TEXTBOX_FONT, "fill-color", NORMAL_COLOR, NULL); in textbox_item_new()
259 g_object_set (priv->text_canvas_item, "fill_color", NORMAL_COLOR, NULL); in deselect_idle_callback()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dinfo.c90 tty_setcolor (NORMAL_COLOR); in info_box()
150 tty_setcolor (NORMAL_COLOR); in info_show_info()
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dinfo.c90 tty_setcolor (NORMAL_COLOR); in info_box()
150 tty_setcolor (NORMAL_COLOR); in info_show_info()
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_handler_sp.cpp144 …d!") + std::string("\n") + VGETTEXT("(press $hotkey to deactivate)", symbols), font::NORMAL_COLOR); in whiteboard_toggle()
146 gui()->announce(_("Planning mode deactivated!"), font::NORMAL_COLOR); in whiteboard_toggle()
/dports/misc/mc/mc-4.8.27/lib/
H A Dskin.h17 #define NORMAL_COLOR mc_skin_color__cache[1] macro
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dskin.h17 #define NORMAL_COLOR mc_skin_color__cache[1] macro
/dports/games/wesnoth/wesnoth-1.14.17/src/help/
H A Dhelp_text_area.hpp118 color_t color=font::NORMAL_COLOR);
/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dack-color.t27 NORMAL_COLOR: {
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/action/mouse/
H A Dmouse_action_map_label.cpp81 color_t color = old_label ? old_label->color() : font::NORMAL_COLOR; in up_left()
/dports/sysutils/whowatch/whowatch-1.8.6/src/
H A Dwhowatch.h26 #define NORMAL_COLOR A_NORMAL macro

123