summaryrefslogtreecommitdiff
path: root/resource/ChatScheme.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ChatScheme.res')
-rw-r--r--resource/ChatScheme.res482
1 files changed, 246 insertions, 236 deletions
diff --git a/resource/ChatScheme.res b/resource/ChatScheme.res
index ab81210..951bc52 100644
--- a/resource/ChatScheme.res
+++ b/resource/ChatScheme.res
@@ -2,174 +2,198 @@ 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"
- "Blank" "0 0 0 0"
- "White" "255 255 255 255"
- "Green" "63 185 73 255"
- "ControlBG" "76 88 68 255"
- "ControlDarkBG" "90 106 80 255"
- "WindowBG" "62 70 55 255"
- "SelectionBG" "90 84 75 255"
- "SelectionBG2" "69 64 57 255"
- "ListBG" "39 36 34 0"
+ "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"
+ "Blank" "0 0 0 0"
+ "White" "255 255 255 255"
+ "ControlBG" "76 88 68 255"
+ "ControlDarkBG" "90 106 80 255"
+ "WindowBG" "62 70 55 255"
+ "SelectionBG" "90 84 75 255"
+ "SelectionBG2" "69 64 57 255"
+ "ListBG" "39 36 34 0"
+ "Green" "63 185 73 255"
}
-
+
BaseSettings
{
- Border.Bright "TFTanLightDark"
- Border.Dark "TFTanLightDark"
- Border.Selection "BorderSelection"
- Button.TextColor "TFDarkBrown"
- Button.BgColor "TFTanLight"
- Button.ArmedTextColor "TFDarkBrown"
- Button.ArmedBgColor "TFTanBright"
- Button.DepressedTextColor "TFDarkBrown"
- Button.DepressedBgColor "TFTanLight"
- Button.FocusBorderColor "TransparentBlack"
- CheckButton.TextColor "TFTextBright"
- CheckButton.SelectedTextColor "TFTextBright"
- CheckButton.BgColor "ListBG"
- CheckButton.HighlightFgColor "TFTextMedium"
- CheckButton.ArmedBgColor "Blank"
- CheckButton.DepressedBgColor "Blank"
- CheckButton.Border1 "Border.Dark"
- CheckButton.Border2 "Border.Bright"
- CheckButton.Check "TFTanBright"
- CheckButton.DisabledBgColor "ListBG"
- ComboBoxButton.ArrowColor "TFTanLight"
- ComboBoxButton.ArmedArrowColor "TFTanBright"
- ComboBoxButton.BgColor "Blank"
- ComboBoxButton.DisabledBgColor "Blank"
- "Chat.TypingText" "TFTextBright"
- Frame.BgColor "TransparentBlack"
- Frame.OutOfFocusBgColor "TransparentBlack"
- Frame.FocusTransitionEffectTime "0.0"
- Frame.TransitionEffectTime "0.0"
- Frame.AutoSnapRange "0"
- FrameGrip.Color1 "Blank"
- FrameGrip.Color2 "Blank"
- FrameTitleButton.FgColor "Blank"
- FrameTitleButton.BgColor "Blank"
- FrameTitleButton.DisabledFgColor "Blank"
- FrameTitleButton.DisabledBgColor "Blank"
- FrameSystemButton.FgColor "Blank"
- FrameSystemButton.BgColor "Blank"
- FrameSystemButton.Icon ""
- FrameSystemButton.DisabledIcon ""
- FrameTitleBar.TextColor "Orange"
- FrameTitleBar.BgColor "Blank"
- FrameTitleBar.DisabledTextColor "Orange"
- FrameTitleBar.DisabledBgColor "Blank"
- GraphPanel.FgColor "White"
- GraphPanel.BgColor "TransparentBlack"
- Label.TextDullColor "TFTextDull"
- Label.TextColor "TFTextBright"
- Label.TextBrightColor "TFTextBright"
- Label.SelectedTextColor "TFTextBright"
- Label.BgColor "Blank"
- Label.DisabledFgColor1 "TFTextDull"
- Label.DisabledFgColor2 "Blank"
- ListPanel.TextColor "TFTextBright"
- ListPanel.BgColor "ListBG"
- ListPanel.SelectedBgColor "SelectionBG"
- ListPanel.SelectedOutOfFocusBgColor "SelectionBG2"
- Menu.TextColor "White"
- Menu.BgColor "ListBG"
- Menu.ArmedTextColor "TFTextBlack"
- Menu.ArmedBgColor "TFOrangeBright"
- Menu.TextInset "6"
- Panel.FgColor "Blank"
- Panel.BgColor "TFDarkBrown"
- ProgressBar.FgColor "White"
- ProgressBar.BgColor "TransparentBlack"
- PropertySheet.TextColor "OffWhite"
- PropertySheet.SelectedTextColor "White"
- PropertySheet.TransitionEffectTime "0"
- RadioButton.TextColor "DullWhite"
- RadioButton.SelectedTextColor "White"
- RichText.TextColor "White"
- RichText.BgColor "ListBG"
- RichText.SelectedTextColor "White"
- RichText.SelectedBgColor "TFOrangeBright"
- ScrollBar.Wide "0"
- ScrollBarButton.FgColor "Blank"
- ScrollBarButton.BgColor "Blank"
- ScrollBarButton.ArmedFgColor "Blank"
- ScrollBarButton.ArmedBgColor "Blank"
- ScrollBarButton.DepressedFgColor "Blank"
- ScrollBarButton.DepressedBgColor "Blank"
- ScrollBarSlider.BgColor "Blank"
- ScrollBarSlider.FgColor "Blank"
- SectionedListPanel.HeaderTextColor "White"
- SectionedListPanel.HeaderBgColor "Blank"
- SectionedListPanel.DividerColor "Black"
- SectionedListPanel.TextColor "DullWhite"
- SectionedListPanel.BrightTextColor "White"
- SectionedListPanel.BgColor "TransparentBlack"
+ Border.Bright "TFTanLightDark"
+ Border.Dark "TFTanLightDark"
+ Border.Selection "BorderSelection"
+
+ Button.TextColor "TFDarkBrown"
+ Button.BgColor "TFTanLight"
+ Button.ArmedTextColor "TFDarkBrown"
+ Button.ArmedBgColor "TFTanBright"
+ Button.DepressedTextColor "TFDarkBrown"
+ Button.DepressedBgColor "TFTanLight"
+ Button.FocusBorderColor "TransparentBlack"
+
+ CheckButton.TextColor "TFTextBright"
+ CheckButton.SelectedTextColor "TFTextBright"
+ CheckButton.BgColor "ListBG"
+ CheckButton.HighlightFgColor "TFTextMedium"
+ CheckButton.ArmedBgColor "Blank"
+ CheckButton.DepressedBgColor "Blank"
+ CheckButton.Border1 "Border.Dark"
+ CheckButton.Border2 "Border.Bright"
+ CheckButton.Check "TFTanBright"
+ CheckButton.DisabledBgColor "ListBG"
+
+ ComboBoxButton.ArrowColor "TFTanLight"
+ ComboBoxButton.ArmedArrowColor "TFTanBright"
+ ComboBoxButton.BgColor "Blank"
+ ComboBoxButton.DisabledBgColor "Blank"
+
+ "Chat.TypingText" "TFTextBright"
+
+ Frame.BgColor "TransparentBlack"
+ Frame.OutOfFocusBgColor "TransparentBlack"
+ Frame.FocusTransitionEffectTime "0.0"
+ Frame.TransitionEffectTime "0.0"
+ Frame.AutoSnapRange "0"
+ FrameGrip.Color1 "Blank"
+ FrameGrip.Color2 "Blank"
+ FrameTitleButton.FgColor "Blank"
+ FrameTitleButton.BgColor "Blank"
+ FrameTitleButton.DisabledFgColor "Blank"
+ FrameTitleButton.DisabledBgColor "Blank"
+ FrameSystemButton.FgColor "Blank"
+ FrameSystemButton.BgColor "Blank"
+ FrameSystemButton.Icon ""
+ FrameSystemButton.DisabledIcon ""
+ FrameTitleBar.TextColor "Orange"
+ FrameTitleBar.BgColor "Blank"
+ FrameTitleBar.DisabledTextColor "Orange"
+ FrameTitleBar.DisabledBgColor "Blank"
+
+ GraphPanel.FgColor "White"
+ GraphPanel.BgColor "TransparentBlack"
+
+ Label.TextDullColor "TFTextDull"
+ Label.TextColor "TFTextBright"
+ Label.TextBrightColor "TFTextBright"
+ Label.SelectedTextColor "TFTextBright"
+ Label.BgColor "Blank"
+ Label.DisabledFgColor1 "TFTextDull"
+ Label.DisabledFgColor2 "Blank"
+
+ ListPanel.TextColor "TFTextBright"
+ ListPanel.BgColor "ListBG"
+ ListPanel.SelectedBgColor "SelectionBG"
+ ListPanel.SelectedOutOfFocusBgColor "SelectionBG2"
+
+ Menu.TextColor "White"
+ Menu.BgColor "ListBG"
+ Menu.ArmedTextColor "TFTextBlack"
+ Menu.ArmedBgColor "TFOrangeBright"
+ Menu.TextInset "6"
+
+ Panel.FgColor "Blank"
+ Panel.BgColor "TFDarkBrown"
+
+ ProgressBar.FgColor "White"
+ ProgressBar.BgColor "TransparentBlack"
+ PropertySheet.TextColor "OffWhite"
+ PropertySheet.SelectedTextColor "White"
+ PropertySheet.TransitionEffectTime "0"
+
+ RadioButton.TextColor "DullWhite"
+ RadioButton.SelectedTextColor "White"
+
+ RichText.TextColor "White"
+ RichText.BgColor "ListBG"
+ RichText.SelectedTextColor "White"
+ RichText.SelectedBgColor "TFOrangeBright"
+
+ ScrollBar.Wide "0"
+ ScrollBarButton.FgColor "Blank"
+ ScrollBarButton.BgColor "Blank"
+ ScrollBarButton.ArmedFgColor "Blank"
+ ScrollBarButton.ArmedBgColor "Blank"
+ ScrollBarButton.DepressedFgColor "Blank"
+ ScrollBarButton.DepressedBgColor "Blank"
+ ScrollBarSlider.BgColor "Blank"
+ ScrollBarSlider.FgColor "Blank"
+
+ SectionedListPanel.HeaderTextColor "White"
+ SectionedListPanel.HeaderBgColor "Blank"
+ SectionedListPanel.DividerColor "Black"
+ SectionedListPanel.TextColor "DullWhite"
+ SectionedListPanel.BrightTextColor "White"
+ SectionedListPanel.BgColor "TransparentBlack"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedBgColor "Orange"
SectionedListPanel.OutOfFocusSelectedTextColor "Black"
SectionedListPanel.OutOfFocusSelectedBgColor "255 155 0 128"
- Slider.NobColor "108 108 108 255"
- Slider.TextColor "180 180 180 255"
- Slider.TrackColor "31 31 31 255"
- Slider.DisabledTextColor1 "117 117 117 255"
- Slider.DisabledTextColor2 "30 30 30 255"
- TextEntry.TextColor "TFTextBright"
- TextEntry.BgColor "ListBG"
- TextEntry.CursorColor "OffWhite"
- TextEntry.DisabledTextColor "DullWhite"
- TextEntry.DisabledBgColor "Blank"
- TextEntry.SelectedTextColor "White"
- TextEntry.SelectedBgColor "TFOrangeBright"
- TextEntry.OutOfFocusSelectedBgColor "255 155 0 128"
- TextEntry.FocusEdgeColor "0 0 0 196"
- ToggleButton.SelectedTextColor "TFOrangeBright"
- Tooltip.TextColor "0 0 0 196"
- Tooltip.BgColor "TFOrangeBright"
- TreeView.BgColor "TransparentBlack"
- WizardSubPanel.BgColor "Blank"
- MainMenu.TextColor "White"
- MainMenu.ArmedTextColor "200 200 200 255"
- MainMenu.DepressedTextColor "192 186 80 255"
- MainMenu.MenuItemHeight "16"
- MainMenu.Inset "32"
- MainMenu.Backdrop "0 0 0 156"
- Console.TextColor "OffWhite"
- Console.DevTextColor "White"
- NewGame.TextColor "White"
- NewGame.FillColor "0 0 0 255"
- NewGame.SelectionColor "Orange"
- NewGame.DisabledColor "128 128 128 196"
- TFColors.ChatTextYellow "251 235 202 255"
- TFColors.ChatTextTeamBlue "153 204 255 255"
- TFColors.ChatTextTeamRed "255 63 53 255"
+
+ Slider.NobColor "108 108 108 255"
+ Slider.TextColor "180 180 180 255"
+ Slider.TrackColor "31 31 31 255"
+ Slider.DisabledTextColor1 "117 117 117 255"
+ Slider.DisabledTextColor2 "30 30 30 255"
+
+ TextEntry.TextColor "TFTextBright"
+ TextEntry.BgColor "ListBG"
+ TextEntry.CursorColor "OffWhite"
+ TextEntry.DisabledTextColor "DullWhite"
+ TextEntry.DisabledBgColor "Blank"
+ TextEntry.SelectedTextColor "White"
+ TextEntry.SelectedBgColor "TFOrangeBright"
+ TextEntry.OutOfFocusSelectedBgColor "255 155 0 128"
+ TextEntry.FocusEdgeColor "0 0 0 196"
+
+ ToggleButton.SelectedTextColor "TFOrangeBright"
+
+ Tooltip.TextColor "0 0 0 196"
+ Tooltip.BgColor "TFOrangeBright"
+
+ TreeView.BgColor "TransparentBlack"
+
+ WizardSubPanel.BgColor "Blank"
+
+ MainMenu.TextColor "White"
+ MainMenu.ArmedTextColor "200 200 200 255"
+ MainMenu.DepressedTextColor "192 186 80 255"
+ MainMenu.MenuItemHeight "16"
+ MainMenu.Inset "32"
+ MainMenu.Backdrop "0 0 0 156"
+
+ Console.TextColor "OffWhite"
+ Console.DevTextColor "White"
+
+ NewGame.TextColor "White"
+ NewGame.FillColor "0 0 0 255"
+ NewGame.SelectionColor "Orange"
+ NewGame.DisabledColor "128 128 128 196"
+
+ TFColors.ChatTextYellow "251 235 202 255"
+ TFColors.ChatTextTeamBlue "153 204 255 255"
+ TFColors.ChatTextTeamRed "255 63 53 255"
}
-
+
BitmapFontFiles
{
- "Buttons" "materials/vgui/fonts/buttons_32.vbf"
+ "Buttons" "materials/vgui/fonts/buttons_32.vbf"
}
-
+
Fonts
{
-
"Default"
{
"1"
@@ -180,7 +204,6 @@ Scheme
"range" "0x0000 0x017F"
"yres" "480 599"
}
-
"2"
{
"name" "Verdana"
@@ -189,7 +212,6 @@ Scheme
"range" "0x0000 0x017F"
"yres" "600 767"
}
-
"3"
{
"name" "Verdana"
@@ -199,7 +221,6 @@ Scheme
"yres" "768 1023"
"antialias" "1"
}
-
"4"
{
"name" "Verdana"
@@ -209,7 +230,6 @@ Scheme
"yres" "1024 1199"
"antialias" "1"
}
-
"5"
{
"name" "Verdana"
@@ -220,10 +240,9 @@ Scheme
"antialias" "1"
}
}
-
+
"Marlett"
{
-
"1"
{
"name" "Marlett"
@@ -232,7 +251,6 @@ Scheme
"yres" "480 599"
"symbol" "1"
}
-
"2"
{
"name" "Marlett"
@@ -241,7 +259,6 @@ Scheme
"yres" "600 767"
"symbol" "1"
}
-
"3"
{
"name" "Marlett"
@@ -250,7 +267,6 @@ Scheme
"yres" "768 1023"
"symbol" "1"
}
-
"4"
{
"name" "Marlett"
@@ -259,7 +275,6 @@ Scheme
"yres" "1024 1199"
"symbol" "1"
}
-
"5"
{
"name" "Marlett"
@@ -269,7 +284,51 @@ Scheme
"symbol" "1"
}
}
-
+
+ "MarlettSmall"
+ {
+ "1"
+ {
+ "name" "Marlett"
+ "tall" "7"
+ "weight" "0"
+ "yres" "480 599"
+ "symbol" "1"
+ }
+ "2"
+ {
+ "name" "Marlett"
+ "tall" "9"
+ "weight" "0"
+ "yres" "600 767"
+ "symbol" "1"
+ }
+ "3"
+ {
+ "name" "Marlett"
+ "tall" "11"
+ "weight" "0"
+ "yres" "768 1023"
+ "symbol" "1"
+ }
+ "4"
+ {
+ "name" "Marlett"
+ "tall" "13"
+ "weight" "0"
+ "yres" "1024 1199"
+ "symbol" "1"
+ }
+ "5"
+ {
+ "name" "Marlett"
+ "tall" "17"
+ "weight" "0"
+ "yres" "1200 10000"
+ "symbol" "1"
+ }
+ }
+
"ChatFont"
{
"1"
@@ -280,7 +339,6 @@ Scheme
"yres" "480 599"
"dropshadow" "1"
}
-
"2"
{
"name" "Verdana"
@@ -289,7 +347,6 @@ Scheme
"yres" "600 767"
"dropshadow" "1"
}
-
"3"
{
"name" "Verdana"
@@ -298,7 +355,6 @@ Scheme
"yres" "768 1023"
"dropshadow" "1"
}
-
"4"
{
"name" "Verdana"
@@ -307,7 +363,6 @@ Scheme
"yres" "1024 1199"
"dropshadow" "1"
}
-
"5"
{
"name" "Verdana"
@@ -317,7 +372,7 @@ Scheme
"dropshadow" "1"
}
}
-
+
"DefaultVerySmall"
{
"1"
@@ -328,7 +383,6 @@ Scheme
"range" "0x0000 0x017F"
"yres" "480 599"
}
-
"2"
{
"name" "Verdana"
@@ -337,7 +391,6 @@ Scheme
"range" "0x0000 0x017F"
"yres" "600 767"
}
-
"3"
{
"name" "Verdana"
@@ -347,7 +400,6 @@ Scheme
"yres" "768 1023"
"antialias" "1"
}
-
"4"
{
"name" "Verdana"
@@ -357,7 +409,6 @@ Scheme
"yres" "1024 1199"
"antialias" "1"
}
-
"5"
{
"name" "Verdana"
@@ -369,7 +420,7 @@ Scheme
}
}
}
-
+
Borders
{
BaseBorder DepressedBorder
@@ -378,16 +429,15 @@ Scheme
MenuBorder RaisedBorder
BrowserBorder DepressedBorder
PropertySheetBorder RaisedBorder
-
+
FrameBorder
{
"backgroundtype" "2"
}
-
+
DepressedBorder
{
"inset" "0 0 1 1"
-
Left
{
"1"
@@ -396,7 +446,6 @@ Scheme
"offset" "0 1"
}
}
-
Right
{
"1"
@@ -405,7 +454,6 @@ Scheme
"offset" "1 0"
}
}
-
Top
{
"1"
@@ -414,7 +462,6 @@ Scheme
"offset" "0 0"
}
}
-
Bottom
{
"1"
@@ -424,11 +471,10 @@ Scheme
}
}
}
-
+
RaisedBorder
{
"inset" "0 0 1 1"
-
Left
{
"1"
@@ -437,7 +483,6 @@ Scheme
"offset" "0 1"
}
}
-
Right
{
"1"
@@ -446,7 +491,6 @@ Scheme
"offset" "0 0"
}
}
-
Top
{
"1"
@@ -455,13 +499,12 @@ Scheme
"offset" "0 1"
}
}
-
Bottom
{
"1"
{
- "color" "Border.Dark"
- "offset" "0 0"
+ "color" "Border.Dark"
+ "offset" "0 0"
}
}
}
@@ -470,30 +513,28 @@ Scheme
{
"backgroundtype" "0"
}
-
+
TitleButtonDisabledBorder
{
"backgroundtype" "0"
}
-
+
TitleButtonDepressedBorder
{
"backgroundtype" "0"
}
-
+
ScrollBarButtonBorder
{
"inset" "2 2 0 0"
-
Left
{
"1"
{
- "color" "Blank"
- "offset" "0 1"
+ "color" "Blank"
+ "offset" "0 1"
}
}
-
Right
{
"1"
@@ -502,16 +543,14 @@ Scheme
"offset" "1 0"
}
}
-
Top
{
"1"
{
- "color" "Blank"
+ "color" "Blank"
"offset" "0 0"
}
}
-
Bottom
{
"1"
@@ -525,7 +564,6 @@ Scheme
ScrollBarButtonDepressedBorder
{
"inset" "2 2 0 0"
-
Left
{
"1"
@@ -534,7 +572,6 @@ Scheme
"offset" "0 1"
}
}
-
Right
{
"1"
@@ -543,7 +580,6 @@ Scheme
"offset" "1 0"
}
}
-
Top
{
"1"
@@ -552,7 +588,6 @@ Scheme
"offset" "0 0"
}
}
-
Bottom
{
"1"
@@ -562,11 +597,10 @@ Scheme
}
}
}
-
+
TabBorder
{
"inset" "0 0 1 1"
-
Left
{
"1"
@@ -575,7 +609,6 @@ Scheme
"offset" "0 1"
}
}
-
Right
{
"1"
@@ -584,7 +617,6 @@ Scheme
"offset" "1 0"
}
}
-
Top
{
"1"
@@ -593,13 +625,11 @@ Scheme
"offset" "0 0"
}
}
-
}
-
+
TabActiveBorder
{
"inset" "0 0 1 0"
-
Left
{
"1"
@@ -608,7 +638,6 @@ Scheme
"offset" "0 0"
}
}
-
Right
{
"1"
@@ -617,7 +646,6 @@ Scheme
"offset" "1 0"
}
}
-
Top
{
"1"
@@ -626,14 +654,11 @@ Scheme
"offset" "0 0"
}
}
-
}
-
-
+
ToolTipBorder
{
"inset" "0 0 1 0"
-
Left
{
"1"
@@ -642,7 +667,6 @@ Scheme
"offset" "0 0"
}
}
-
Right
{
"1"
@@ -651,7 +675,6 @@ Scheme
"offset" "1 0"
}
}
-
Top
{
"1"
@@ -660,7 +683,6 @@ Scheme
"offset" "0 0"
}
}
-
Bottom
{
"1"
@@ -670,11 +692,10 @@ Scheme
}
}
}
-
+
ButtonKeyFocusBorder
{
"inset" "0 0 1 1"
-
Left
{
"1"
@@ -682,14 +703,12 @@ Scheme
"color" "Border.Selection"
"offset" "0 0"
}
-
"2"
{
"color" "Border.Bright"
"offset" "0 1"
}
}
-
Top
{
"1"
@@ -697,14 +716,12 @@ Scheme
"color" "Border.Selection"
"offset" "0 0"
}
-
"2"
{
"color" "Border.Bright"
"offset" "1 0"
}
}
-
Right
{
"1"
@@ -712,14 +729,12 @@ Scheme
"color" "Border.Selection"
"offset" "0 0"
}
-
"2"
{
"color" "Border.Dark"
"offset" "1 0"
}
}
-
Bottom
{
"1"
@@ -727,7 +742,6 @@ Scheme
"color" "Border.Selection"
"offset" "0 0"
}
-
"2"
{
"color" "Border.Dark"
@@ -735,11 +749,10 @@ Scheme
}
}
}
-
+
ButtonDepressedBorder
{
"inset" "2 1 1 1"
-
Left
{
"1"
@@ -748,7 +761,6 @@ Scheme
"offset" "0 1"
}
}
-
Right
{
"1"
@@ -757,7 +769,6 @@ Scheme
"offset" "1 0"
}
}
-
Top
{
"1"
@@ -766,7 +777,6 @@ Scheme
"offset" "0 0"
}
}
-
Bottom
{
"1"
@@ -777,10 +787,10 @@ Scheme
}
}
}
-
+
CustomFontFiles
{
- "1" "resource/HALFLIFE2.ttf"
- "2" "resource/HL2EP2.ttf"
+ "1" "resource/HALFLIFE2.ttf"
+ "2" "resource/HL2EP2.ttf"
}
} \ No newline at end of file