Switch to non-dithered colour

master
Sylvia van Os 2022-10-03 16:50:25 +02:00 committed by GitHub
parent 79a8d29692
commit 2585cae151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function drawEvent(event, y) {
var curEventHeight = 0;
function drawCurrentEvents(y) {
g.setColor(g.theme.dark ? "#0ff" : "#006060");
g.setColor(g.theme.dark ? "#0ff" : "#0000ff");
g.clearRect(5, y, g.getWidth() - 5, y + curEventHeight);
curEventHeight = y;