1 Commits

Author SHA1 Message Date
idk
26b637f201 fix tab text color 2021-12-28 20:22:33 -05:00

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",
},
};