mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Tweak light & dark theme panel transparency slightly
This commit is contained in:
parent
11d83b5d28
commit
b7f629e620
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ static struct DjuiTheme sDjuiThemeLight = {
|
|||
},
|
||||
.threePanels = {
|
||||
.rectColor = {
|
||||
0, 0, 0, 235
|
||||
0, 0, 0, 230
|
||||
},
|
||||
.borderColor = {
|
||||
0, 0, 0, 200
|
||||
|
@ -71,7 +71,7 @@ static struct DjuiTheme sDjuiThemeDark = {
|
|||
},
|
||||
.threePanels = {
|
||||
.rectColor = {
|
||||
0, 0, 0, 235
|
||||
0, 0, 0, 230
|
||||
},
|
||||
.borderColor = {
|
||||
0, 0, 0, 200
|
||||
|
|
Loading…
Reference in a new issue