From 70bbc9140593ca5ace86a7fcd5fc9e584e77006f Mon Sep 17 00:00:00 2001 From: mightbesimon <60593422+mightbesimon@users.noreply.github.com> Date: Sat, 31 Dec 2022 02:48:46 +1300 Subject: [PATCH] add bright black and white to terminal --- CHANGELOG.md | 4 ++++ themes/mariana-reference.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8c61a..2fd06cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > Author: [mightbesimon](https://github.com/mightbesimon) +## v1.1.2 - 31 December 2022 + +- ✨ [feature]: add bright black and white to terminal + ## v1.1.1 - 12 December 2022 - 📚 [doc]: update badges and changelogs diff --git a/themes/mariana-reference.json b/themes/mariana-reference.json index 79b7a3d..abf8322 100644 --- a/themes/mariana-reference.json +++ b/themes/mariana-reference.json @@ -170,14 +170,14 @@ "tab.unfocusedActiveForeground": "LIGHT_0", "tab.unfocusedHoverForeground": "LIGHT_1", "terminal.ansiBlack": "DARK_1", - "terminal.ansiWhite": "LIGHT_1", + "terminal.ansiWhite": "LIGHT_0", "terminal.ansiRed": "RED", "terminal.ansiYellow": "YELLOW", "terminal.ansiGreen": "MINT", "terminal.ansiCyan": "TEAL", "terminal.ansiBlue": "BLUE", "terminal.ansiMagenta": "PURPLE", - "terminal.ansiBrightBlack": "DARK_1", + "terminal.ansiBrightBlack": "DARK_2", "terminal.ansiBrightWhite": "LIGHT_1", "terminal.ansiBrightRed": "RED", "terminal.ansiBrightYellow": "YELLOW",