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