diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 12:58:56 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 12:58:56 -0400 |
| commit | 091764741adb5bc5d598541c3a369dc0e8f69a84 (patch) | |
| tree | 377b33d4e40f23d9503c1d95250917730adc1294 /resource/scheme/clientscheme_colors.res | |
| parent | 95efaef09d2e847ce2c685a6f43a34d1a3058dfd (diff) | |
Updated the client and source schemes
Diffstat (limited to 'resource/scheme/clientscheme_colors.res')
| -rw-r--r-- | resource/scheme/clientscheme_colors.res | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/resource/scheme/clientscheme_colors.res b/resource/scheme/clientscheme_colors.res index e680f7a..14b8ad5 100644 --- a/resource/scheme/clientscheme_colors.res +++ b/resource/scheme/clientscheme_colors.res @@ -96,10 +96,10 @@ Scheme "Blue" "0 28 162 140" "Yellow" "251 235 202 255" "TransparentYellow" "251 235 202 140" - //"Black" "0 0 0 255" + "BrightYellow" "251 235 0 255" "GreenSolid" "76 107 34 255" - "Black" "46 43 42 255" + "Black" "30 30 30 255" "Transparent" "0 0 0 0" "TransparentBlack" "0 0 0 196" "TransparentLightBlack" "0 0 0 90" @@ -113,15 +113,15 @@ Scheme "HUDDeathWarning" "255 0 0 255" "HudWhite" "255 255 255 255" "HudOffWhite" "200 187 161 255" - "HudBlack" "65 65 65 255" + "HudBlack" "0 0 0 230" "ProgressBarBlue" "91 122 142 255" "CreditsGreen" "94 150 49 255" "Gray" "178 178 178 255" "Blank" "0 0 0 0" "ForTesting" "255 0 0 32" - "ForTesting_Magenta" "0 255 0 255" - "ForTesting_MagentaDim" "0 255 0 120" + "ForTesting_Magenta" "255 0 255 255" + "ForTesting_MagentaDim" "255 0 255 120" "HudPanelForeground" "123 110 59 184" "HudPanelBackground" "123 110 59 184" @@ -200,6 +200,23 @@ Scheme "QualityColorCollectors" "170 0 0 255" "QualityColorPaintkitWeapon" "250 250 250 255" + "DimmQualityColorNormal" "178 178 178 100" + "DimmQualityColorrarity1" "77 116 85 100" + "DimmQualityColorrarity2" "141 131 75 100" + "DimmQualityColorrarity3" "204 204 250 100" + "DimmQualityColorrarity4" "134 80 172 100" + "DimmQualityColorVintage" "71 98 145 100" + "DimmQualityColorUnique" "255 215 0 100" + "DimmQualityColorCommunity" "112 176 74 100" + "DimmQualityColorDeveloper" "165 15 121 100" + "DimmQualityColorSelfMade" "112 176 74 100" + "DimmQualityColorCustomized" "71 98 145 100" + "DimmQualityColorStrange" "207 106 50 100" + "DimmQualityColorCompleted" "134 80 172 100" + "DimmQualityColorHaunted" "56 243 171 100" + "DimmQualityColorCollectors" "170 0 0 100" + "DimmQualityColorPaintkitWeapon" "250 250 250 100" + "ItemRarityDefault" "131 126 119 255" "ItemRarityCommon" "176 195 217 255" "ItemRarityUncommon" "94 152 217 255" @@ -207,6 +224,14 @@ Scheme "ItemRarityMythical" "136 71 255 255" "ItemRarityLegendary" "211 44 230 255" "ItemRarityAncient" "235 75 75 255" + + "DimmItemRarityDefault" "131 126 119 100" + "DimmItemRarityCommon" "176 195 217 100" + "DimmItemRarityUncommon" "94 152 217 100" + "DimmItemRarityRare" "75 105 255 100" + "DimmItemRarityMythical" "136 71 255 100" + "DimmItemRarityLegendary" "211 44 230 100" + "DimmItemRarityAncient" "235 75 75 100" "ItemRarityDefault_GreyedOut" "44 42 40 255" "ItemRarityCommon_GreyedOut" "59 65 72 255" @@ -250,4 +275,4 @@ Scheme "UpgradeDisabledFg" "64 59 52 255" "UpgradeDisabledBg" "79 77 68 255" } -}
\ No newline at end of file +} |
