From eefc22397d5fc01de61d5a53950882cdff6077a7 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:01:56 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=82=20Organize=20cursor=20bitmaps=20wi?= =?UTF-8?q?th=20use=20of=20"-"=20inside=20directory=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitmapper/src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,