2020.5.3 19:26

This commit is contained in:
JackMyth 2020-05-03 19:26:57 +08:00
parent 14093b615e
commit 6e9017e5d8
3 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,7 @@
colors
{
ChatTextLineBG = "0 0 0 80"
ChatTextLineBG = JackMyth.HalfTranslucent
}
styles

View File

@ -29,6 +29,7 @@
{
font-size=15 [$LINUX]
font-size=20
color="200 200 200 200"
}
LiveBannerStyleIngame

View File

@ -125,7 +125,7 @@
shadowtextcolor=DefaultCursor // this is the cursor color
render_bg
{
0="fill(x0, y0, x1, y1, black)"
0="fill(x0, y0, x1, y1, white)"
// lines around
1="fill( x0, y0, x1, y0 + 1, DefaultBackground )" // top
}
@ -139,7 +139,7 @@
shadowtextcolor=DefaultCursor
render_bg
{
0="fill(x0, y0, x1, y1, black)"
0="fill(x0, y0, x1, y1, white)"
// lines around
1="fill( x0, y0, x1, y0 + 1, DefaultBackground )" // top
}
@ -153,7 +153,7 @@
shadowtextcolor=DefaultCursor
render_bg
{
0="fill(x0, y0, x1, y1, black)"
0="fill(x0, y0, x1, y1, white)"
// lines around
1="fill( x0, y0, x1, y0 + 1, DefaultBackground )" // top
}