From 8c3d66c472182893193e228bcbcda43c26ac80be Mon Sep 17 00:00:00 2001 From: Drew Date: Mon, 7 Oct 2024 05:21:14 -0600 Subject: [PATCH] Create Arc.json --- .../themes/themes/PixelPanda/Arc.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/(navigation)/themes/themes/PixelPanda/Arc.json diff --git a/app/(navigation)/themes/themes/PixelPanda/Arc.json b/app/(navigation)/themes/themes/PixelPanda/Arc.json new file mode 100644 index 00000000..e4d5bdb3 --- /dev/null +++ b/app/(navigation)/themes/themes/PixelPanda/Arc.json @@ -0,0 +1,20 @@ +{ "author": "Drew Andersen", + "authorUsername": "PixelPandaCreative", + "version": "1", + "name": "Arc", + "appearance": "dark", + "colors": { + "background": "#520081", + "backgroundSecondary": "#000026", + "text": "#DF87C5", + "selection": "#FF13BB", + "loader": "#DFBCD5", + "red": "#FF7F7F", + "orange": "#DFB162", + "yellow": "#DFC320", + "green": "#9AFC00", + "blue": "#086CFB", + "purple": "#9940E0", + "magenta": "#FF00CE" + } +}