diff --git a/config.ini b/config.ini index ef9e85d..336d44f 100644 --- a/config.ini +++ b/config.ini @@ -11,6 +11,7 @@ config.ini{ //Comment the next line for Accent colored titlebars //include "resource/styles/colors/titlebar_black.styles" + include "resource/styles/colors/titlebar_translucent.styles" //Accent Color Selection //Uncomment your choice of color. Make sure one and only one is uncommented! diff --git a/graphics/JackMyth/MainBG.tga b/graphics/JackMyth/MainBG.tga index 41b6a12..379605a 100644 Binary files a/graphics/JackMyth/MainBG.tga and b/graphics/JackMyth/MainBG.tga differ diff --git a/graphics/JackMyth/UseOffline.tga b/graphics/JackMyth/UseOffline.tga new file mode 100644 index 0000000..0a887e5 Binary files /dev/null and b/graphics/JackMyth/UseOffline.tga differ diff --git a/graphics/Threshold/icons/search.tga b/graphics/Threshold/icons/search.tga index db358ee..67d8569 100644 Binary files a/graphics/Threshold/icons/search.tga and b/graphics/Threshold/icons/search.tga differ diff --git a/graphics/Threshold/icons/search_hover.tga b/graphics/Threshold/icons/search_hover.tga index a3e7662..161c846 100644 Binary files a/graphics/Threshold/icons/search_hover.tga and b/graphics/Threshold/icons/search_hover.tga differ diff --git a/public/UseOfflineMode.res b/public/UseOfflineMode.res index 65ec818..46c1481 100644 --- a/public/UseOfflineMode.res +++ b/public/UseOfflineMode.res @@ -7,7 +7,7 @@ "xpos" "620" "ypos" "432" "wide" "360" - "tall" "308" + "tall" "344" "AutoResize" "0" "PinCorner" "0" "visible" "1" diff --git a/resource/layout/uinavigatorpanel.layout b/resource/layout/uinavigatorpanel.layout index 894ad9e..42c2aa1 100644 --- a/resource/layout/uinavigatorpanel.layout +++ b/resource/layout/uinavigatorpanel.layout @@ -471,7 +471,7 @@ CUINavButton:hover { - textcolor=Root.LeftCol.Text + textcolor=Root.LeftCol.Hover bgcolor=Menu.Hover render_bg { @@ -486,7 +486,7 @@ CUINavButton:selected { - textcolor=Root.LeftCol.Text + textcolor=Root.LeftCol.Selected bgcolor=Accent.Hover render_bg { diff --git a/resource/styles/colors/cobalt.styles b/resource/styles/colors/cobalt.styles index fc4a2a0..72df855 100644 --- a/resource/styles/colors/cobalt.styles +++ b/resource/styles/colors/cobalt.styles @@ -2,7 +2,7 @@ { colors { - Accent="0 120 215 255" + Accent="0 120 255 255" Accent.Hover="0 90 158 255" Accent.Selected="25 106 167 255" Accent.Text="255 255 255 255" //Color of text on Accent color, usually white or black diff --git a/resource/styles/colors/titlebar_translucent.styles b/resource/styles/colors/titlebar_translucent.styles new file mode 100644 index 0000000..a7bdce2 --- /dev/null +++ b/resource/styles/colors/titlebar_translucent.styles @@ -0,0 +1,9 @@ +"titlebar_black.styles" +{ + colors + { + TitleBar="8 8 8 0" + TitleBar.Focus="8 8 8 0" //For loss of focus + Notification.Back="31 31 31 0" //fun fact: on windows 10 this is slightly transparent, so the actual color varies! + } +} \ No newline at end of file diff --git a/resource/styles/jackmyth.styles b/resource/styles/jackmyth.styles index 519204a..d5a66e1 100644 --- a/resource/styles/jackmyth.styles +++ b/resource/styles/jackmyth.styles @@ -297,6 +297,27 @@ jackmyth.styles 0="fill(x0,y0,x1,y1,JackMyth.HalfTranslucent)" } } + + // Use Offline Background + CUseOfflineModeDialog + { + textcolor="0 0 0 255" + minimum-height=344 + render_bg + { + 0="image_scale(x0,y0,x1,y1,graphics\JackMyth\UseOffline)" + } + } + + "OfflineModDialog Label" + { + textcolor="0 0 0 255" + } } + //"layout" + //{ + // place{ controls="OKButton, CancelButton"} + //} + } \ No newline at end of file diff --git a/resource/styles/steam.styles b/resource/styles/steam.styles index f8b13e8..1af805a 100644 --- a/resource/styles/steam.styles +++ b/resource/styles/steam.styles @@ -22,6 +22,7 @@ steam.styles DefaultBackground=Neutral + //DefaultText=white DefaultText=white DefaultText.Hover="153 153 153 255" DefaultText.Disabled="102 102 102 255" @@ -151,16 +152,18 @@ steam.styles Root.Div = Menu.Div Root.BackTransparent="14 14 14 170" //For details header/grid chrome - Root.LeftCol.Text=DefaultText + Root.LeftCol.Text="0 0 0 255" + Root.LeftCol.Hover = "255 255 255 255" + Root.LeftCol.Selected = "255 255 255 255" Root.Label.Text=DefaultText Root.Label.Hover.Text="180 180 180 255" Root.SubLabel.Text="180 180 180 255" Root.LeftCol.Disabled=DefaultText.Disabled - Search.Back=Scroll.Back + Search.Back="255 255 255 20" Search.Text="130 130 130 255" - Search.Hover.Text="180 180 180 255" - Search.Active.Text=DefaultText + Search.Hover.Text="100 100 100 255" + Search.Active.Text=black Chat.Back = Root.Back Chat.Popup = DefaultBackground