| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066 |
- //
- // 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" "28 207 61 255" // used in text windows, lists
- "BrightBaseText" "28 207 61 255" // brightest text
- "SelectedText" "28 207 61 255" // selected text
- "DimBaseText" "28 207 61 255" // dim base text
- "LabelDimText" "23 162 51 255" // used for info text
- "ControlText" "28 207 61 255" // used in all text controls
- "BrightControlText" "28 207 61 255" // use for selected controls
- "DisabledText1" "0 80 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" "7 43 0 255" // keyboard focus dashed line for buttons
-
- // background colors
- "ControlBG" "0 0 0 0" // background color of 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" "28 192 0 140" // 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"
-
- "CreditsBG" "0 0 0 255"
- "CareerBoxBG" "0 0 0 227"
- "Menu/BgColor" "0 0 0 227"
-
- // Credits ------------------------------------------------
- "CreditsNormalFG" "255 255 255 255"
- "CreditsNormalBG" "0 0 0 255"
-
- "CreditsTitleFG" "28 207 61 255"
- "CreditsTitleBG" "0 0 0 255"
-
- "CreditsStudioTitleFG" "28 207 61 255"
- "CreditsStudioTitleBG" "0 0 0 255"
-
- "CreditsIndividualTitleFG" "28 207 61 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" "28 207 61 255" // big '!' in top left
-
- // slider tick colors
- "SliderTickColor" "127 140 127 255"
- "SliderTrackColor" "31 31 31 255"
-
- // border colors
- "BorderBright" "28 207 61 128" // the lit side of a control
- "BorderDark" "28 207 61 128" // the dark/unlit side of a control
- "BorderSelection" "28 207 61 0" // the additional border color for displaying the default/selected button
- "BorderBuyPreset" "28 207 61 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
-
- "TaskComplete" "28 207 61 255"
- "TaskIncomplete" "28 207 61 255"
- "TaskFlash" "255 227 38 255"
-
- // 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
- {
- "TaskFlashPeriod" "0.2"
- "TaskNumFlashes" "30"
- "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" "Default"
- "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" "Tahoma"
- "tall" "11"
- "weight" "500"
- }
- }
- // Credits ------------------------------------------------
- "CreditsTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "26"
- "weight" "800"
- }
- }
- "CreditsStudioTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "24"
- "weight" "800"
- }
- }
- "CreditsIndividualTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "22"
- "weight" "800"
- }
- }
- "CreditsNormal"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "20"
- "weight" "800"
- }
- }
- // --------------------------------------------------------
- "DialogTitle"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "14"
- "weight" "500"
- }
- }
- // --------------------------------------------------------
- "CareerScreen"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "12"
- "weight" "600"
- }
- }
- "Task"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "11"
- "weight" "500"
- }
- }
- "MapComplete"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "14"
- "weight" "800"
- "dropshadow" "1"
- }
- }
- "Title"
- {
- "1"
- {
- "name" "Tahoma"
- "tall" "24"
- "weight" "800"
- }
- }
-
- // 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"
- }
- }
- }
-
- 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"
- }
- }
- }
-
- 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"
- }
- }
- }
-
- 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"
- }
- }
- }
- }
- }
|