Minor change

This commit is contained in:
Eduard Urbach 2018-03-23 17:40:33 +01:00
parent 6347a1c97b
commit 522465ee9a

View File

@ -1,8 +1,9 @@
import { AnimeNotifier } from "../AnimeNotifier" import { AnimeNotifier } from "../AnimeNotifier"
let currentTheme = "light" let currentTheme = "light"
let light = {}
let dark = { const light = {}
const dark = {
"hue": "45", "hue": "45",
"saturation": "100%", "saturation": "100%",