fix tab text color

This commit is contained in:
idk
2021-12-28 20:22:33 -05:00
parent c1b55a4feb
commit 26b637f201

View File

@ -190,6 +190,7 @@ let btheme = {
colors: {
frame: "#363A68",
toolbar: "#363A68",
tab_text: "#ECF3FF",
},
};
@ -197,6 +198,7 @@ let dtheme = {
colors: {
frame: "#4456B7",
toolbar: "#4456B7",
tab_text: "#ECF3FF",
},
};