From ab168b5f0a96339fc1b9e4122698eb50b5f9f6b9 Mon Sep 17 00:00:00 2001 From: Lord Baryhobal Date: Fri, 24 Nov 2023 15:02:19 +0100 Subject: [PATCH] added dark and blueprint themes --- blueprint.json | 7 +++++++ dark.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 blueprint.json create mode 100644 dark.json diff --git a/blueprint.json b/blueprint.json new file mode 100644 index 0000000..7418862 --- /dev/null +++ b/blueprint.json @@ -0,0 +1,7 @@ +{ + "backgroundColor": [53, 77, 158], + "textColor": [231, 236, 249], + "linkColor": [169, 193, 228], + "bitIColor": [214, 223, 244], + "borderColor": [214, 223, 244] +} \ No newline at end of file diff --git a/dark.json b/dark.json new file mode 100644 index 0000000..2a3888a --- /dev/null +++ b/dark.json @@ -0,0 +1,7 @@ +{ + "backgroundColor": [24, 24, 24], + "textColor": [216, 216, 216], + "linkColor": [150, 150, 150], + "bitIColor": [180, 180, 180], + "borderColor": [180, 180, 180] +} \ No newline at end of file