diff --git a/OG-Steam/resource/styles/steam.styles b/OG-Steam/resource/styles/steam.styles index 11ab455..28a291a 100644 --- a/OG-Steam/resource/styles/steam.styles +++ b/OG-Steam/resource/styles/steam.styles @@ -8,9 +8,10 @@ steam.styles dark="28 33 42 255" almostBlack="22 25 28 255" almostBlackTrans="22 25 28 204" - Black="0 0 0 255" + black="0 0 0 255" transparentBlack="0 0 0 128" - White="255 255 255 255" + white="255 255 255 255" + offwhite="216 222 211 255" grey="142 152 167 255" none="0 0 0 0" yellow="255 255 0 255" @@ -165,7 +166,7 @@ steam.styles support_lock_ack2 "193 166 67 255" AnnouncementBlue="61 146 175 255" - // colors pulled from steamscheme.res + // colours pulled from steamscheme.res "ClayBG" "70 70 70 255" "ClayButtonBG" "87 88 88 255" "ClayEnabled" "85 88 82 255" @@ -190,12 +191,44 @@ steam.styles "SecBG" "GreenBG" "TempGradientTop" "53 52 51 255" - // scheme-specific colors - offwhite="216 222 211 255" - dullgreen="216 222 211 255" + // colours pulled from TrackerScheme.res (2003) - DisabledText1="117 128 111 255" // disabled text - DisabledText2="40 46 34 255" // overlay color for disabled text (to give that inset look + // base colors + "BaseText" "216 222 211 255" // used in text windows, lists + "BrightBaseText" "255 255 255 255" // brightest text + "SelectedText" "255 255 255 255" // selected text + "DimBaseText" "160 170 149 255" // dim base text + "LabelDimText" "160 170 149 255" // used for info text + "ControlText" "216 222 211 255" // used in all text controls + "BrightControlText" "196 181 80 255" // use for selected controls + "DisabledText1" "117 128 111 255" // disabled text + "DisabledText2" "40 46 34 255" // overlay color for disabled text (to give that inset look) + "DimListText" "117 134 102 255" // offline friends, unsubscribed games, etc. + + // background colors + "ControlBG" "76 88 68 255" // background color of controls + "ControlDarkBG" "90 106 80 255" // darker background color; used for background of scrollbars + "WindowBG" "62 70 55 255" // background color of text edit panes (chat, text entries, etc.) + "SelectionBG" "149 136 49 255" // background color of any selected text or menu item + "SelectionBG2" "40 46 34 255" // selection background in window w/o focus + "ListBG" "62 70 55 255" // background of server browser, buddy list, etc. + + // titlebar colors + "TitleText" "255 255 255 255" + "TitleDimText" "136 145 128 255" + "TitleBG" "76 88 68 0" + "TitleDimBG" "76 88 68 0" + + // slider tick colors + "SliderTickColor" "127 140 127 255" + "SliderTrackColor" "31 31 31 255" + + // border colors + "BorderBright" "136 145 128 255" // the lit side of a control + "BorderDark" "40 46 34 255" // the dark/unlit side of a control + "BorderSelection" "0 0 0 255" // the additional border color for displaying the default/selected button + + // end of colours from TrackerScheme.res NotificationBodyText="White" @@ -1170,13 +1203,13 @@ steam.styles "GameItem_Uninstalled" { - textcolor = LabelDisabled - selectedtextcolor = White + textcolor = DimListText + selectedtextcolor = DimListText } "GameItem_Uninstalled:hover" { - textcolor = White - selectedtextcolor = White + textcolor = DimListText + selectedtextcolor = DimListText } "GameItem_Installed"