uses flexible g.theme.bg instead of black bg

master
Stuff-etc 2024-03-25 14:50:22 +01:00
parent 53669b0b44
commit fb1edc5abd
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ var s = Object.assign({
f1 = (s.colortext) ? "#f00" : "#fff";
f2 = (s.colortext) ? "#00f" : "#fff";
b1 = (s.colortext) ? "#000" : "#f00";
b2 = (s.colortext) ? "#000" : "#00f";
b1 = (s.colortext) ? g.theme.bg : "#f00";
b2 = (s.colortext) ? g.theme.bg : "#00f";
var counter = 0;
var drag;