Searched refs:gUserColor (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/processcontroller/
H A DProcessController.h67 extern rgb_color gUserColor;
H A DThreadBarMenuItem.cpp105 menu->SetHighColor(idleThread ? gIdleColor : gUserColor);
H A DMemoryBarMenuItem.cpp131 menu->SetHighColor(gUserColor);
H A DTeamBarMenuItem.cpp148 : gUserColor);
H A DProcessController.cpp67 rgb_color gUserColor; variable
557 gUserColor = tint_color(gKernelColor, B_LIGHTEN_2_TINT);
558 gUserColorSelected = tint_color(gUserColor, B_HIGHLIGHT_BACKGROUND_TINT);

Completed in 94 milliseconds