Update settings.js
parent
9a2873fb63
commit
e81259e2c4
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
// Colors from 'Light BW' and 'Dark BW' themes
|
// Colors from 'Light BW' and 'Dark BW' themes
|
||||||
function createThemeColors(mode) {
|
function createThemeColors(mode) {
|
||||||
const cl = x => g.setColor(x).getColor();
|
let cl = x => g.setColor(x).getColor();
|
||||||
return mode ? {
|
return mode ? {
|
||||||
fg: cl("#fff"),
|
fg: cl("#fff"),
|
||||||
bg: cl("#000"),
|
bg: cl("#000"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue