It will be one of the values in clientscheme that is four 3-digit numbers, for example red is "192 28 0 140"
The last one is opacity, I forget which the others are out of red, green, and blue but I
think it's in that order. Red, Green, Blue, Opacity/saturation.
I'm pretty sure you want one of the values under
///////////////////// BASE SETTINGS ////////////////////////
//
// default settings for all panels
// controls use these to determine their settings
in this area:
Code: Select all
BaseSettings
{
"FgColor" "0 220 255 100"
"BgColor" "0 0 0 76"
"Panel.FgColor" "0 220 255 100"
"Panel.BgColor" "0 0 0 76"
"BrightFg" "0 220 255 255"
"DamagedBg" "180 0 0 200"
"DamagedFg" "180 0 0 230"
"BrightDamagedFg" "255 0 0 255"
// weapon selection colors
"SelectionNumberFg" "0 220 255 255"
"SelectionTextFg" "0 220 255 255"
"SelectionEmptyBoxBg" "0 0 0 80"
"SelectionBoxBg" "0 0 0 80"
"SelectionSelectedBoxBg" "0 0 0 80"
"ZoomReticleColor" "0 220 255 255"
// HL1-style HUD colors
"Yellowish" "0 220 255 255"
"Normal" "0 255 255 255"
"Caution" "0 255 255 240"
Don't remember what you need to change. Fiddle around.
Or ask Neolinkster