Update settings.js

pull/2723/head
stweedo 2023-05-07 22:14:17 -05:00 committed by GitHub
parent 9a2873fb63
commit e81259e2c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// Colors from 'Light BW' and 'Dark BW' themes
function createThemeColors(mode) {
const cl = x => g.setColor(x).getColor();
let cl = x => g.setColor(x).getColor();
return mode ? {
fg: cl("#fff"),
bg: cl("#000"),