From 6648e23e27ab085983f426edc95ae98b2bd0a2a1 Mon Sep 17 00:00:00 2001 From: Isaac Barcroft Date: Fri, 25 Aug 2023 13:19:28 -0400 Subject: [PATCH 1/2] initial miami-vice --- themes/miami-vice.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/miami-vice.json diff --git a/themes/miami-vice.json b/themes/miami-vice.json new file mode 100644 index 0000000..45cbc9c --- /dev/null +++ b/themes/miami-vice.json @@ -0,0 +1,21 @@ +{ + "$schema": "../schema.json", + "author": { + "name": "Isaac Barcroft", + "github": "isaacbarcroft" + }, + "version": "1.0", + "theme": { + "textColor": "#0BD2D3", + "backgroundColor": "#00000", + "matchBackgroundColor": "#F990E8", + "selection": { + "textColor": "#0BD2D3", + "backgroundColor": "#F990E8" + }, + "description": { + "textColor": "#0bd3d3", + "borderColor": "#F990E8" + } + } +} From 78310a485096843cb0db66326baa1a868f8588e4 Mon Sep 17 00:00:00 2001 From: Isaac Barcroft Date: Fri, 25 Aug 2023 14:34:08 -0400 Subject: [PATCH 2/2] update --- themes/miami-vice.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/miami-vice.json b/themes/miami-vice.json index 45cbc9c..7f1c8de 100644 --- a/themes/miami-vice.json +++ b/themes/miami-vice.json @@ -10,11 +10,11 @@ "backgroundColor": "#00000", "matchBackgroundColor": "#F990E8", "selection": { - "textColor": "#0BD2D3", + "textColor": "#bf00ff", "backgroundColor": "#F990E8" }, "description": { - "textColor": "#0bd3d3", + "textColor": "#F990E8", "borderColor": "#F990E8" } }