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
1 changed files with 2 additions and 2 deletions

View File

@ -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