Tweak light & dark theme panel transparency slightly
This commit is contained in:
parent
11d83b5d28
commit
b7f629e620
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue