diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/sourcescheme.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/sourcescheme.res')
| -rw-r--r-- | resource/sourcescheme.res | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res index 027f646..4e471b9 100644 --- a/resource/sourcescheme.res +++ b/resource/sourcescheme.res @@ -2,17 +2,28 @@ Scheme { + //////////////////////// COLORS /////////////////////////// + // color details + // this is a list of all the colors used by the scheme Colors { // HUD COLORS //--------------------------------------------- "HudBlack" "0 0 0 200" - "Cyan" "15 255 255 255" + "Blue" "72 112 125 255" + "DarkBlue" "46 73 82 255" + "Red" "158 64 61 255" + "DarkRed" "102 48 46 255" + "Green" "92 122 90 255" + "DarkGreen" "38 53 36 255" "Yellow" "169 123 53 255" + "BrightYellow" "218 165 32 255" "White" "242 242 242 255" - "DullWhite" "142 142 142 255" + "DullWhite" "132 132 132 255" + "Grey" "51 47 46 255" "DarkGrey" "27 27 27 255" - "Black" "15 15 15 255" + "DarkerGrey" "22 22 22 255" + "Black" "17 17 17 255" // BASE COLORS //--------------------------------------------- @@ -109,14 +120,14 @@ Scheme ListPanel.SelectedOutOfFocusBgColor "DullWhite" MainMenu.TextColor "DullWhite" - MainMenu.ArmedTextColor "Cyan" + MainMenu.ArmedTextColor "White" MainMenu.Inset "32" Menu.TextInset "6" Menu.FgColor "White" Menu.BgColor "HudBlack" - Menu.ArmedFgColor "Cyan" - Menu.ArmedBgColor "Cyan" + Menu.ArmedFgColor "Black" + Menu.ArmedBgColor "White" Menu.DividerColor "Border.Dark" ScrollBarButton.FgColor "White" @@ -137,7 +148,7 @@ Scheme TextEntry.TextColor "White" TextEntry.DisabledTextColor "DullWhite" - TextEntry.SelectedBgColor "Cyan" + TextEntry.SelectedBgColor "White" } Fonts |
