Home
last modified time | relevance | path

Searched refs:COLOR_EDGE_ACTIVE (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/uTox/uTox/src/
H A Dtheme.c77 uint32_t COLOR_EDGE_ACTIVE; variable
176 COLOR_EDGE_ACTIVE = COLOR_PROC(0x4ea6ea); in theme_load()
250 COLOR_EDGE_ACTIVE = COLOR_PROC(0x228888); in theme_load()
256 COLOR_AUX_EDGE_ACTIVE = COLOR_EDGE_ACTIVE; in theme_load()
306 COLOR_AUX_EDGE_ACTIVE = COLOR_EDGE_ACTIVE; in theme_load()
345 COLOR_EDGE_ACTIVE = COLOR_MAIN_TEXT; in theme_load()
352 COLOR_AUX_EDGE_ACTIVE = COLOR_EDGE_ACTIVE; in theme_load()
424 COLOR_EDGE_ACTIVE = COLOR_MAIN_TEXT; in theme_load()
507 COLOR_EDGE_ACTIVE = COLOR_PROC(SOLAR_ORANGE); in theme_load()
589 COLOR_EDGE_ACTIVE = COLOR_PROC(SOLAR_CYAN); in theme_load()
H A Dtheme_tables.c118 &COLOR_EDGE_ACTIVE,
H A Dtheme.h65 extern uint32_t COLOR_EDGE_ACTIVE;
H A Dutox_theme.ini42 COLOR_EDGE_ACTIVE = 4EA6EA key
/dports/net-im/uTox/uTox/docs/
H A Dutox_theme.ini43 COLOR_EDGE_ACTIVE = 4EA6EA key
/dports/net-im/uTox/uTox/src/ui/
H A Dcontextmenu.c58 draw_rect_frame(x, b->y, w, b->height, COLOR_EDGE_ACTIVE); in contextmenu_draw()
H A Ddropdown.c38 color_border = COLOR_EDGE_ACTIVE; in dropdown_drawactive()
H A Dedit.c74 color_border_a = COLOR_EDGE_ACTIVE; in edit_draw()
/dports/net-im/uTox/uTox/src/layout/
H A Dsettings.c59 #define DRAW_OVERLINE() drawhline(x, y + SCALE(0), next_x, COLOR_EDGE_ACTIVE); \
60 drawhline(x, y + SCALE(1), next_x, COLOR_EDGE_ACTIVE)