Darker HUD
This commit is contained in:
parent
4ec0082ebf
commit
c187b25355
2 changed files with 10 additions and 9 deletions
|
@ -17,11 +17,11 @@ Scheme
|
||||||
{
|
{
|
||||||
// base colors
|
// base colors
|
||||||
"Nira1" "255 255 255 255"
|
"Nira1" "255 255 255 255"
|
||||||
"Nira2" "255 255 255 128"
|
"Nira2" "255 255 255 200"
|
||||||
"White" "255 255 255 255"
|
"White" "255 255 255 255"
|
||||||
"TransparentWhite" "255 255 255 128"
|
"TransparentWhite" "255 255 255 200"
|
||||||
"Black" "0 0 0 255"
|
"Black" "0 0 0 255"
|
||||||
"TransparentBlack" "0 0 0 128"
|
"TransparentBlack" "0 0 0 200"
|
||||||
"Blank" "0 0 0 0"
|
"Blank" "0 0 0 0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2441,4 +2441,4 @@ Scheme
|
||||||
"3" "resource/Cstrike.ttf"
|
"3" "resource/Cstrike.ttf"
|
||||||
"4" "resource/CSlogo.ttf"
|
"4" "resource/CSlogo.ttf"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,11 +17,12 @@ Scheme
|
||||||
{
|
{
|
||||||
// base colors
|
// base colors
|
||||||
"Nira1" "255 255 255 255"
|
"Nira1" "255 255 255 255"
|
||||||
"Nira2" "255 255 255 128"
|
"Nira2" "255 255 255 210"
|
||||||
"White" "255 255 255 255"
|
"White" "255 255 255 255"
|
||||||
"TransparentWhite" "255 255 255 128"
|
"TransparentWhite" "255 255 255 210"
|
||||||
"Black" "0 0 0 255"
|
"Black" "0 0 0 255"
|
||||||
"TransparentBlack" "0 0 0 128"
|
"TransparentBlack" "0 0 0 210"
|
||||||
|
"BGTransparentBlack" "0 0 0 90"
|
||||||
"Blank" "0 0 0 0"
|
"Blank" "0 0 0 0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -184,7 +185,7 @@ Scheme
|
||||||
MainMenu.DepressedTextColor "Blank"
|
MainMenu.DepressedTextColor "Blank"
|
||||||
MainMenu.MenuItemHeight "25"
|
MainMenu.MenuItemHeight "25"
|
||||||
MainMenu.Inset "32"
|
MainMenu.Inset "32"
|
||||||
MainMenu.Backdrop "TransparentBlack"
|
MainMenu.Backdrop "BGTransparentBlack"
|
||||||
|
|
||||||
Console.TextColor "White"
|
Console.TextColor "White"
|
||||||
Console.DevTextColor "White"
|
Console.DevTextColor "White"
|
||||||
|
@ -1323,4 +1324,4 @@ Scheme
|
||||||
"2" "resource/HL2EP2.ttf"
|
"2" "resource/HL2EP2.ttf"
|
||||||
"3" "resource/marlett.ttf"
|
"3" "resource/marlett.ttf"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue