Skip to content

Commit

Permalink
Update scheme
Browse files Browse the repository at this point in the history
Red -> Blue
  • Loading branch information
Gocnak committed Jul 13, 2016
1 parent 788bdc4 commit 11e9860
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions mp/game/momentum/resource/ClientScheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Scheme
"Gray" "128 128 128 150"
"Dark Gray" "64 64 64 200"

"Light Blue" "51 122 183 255"
"Dark Blue" "22 69 119 255"

"Red" "192 28 0 140"
"Black" "0 0 0 196"
"TransparentBlack" "0 0 0 196"
Expand Down Expand Up @@ -145,14 +148,14 @@ Scheme
ListPanel.TextColor "White"
ListPanel.BgColor "TransparentBlack"
ListPanel.SelectedTextColor "Black"
ListPanel.SelectedBgColor "Red"
ListPanel.SelectedOutOfFocusBgColor "Red"
ListPanel.SelectedBgColor "Light Blue"
ListPanel.SelectedOutOfFocusBgColor "Dark Blue"
ListPanel.EmptyListInfoTextColor "White"

Menu.TextColor "White"
Menu.BgColor "TransparentBlack"
Menu.ArmedTextColor "White"
Menu.ArmedBgColor "Red"
Menu.ArmedBgColor "Light Blue"
Menu.TextInset "6"

Chat.TypingText "White"
Expand Down Expand Up @@ -191,10 +194,10 @@ Scheme
SectionedListPanel.TextColor "White"
SectionedListPanel.BrightTextColor "White"
SectionedListPanel.BgColor "TransparentLightBlack"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedBgColor "Red"
SectionedListPanel.OutOfFocusSelectedTextColor "Black"
SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32"
SectionedListPanel.SelectedTextColor "White"
SectionedListPanel.SelectedBgColor "Dark Blue"
SectionedListPanel.OutOfFocusSelectedTextColor "White"
SectionedListPanel.OutOfFocusSelectedBgColor "Light Blue"

Slider.NobColor "108 108 108 255"
Slider.TextColor "127 140 127 255"
Expand Down
2 changes: 1 addition & 1 deletion mp/game/momentum/resource2/schememainmenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Colors"
{
"White" "255 255 255 255"
"Light.Blue" "51 122 183 255"
"Light Blue" "51 122 183 255"
"Dark Blue" "22 69 119 255"

"MainMenu.Logo.Left" "255 255 255 255"
Expand Down

0 comments on commit 11e9860

Please sign in to comment.