Tweak light & dark theme panel transparency slightly

This commit is contained in:
Agent X 2024-03-04 12:59:23 -05:00
parent 11d83b5d28
commit b7f629e620

View file

@ -30,7 +30,7 @@ static struct DjuiTheme sDjuiThemeLight = {
}, },
.threePanels = { .threePanels = {
.rectColor = { .rectColor = {
0, 0, 0, 235 0, 0, 0, 230
}, },
.borderColor = { .borderColor = {
0, 0, 0, 200 0, 0, 0, 200
@ -71,7 +71,7 @@ static struct DjuiTheme sDjuiThemeDark = {
}, },
.threePanels = { .threePanels = {
.rectColor = { .rectColor = {
0, 0, 0, 235 0, 0, 0, 230
}, },
.borderColor = { .borderColor = {
0, 0, 0, 200 0, 0, 0, 200