From 0b5840ba09fb92b5ec1d5ef41a59550d0f7cd5aa Mon Sep 17 00:00:00 2001 From: EonaCat Date: Thu, 22 Dec 2022 10:48:45 +0100 Subject: [PATCH] Added EonaCat Color Scheme for Windows Terminal --- .../Windows Terminal/EonaCat Color Scheme.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Themes/Windows Terminal/EonaCat Color Scheme.txt diff --git a/Themes/Windows Terminal/EonaCat Color Scheme.txt b/Themes/Windows Terminal/EonaCat Color Scheme.txt new file mode 100644 index 0000000..8a9fe07 --- /dev/null +++ b/Themes/Windows Terminal/EonaCat Color Scheme.txt @@ -0,0 +1,26 @@ + "schemes": + [ + { + "background": "#333333", + "black": "#210000", + "blue": "#4053D2", + "brightBlack": "#1A0000", + "brightBlue": "#8EB0B5", + "brightCyan": "#93A1A1", + "brightGreen": "#4F7549", + "brightPurple": "#6C71C4", + "brightRed": "#CB4B16", + "brightWhite": "#FDF6E3", + "brightYellow": "#918D62", + "cursorColor": "#DE102D", + "cyan": "#3E90A1", + "foreground": "#DE102D", + "green": "#5F9911", + "name": "EonaCat", + "purple": "#BA4ED3", + "red": "#DC322F", + "selectionBackground": "#B00D24", + "white": "#EEE4D9", + "yellow": "#B4B53D" + }, +] \ No newline at end of file