gameoverlay.styles { include "resource/styles/steam.styles" colors { Notifications.PanelPosition "BottomRight" // osx has toast in the upper right, but in-overlay should not. } styles { detailsbox { bgcolor="none" render_bg { // Background 0="fill( x0 + 1, y0 + 1, x1 - 1, y1 - 1 , OverlayPanelBg )" // Outer Border 1="fill( x0 + 0, y0 + 0, x1 - 0, y0 + 1, GameDetailsOuterBorder )" // Top 2="fill( x0 + 0, y1 - 1, x1 - 0, y1 - 0, GameDetailsOuterBorder )" // Bottom 3="fill( x0 + 0, y0 + 1, x0 + 1, y1 - 1, GameDetailsOuterBorder )" // Left 4="fill( x1 - 1, y0 + 1, x1 - 0, y1 - 1, GameDetailsOuterBorder )" // Right // Inner Border 6="fill( x0 + 1, y0 + 1, x1 - 1, y0 + 2, GameDetailsInnerBorder )" // Top 7="fill( x0 + 1, y1 - 2, x1 - 1, y1 - 1, GameDetailsInnerBorder )" // Bottom 8="fill( x0 + 1, y0 + 2, x0 + 2, y1 - 2, GameDetailsInnerBorder )" // Left 9="fill( x1 - 2, y0 + 2, x1 - 1, y1 - 2, GameDetailsInnerBorder )" // Right } } detailsboxtitle { textcolor="white" font-size=30 font-style=uppercase font-weight=400 font-family=Basefontsemi } Notification { bgcolor="DarkBlack" } } }