From 82993fc2e736a71245af734628893267a9493021 Mon Sep 17 00:00:00 2001 From: tobinguyenn Date: Tue, 15 Oct 2024 09:54:04 +0700 Subject: [PATCH] feat: add Pinky and Misty Slate theme --- themes/misty-slate.json | 22 ++++++++++++++++++++++ themes/pinky.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 themes/misty-slate.json create mode 100644 themes/pinky.json diff --git a/themes/misty-slate.json b/themes/misty-slate.json new file mode 100644 index 0000000..ae213de --- /dev/null +++ b/themes/misty-slate.json @@ -0,0 +1,22 @@ +{ + "$schema": "../schema.json", + "author": { + "name": "Tobi Nguyen", + "twitter": "@tobinguyennn", + "github": "tobinguyenn" + }, + "version": "1.0", + "theme": { + "textColor": "#99A0B9", + "backgroundColor": "#E4DEDC", + "matchBackgroundColor": "#6272a4", + "selection": { + "textColor": "#E4DEDC", + "backgroundColor": "#8AA6A1" + }, + "description": { + "textColor": "#99A0B9", + "borderColor": "#E4DEDC" + } + } +} diff --git a/themes/pinky.json b/themes/pinky.json new file mode 100644 index 0000000..51410f6 --- /dev/null +++ b/themes/pinky.json @@ -0,0 +1,22 @@ +{ + "$schema": "../schema.json", + "author": { + "name": "Tobi Nguyen", + "twitter": "@tobinguyennn", + "github": "tobinguyenn" + }, + "version": "1.0", + "theme": { + "textColor": "#3E0F10", + "backgroundColor": "#FFB6B9", + "matchBackgroundColor": "#BBDED6", + "selection": { + "textColor": "#000000", + "backgroundColor": "#FF9292" + }, + "description": { + "textColor": "#99A0B9", + "borderColor": "#FFB6B9" + } + } +}