| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190 |
- //
- // TRACKER SCHEME RESOURCE FILE
- //
- // sections:
- // colors - all the colors used by the scheme
- // basesettings - contains settings for app to use to draw controls
- // fonts - list of all the fonts used by app
- // borders - description of all the borders
- //
- // notes:
- // hit ctrl-alt-shift-R in the app to reload this file
- //
- Scheme
- {
- //Name - currently overriden in code
- //{
- // "Name" "ClientScheme"
- //}
-
- //////////////////////// COLORS ///////////////////////////
- Colors
- {
- // base colors
- "BaseText" "255 176 0 255" // used in text windows, lists
- "BrightBaseText" "255 176 0 255" // brightest text
- "SelectedText" "255 176 0 255" // selected text
- "DimBaseText" "255 176 0 255" // dim base text
- "LabelDimText" "255 176 0 164" // used for info text
- "ControlText" "255 176 0 255" // used in all text controls
- "BrightControlText" "255 176 0 255" // use for selected controls
- "DisabledText1" "80 48 0 255" // disabled text
- "DisabledText2" "0 0 0 0" // overlay color for disabled text (to give that inset look)
- "DimListText" "188 112 0 255" // offline friends, unsubscribed games, etc.
-
- "ButtonFocusBorder" "64 48 0 255" // keyboard focus dashed line for buttons
-
- // background colors
- "ControlBG" "0 0 0 0" // background color of most controls
- "ButtonBG" "0 0 0 64" // background color of buttons
- "ControlDarkBG" "0 0 0 128" // darker background color; used for background of scrollbars
- "WindowBG" "0 0 0 200" // background color of text edit panes (chat, text entries, etc.)
- //"SelectionBG" "192 28 0 140" // background color of any selected text or menu item
- "SelectionBG" "255 176 0 100" // background color of any selected text or menu item
- "SelectionBG2" "255 255 255 16" // selection background in window w/o focus
- "ListBG" "0 0 0 128" // background of scoreboard
- "ViewportBG" "0 0 0 200"
- "CareerBoxBG" "0 0 0 227"
- "Menu/BgColor" "0 0 0 227"
-
- // Credits ------------------------------------------------
- "CreditsNormalFG" "255 255 255 255"
- "CreditsNormalBG" "0 0 0 255"
-
- "CreditsTitleFG" "255 174 0 255"
- "CreditsTitleBG" "0 0 0 255"
-
- "CreditsStudioTitleFG" "255 174 0 255"
- "CreditsStudioTitleBG" "0 0 0 255"
-
- "CreditsIndividualTitleFG" "255 174 0 255"
- "CreditsIndividualTitleBG" "0 0 0 255"
- // --------------------------------------------------------
-
- // titlebar colors
- "TitleText" "255 174 0 255"
- "TitleDimText" "255 174 0 255"
- "TitleBG" "255 255 0 0"
- "TitleDimBG" "255 255 0 0"
- "TitleIcon" "255 174 0 255" // big '!' icon in top left
-
- // slider tick colors
- "SliderTickColor" "127 140 127 255"
- "SliderTrackColor" "31 31 31 255"
-
- // border colors
- "BorderBright" "188 112 0 128" // the lit side of a control
- "BorderDark" "188 112 0 128" // the dark/unlit side of a control
- "BorderSelection" "188 112 0 0" // the additional border color for displaying the default/selected button
- "BorderBuyPreset" "255 176 0 255" // the lit side of a control
-
- "team0" "204 204 204 255" // Spectators
- "team1" "255 64 64 255" // CT's
- "team2" "153 204 255 255" // T's
-
- // Statistics text
- "StatisticsText" "255 255 255 255"
- "SelectedStatisticsText" "128 128 128 255"
-
- "BuyPresetBG" "0 0 0 64"
- "BuyPresetAltBG" "0 0 0 128"
-
- "MapDescriptionText" "255 176 0 255" // the text used in the map description window
- }
-
- ///////////////////// BASE SETTINGS ////////////////////////
- // default settings for all panels
- // controls use these to determine their settings
- BaseSettings
- {
- "FgColor" "ControlText"
- "BgColor" "ControlBG"
- "ButtonBgColor" "ButtonBG"
- "LabelBgColor" "ControlBG"
- "SubPanelBgColor" "ControlBG"
-
- "DisabledFgColor1" "DisabledText1"
- "DisabledFgColor2" "DisabledText2" // set this to the BgColor if you don't want it to draw
-
- "TitleBarFgColor" "TitleText"
- "TitleBarDisabledFgColor" "TitleDimText"
- "TitleBarBgColor" "TitleBG"
- "TitleBarDisabledBgColor" "TitleDimBG"
-
- "TitleBarIcon" "resource/icon_steam"
- "TitleBarDisabledIcon" "resource/icon_steam_disabled"
-
- "TitleButtonFgColor" "BorderBright"
- "TitleButtonBgColor" "ControlBG"
- "TitleButtonDisabledFgColor" "TitleDimText"
- "TitleButtonDisabledBgColor" "TitleDimBG"
-
- "TextCursorColor" "BaseText" // color of the blinking text cursor in text entries
- "URLTextColor" "BrightBaseText" // color that URL's show up in chat window
-
- Menu
- {
- "FgColor" "DimBaseText"
- "BgColor" "ControlBG"
- "ArmedFgColor" "BrightBaseText"
- "ArmedBgColor" "SelectionBG"
- "DividerColor" "BorderDark"
- "TextInset" "6"
- }
-
- MenuButton // the little arrow on the side of boxes that triggers drop down menus
- {
- "ButtonArrowColor" "DimBaseText" // color of arrows
- "ButtonBgColor" "WindowBG" // bg color of button. same as background color of text edit panes
- "ArmedArrowColor" "BrightBaseText" // color of arrow when mouse is over button
- "ArmedBgColor" "DimBaseText" // bg color of button when mouse is over button
- }
-
- Slider
- {
- "SliderFgColor" "ControlBG" // handle with which the slider is grabbed
- "SliderBgColor" "ControlDarkBG" // area behind handle
- }
-
- ScrollBarSlider
- {
- "BgColor" "ControlBG" // this isn't really used
- "ScrollBarSliderFgColor" "ControlBG" // handle with which the slider is grabbed
- "ScrollBarSliderBgColor" "ControlDarkBG" // area behind handle
- "ButtonFgColor" "DimBaseText" // color of arrows
- }
-
-
- // text edit windows
- "WindowFgColor" "BaseText" // off-white
- "WindowBgColor" "WindowBG" // redundant. can we get rid of WindowBgColor and just use WindowBG?
- "WindowDisabledFgColor" "DimBaseText"
- "WindowDisabledBgColor" "ListBG" // background of chat conversation
- "SelectionFgColor" "SelectedText" // fg color of selected text
- "SelectionBgColor" "SelectionBG"
- "ListSelectionFgColor" "SelectedText"
- "ListBgColor" "ListBG" // background of server browser control, etc
- "BuddyListBgColor" "ListBG" // background of buddy list pane
-
- // App-specific stuff
- "ChatBgColor" "WindowBG"
-
- // status selection
- "StatusSelectFgColor" "BrightBaseText"
- "StatusSelectFgColor2" "BrightControlText" // this is the color of the friends status
-
- // checkboxes
- "CheckButtonBorder1" "BorderDark" // the left checkbutton border
- "CheckButtonBorder2" "BorderBright" // the right checkbutton border
- "CheckButtonCheck" "BrightControlText" // color of the check itself
- "CheckBgColor" "ListBG"
-
- // buttons (default fg/bg colors are used if these are not set)
- // "ButtonArmedFgColor"
- "ButtonArmedBgColor" "SelectionBG"
- // "ButtonDepressedFgColor" "BrightControlText"
- // "ButtonDepressedBgColor"
-
- // buddy buttons
- BuddyButton
- {
- "FgColor1" "ControlText"
- "FgColor2" "DimListText"
- "ArmedFgColor1" "BrightBaseText"
- "ArmedFgColor2" "BrightBaseText"
- "ArmedBgColor" "SelectionBG"
- }
-
- Chat
- {
- "TextColor" "BrightControlText"
- "SelfTextColor" "BaseText"
- "SeperatorTextColor" "DimBaseText"
- }
-
- Statistics
- {
- "Font" "DefaultSmall"
- "TextColor" "StatisticsText"
- "SelectedTextColor" "SelectedStatisticsText"
- }
-
- "SectionTextColor" "BrightControlText" // text color for IN-GAME, ONLINE, OFFLINE sections of buddy list
- "SectionDividerColor" "BorderDark" // color of line that runs under section name in buddy list
- }
-
- //
- //////////////////////// FONTS /////////////////////////////
- //
- // describes all the fonts
- Fonts
- {
- // fonts are used in order that they are listed
- // fonts listed later in the order will only be used if they fulfill a range not already filled
- // if a font fails to load then the subsequent fonts will replace
- "Default"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "600"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "600"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "600"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "600"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "600"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
- "DefaultUnderline"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "12"
- "weight" "500"
- "underline" "1"
- }
- }
- "DefaultSmall"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "0"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "0"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "0"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "0"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "0"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
- "DefaultVerySmall"
- {
- "1"
- {
- "name" "Verdana"
- "tall" "12"
- "weight" "600"
- "yres" "480 599"
- }
- "2"
- {
- "name" "Verdana"
- "tall" "13"
- "weight" "600"
- "yres" "600 767"
- }
- "3"
- {
- "name" "Verdana"
- "tall" "14"
- "weight" "600"
- "yres" "768 1023"
- "antialias" "1"
- }
- "4"
- {
- "name" "Verdana"
- "tall" "20"
- "weight" "600"
- "yres" "1024 1199"
- "antialias" "1"
- }
- "5"
- {
- "name" "Verdana"
- "tall" "24"
- "weight" "600"
- "yres" "1200 6000"
- "antialias" "1"
- }
- }
- "Title"
- {
- "1"
- {
- "name" "Verdana Bold"
- "tall" "18"
- "weight" "500"
- }
- "2"
- {
- "name" "Arial"
- "tall" "16"
- "weight" "600"
- }
- }
- // Credits ------------------------------------------------
- "CreditsTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "26"
- "weight" "800"
- }
- "2"
- {
- "name" "Arial"
- "tall" "26"
- "weight" "700"
- }
- }
- "CreditsStudioTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "24"
- "weight" "800"
- }
- "2"
- {
- "name" "Arial"
- "tall" "24"
- "weight" "700"
- }
- }
- "CreditsIndividualTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "22"
- "weight" "800"
- }
- "2"
- {
- "name" "Arial"
- "tall" "22"
- "weight" "700"
- }
- }
- "CreditsNormal"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "20"
- "weight" "800"
- }
- "2"
- {
- "name" "Arial"
- "tall" "20"
- "weight" "700"
- }
- }
- // --------------------------------------------------------
- "DialogTitle"
- {
- "1"
- {
- "name" "Verdana Bold"
- "tall" "14"
- "weight" "500"
- }
- "2"
- {
- "name" "Arial"
- "tall" "13"
- "weight" "600"
- }
- }
-
- // this is the symbol font
- "Marlett"
- {
- "1"
- {
- "name" "Marlett"
- "tall" "11"
- "weight" "0"
- "symbol" "1"
- }
- }
- }
-
- //
- //////////////////// BORDERS //////////////////////////////
- //
- // describes all the border types
- Borders
- {
- BaseBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- TitleButtonBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- TitleButtonDisabledBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BgColor"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BgColor"
- "offset" "1 0"
- }
- }
- Top
- {
- "1"
- {
- "color" "BgColor"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BgColor"
- "offset" "0 0"
- }
- }
- }
-
- TitleButtonDepressedBorder
- {
- "inset" "1 1 1 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- ScrollBarButtonBorder
- {
- "inset" "1 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- ScrollBarButtonDepressedBorder
- {
- "inset" "2 2 0 0"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- ButtonBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- BuyPresetBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBuyPreset"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBuyPreset"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBuyPreset"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBuyPreset"
- "offset" "0 0"
- }
- }
- }
-
- FrameBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 0"
- }
- }
- }
-
- TabBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- TabActiveBorder
- {
- "inset" "0 0 1 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "6 2"
- }
- }
- }
-
-
- ToolTipBorder
- {
- "inset" "0 0 1 0"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- // this is the border used for default buttons (the button that gets pressed when you hit enter)
- ButtonKeyFocusBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- ButtonDepressedBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
-
- ComboBoxBorder
- {
- "inset" "0 0 1 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- MenuBorder
- {
- "inset" "1 1 1 1"
- Left
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "1 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
- }
- BrowserBorder
- {
- "inset" "0 0 0 1"
- Left
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "0 0"
- }
- }
- }
-
- BuyPresetButtonBorder
- {
- "inset" "0 0 0 0"
- Left
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 1"
- }
- }
-
- Right
- {
- "1"
- {
- "color" "BorderDark"
- "offset" "0 0"
- }
- }
-
- Top
- {
- "1"
- {
- "color" "BorderBright"
- "offset" "1 1"
- }
- }
-
- Bottom
- {
- "1"
- {
- "color" "ControlBG"
- "offset" "0 0"
- }
- }
- }
- }
- }
|