diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/sourcescheme.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/sourcescheme.res')
| -rw-r--r-- | resource/sourcescheme.res | 5 |
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" |
