色の調整

This commit is contained in:
yuukiwww 2024-05-20 23:07:13 +00:00
parent 4f96fb3557
commit 6b88dd923e
2 changed files with 5 additions and 5 deletions

View File

@ -153,7 +153,7 @@
y: 5, y: 5,
force: !noForce force: !noForce
}) })
ctx.fillStyle = `rgba(0,0,0,.1)` ctx.fillStyle = "rgba(0,0,0,.2)"
ctx.fillRect(0, 0, w, h) ctx.fillRect(0, 0, w, h)
} }
if(config.cached){ if(config.cached){

View File

@ -85,10 +85,10 @@ class SongSelect{
}, },
"default": { "default": {
sort: null, sort: null,
background: "rgb(0,0,0,0)", background: "rgba(0,0,0,0)",
border: ["silver", "rgb(0,0,0,0)"], border: ["rgba(255,127,212,.8)", "rgba(255,0,255,.6)"],
outline: "#333333", outline: "rgba(0,0,0,.4)",
infoFill: "rgb(0,0,0,0)" infoFill: "rgba(0,0,0,0)"
} }
} }