diff --git a/bitmapper/src/config.ts b/bitmapper/src/config.ts index ca31367..cf9b08b 100644 --- a/bitmapper/src/config.ts +++ b/bitmapper/src/config.ts @@ -10,14 +10,14 @@ const white = "#FFFFFF"; const config: Config[] = [ { - themeName: "BreezeX Dark", + themeName: "BreezeX-Dark", color: { base: breeze, outline: white, }, }, { - themeName: "BreezeX Light", + themeName: "BreezeX-Light", color: { base: white, outline: breeze,