From 5565dc6d6c476a92fc601e2cd860f517ae7c8ba7 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sat, 11 Apr 2020 11:12:47 -0400 Subject: [PATCH] Update terminal black color --- CHANGELOG.md | 8 ++++++++ themes/tokyo-night-color-theme.json | 4 ++-- themes/tokyo-night-storm-color-theme.json | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cd186..69643f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Release Notes +## 0.5.2 +`2020-11-04` +- Update terminal black color + +## 0.5.1 +`2020-03-04` +- Update readme + ## 0.5.0 `2020-03-04` - Add *Tokyo Night Light* theme variation diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 0fd6b66..930c325 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -253,7 +253,7 @@ // "terminalCursor.background": "", // "terminalCursor.foreground": "", - "terminal.ansiBlack": "#0f0f14", + "terminal.ansiBlack": "#363b54", "terminal.ansiRed": "#f7768e", "terminal.ansiGreen": "#41a6b5", "terminal.ansiYellow": "#e0af68", @@ -261,7 +261,7 @@ "terminal.ansiMagenta": "#bb9af7", "terminal.ansiCyan": "#7dcfff", "terminal.ansiWhite": "#787c99", - "terminal.ansiBrightBlack": "#0f0f14", + "terminal.ansiBrightBlack": "#363b54", "terminal.ansiBrightRed": "#f7768e", "terminal.ansiBrightGreen": "#41a6b5", "terminal.ansiBrightYellow": "#e0af68", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 7c29bd2..6f646ae 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -252,7 +252,7 @@ // "terminalCursor.background": "", // "terminalCursor.foreground": "", - "terminal.ansiBlack": "#0f0f14", + "terminal.ansiBlack": "#3b4261", //"#0f0f14", "terminal.ansiRed": "#f7768e", "terminal.ansiGreen": "#73daca", "terminal.ansiYellow": "#e0af68", @@ -260,7 +260,7 @@ "terminal.ansiMagenta": "#bb9af7", "terminal.ansiCyan": "#7dcfff", "terminal.ansiWhite": "#7982a9", - "terminal.ansiBrightBlack": "#0f0f14", + "terminal.ansiBrightBlack": "#3b4261", //"#0f0f14", "terminal.ansiBrightRed": "#f7768e", "terminal.ansiBrightGreen": "#73daca", "terminal.ansiBrightYellow": "#e0af68",