summaryrefslogtreecommitdiff
path: root/resource/sourcescheme.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-06-28 23:30:02 -0400
committerCriticalFlaw <[email protected]>2021-06-28 23:30:02 -0400
commitee0a3d1404f26494ec1ea7e02a08847baf529658 (patch)
treefb3e15aa5effeb9bac731a27f4319fe0b828d79c /resource/sourcescheme.res
parent197e4e9ece2de4aa3234492713ab276357aaeccc (diff)
Updated main menu pages
- Added a home server button. - Added a HUD Options panel. - Updated the source schema. - Updated the backpack, trade, stats, workshop
Diffstat (limited to 'resource/sourcescheme.res')
-rw-r--r--resource/sourcescheme.res5
1 files changed, 3 insertions, 2 deletions
diff --git a/resource/sourcescheme.res b/resource/sourcescheme.res
index 5b6866b..5c308ad 100644
--- a/resource/sourcescheme.res
+++ b/resource/sourcescheme.res
@@ -16,6 +16,7 @@ Scheme
"Black" "17 17 17 255"
"Blank" "0 0 0 0"
"HudBlack" "0 0 0 200"
+ "Cyan" "72 255 255 255"
// BASE COLORS
//---------------------------------------------
@@ -58,7 +59,7 @@ Scheme
Border.Bright "Blank"
Border.Dark "Blank"
Border.Selection "Blank"
- Border.DarkSolid "32 32 32 255"
+ Border.DarkSolid "Cyan"
Button.TextColor "White"
Button.BgColor "Black"
@@ -96,7 +97,7 @@ Scheme
FrameGrip.Color2 "White"
FrameTitleButton.FgColor "White"
FrameTitleBar.Font "UiBold"
- FrameTitleBar.TextColor "White"
+ FrameTitleBar.TextColor "Cyan"
FrameTitleBar.DisabledTextColor "DullWhite"
Label.TextDullColor "DullWhite"