Stage Commit

This commit is contained in:
JackMyth 2018-07-03 14:36:13 +08:00
parent a1fd055488
commit f418e4bd6e
11 changed files with 42 additions and 8 deletions

View File

@ -11,6 +11,7 @@ config.ini{
//Comment the next line for Accent colored titlebars //Comment the next line for Accent colored titlebars
//include "resource/styles/colors/titlebar_black.styles" //include "resource/styles/colors/titlebar_black.styles"
include "resource/styles/colors/titlebar_translucent.styles"
//Accent Color Selection //Accent Color Selection
//Uncomment your choice of color. Make sure one and only one is uncommented! //Uncomment your choice of color. Make sure one and only one is uncommented!

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 944 B

View File

@ -7,7 +7,7 @@
"xpos" "620" "xpos" "620"
"ypos" "432" "ypos" "432"
"wide" "360" "wide" "360"
"tall" "308" "tall" "344"
"AutoResize" "0" "AutoResize" "0"
"PinCorner" "0" "PinCorner" "0"
"visible" "1" "visible" "1"

View File

@ -471,7 +471,7 @@
CUINavButton:hover CUINavButton:hover
{ {
textcolor=Root.LeftCol.Text textcolor=Root.LeftCol.Hover
bgcolor=Menu.Hover bgcolor=Menu.Hover
render_bg render_bg
{ {
@ -486,7 +486,7 @@
CUINavButton:selected CUINavButton:selected
{ {
textcolor=Root.LeftCol.Text textcolor=Root.LeftCol.Selected
bgcolor=Accent.Hover bgcolor=Accent.Hover
render_bg render_bg
{ {

View File

@ -2,7 +2,7 @@
{ {
colors colors
{ {
Accent="0 120 215 255" Accent="0 120 255 255"
Accent.Hover="0 90 158 255" Accent.Hover="0 90 158 255"
Accent.Selected="25 106 167 255" Accent.Selected="25 106 167 255"
Accent.Text="255 255 255 255" //Color of text on Accent color, usually white or black Accent.Text="255 255 255 255" //Color of text on Accent color, usually white or black

View File

@ -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!
}
}

View File

@ -297,6 +297,27 @@ jackmyth.styles
0="fill(x0,y0,x1,y1,JackMyth.HalfTranslucent)" 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"}
//}
} }

View File

@ -22,6 +22,7 @@ steam.styles
DefaultBackground=Neutral DefaultBackground=Neutral
//DefaultText=white
DefaultText=white DefaultText=white
DefaultText.Hover="153 153 153 255" DefaultText.Hover="153 153 153 255"
DefaultText.Disabled="102 102 102 255" DefaultText.Disabled="102 102 102 255"
@ -151,16 +152,18 @@ steam.styles
Root.Div = Menu.Div Root.Div = Menu.Div
Root.BackTransparent="14 14 14 170" //For details header/grid chrome 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.Text=DefaultText
Root.Label.Hover.Text="180 180 180 255" Root.Label.Hover.Text="180 180 180 255"
Root.SubLabel.Text="180 180 180 255" Root.SubLabel.Text="180 180 180 255"
Root.LeftCol.Disabled=DefaultText.Disabled Root.LeftCol.Disabled=DefaultText.Disabled
Search.Back=Scroll.Back Search.Back="255 255 255 20"
Search.Text="130 130 130 255" Search.Text="130 130 130 255"
Search.Hover.Text="180 180 180 255" Search.Hover.Text="100 100 100 255"
Search.Active.Text=DefaultText Search.Active.Text=black
Chat.Back = Root.Back Chat.Back = Root.Back
Chat.Popup = DefaultBackground Chat.Popup = DefaultBackground