summaryrefslogtreecommitdiff
path: root/resource/sourcescheme.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/sourcescheme.res')
-rw-r--r--resource/sourcescheme.res25
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