added dark and blueprint themes

This commit is contained in:
Louis Heredero 2023-11-24 15:02:19 +01:00
parent 371c1d3cca
commit ab168b5f0a
2 changed files with 14 additions and 0 deletions

7
blueprint.json Normal file
View File

@ -0,0 +1,7 @@
{
"backgroundColor": [53, 77, 158],
"textColor": [231, 236, 249],
"linkColor": [169, 193, 228],
"bitIColor": [214, 223, 244],
"borderColor": [214, 223, 244]
}

7
dark.json Normal file
View File

@ -0,0 +1,7 @@
{
"backgroundColor": [24, 24, 24],
"textColor": [216, 216, 216],
"linkColor": [150, 150, 150],
"bitIColor": [180, 180, 180],
"borderColor": [180, 180, 180]
}