diff options
Diffstat (limited to 'resource/chatscheme.res')
| -rw-r--r-- | resource/chatscheme.res | 60 |
1 files changed, 43 insertions, 17 deletions
diff --git a/resource/chatscheme.res b/resource/chatscheme.res index 4cce613..1173f43 100644 --- a/resource/chatscheme.res +++ b/resource/chatscheme.res @@ -1,24 +1,27 @@ Scheme { + //////////////////////// COLORS /////////////////////////// + // color details + // this is a list of all the colors used by the scheme Colors { "TFDarkBrown" "60 56 53 255" - "TFDarkBrownTransparent" "60 56 53 190" - "TFTanBright" "236 227 203 150" - "TFTanLight" "201 188 162 150" - "TFTanMedium" "131 121 104 150" - "TFTanLightBright" "229 223 211 90" - "TFTanLightDark" "96 90 78 90" - "TFOrangeBright" "156 82 33 255" - "TFTextBright" "251 236 203 150" - "TFTextLight" "201 188 162 255" - "TFTextMedium" "131 121 104 255" - "TFTextMediumDark" "104 96 83 255" - "TFTextBlack" "42 39 37 255" - "TFTextDull" "131 121 104 255" - "TFMediumBrown" "69 64 58 255" - "QuickListBGDeselected" "69 64 58 255" - "QuickListBGSelected" "131 121 104 150" + "TFDarkBrownTransparent" "60 56 53 190" + "TFTanBright" "236 227 203 150" + "TFTanLight" "201 188 162 150" + "TFTanMedium" "131 121 104 150" + "TFTanLightBright" "229 223 211 90" + "TFTanLightDark" "96 90 78 90" + "TFOrangeBright" "156 82 33 255" + "TFTextBright" "251 236 203 150" + "TFTextLight" "201 188 162 255" + "TFTextMedium" "131 121 104 255" + "TFTextMediumDark" "104 96 83 255" + "TFTextBlack" "42 39 37 255" + "TFTextDull" "131 121 104 255" + "TFMediumBrown" "69 64 58 255" + "QuickListBGDeselected" "69 64 58 255" + "QuickListBGSelected" "131 121 104 150" "Blank" "0 0 0 0" "White" "255 255 255 255" "ControlBG" "76 88 68 255" @@ -30,8 +33,13 @@ Scheme "Green" "63 185 73 255" } + ///////////////////// BASE SETTINGS //////////////////////// + // + // default settings for all panels + // controls use these to determine their settings BaseSettings { + // vgui_controls color specifications Border.Bright "TFTanLightDark" Border.Dark "TFTanLightDark" Border.Selection "BorderSelection" @@ -128,8 +136,8 @@ Scheme ScrollBarButton.ArmedBgColor "Blank" ScrollBarButton.DepressedFgColor "Blank" ScrollBarButton.DepressedBgColor "Blank" - ScrollBarSlider.BgColor "Blank" ScrollBarSlider.FgColor "Blank" + ScrollBarSlider.BgColor "Blank" SectionedListPanel.HeaderTextColor "White" SectionedListPanel.HeaderBgColor "Blank" @@ -167,6 +175,7 @@ Scheme WizardSubPanel.BgColor "Blank" + // scheme-specific colors MainMenu.TextColor "White" MainMenu.ArmedTextColor "200 200 200 255" MainMenu.DepressedTextColor "192 186 80 255" @@ -187,11 +196,18 @@ Scheme TFColors.ChatTextTeamRed "255 63 53 255" } + //////////////////////// BITMAP FONT FILES ///////////////////////////// + // + // Bitmap Fonts are ****VERY*** expensive static memory resources so they are purposely sparse BitmapFontFiles { + // UI buttons, custom font, (256x64) "Buttons" "materials/vgui/fonts/buttons_32.vbf" } + //////////////////////// FONTS ///////////////////////////// + // + // describes all the fonts Fonts { "Default" @@ -241,6 +257,7 @@ Scheme } } + // this is the symbol font "Marlett" { "1" @@ -421,6 +438,10 @@ Scheme } } + // + //////////////////// BORDERS ////////////////////////////// + // + // describes all the border types Borders { BaseBorder DepressedBorder @@ -693,6 +714,7 @@ Scheme } } + // this is the border used for default buttons (the button that gets pressed when you hit enter) ButtonKeyFocusBorder { "inset" "0 0 1 1" @@ -788,6 +810,10 @@ Scheme } } + //////////////////////// CUSTOM FONT FILES ///////////////////////////// + // + // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts + CustomFontFiles { "1" "resource/HALFLIFE2.ttf" |
