Skip to content

Commit

Permalink
add bright black and white to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
mightbesimon committed Dec 30, 2022
1 parent 2fb745f commit 70bbc91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions themes/mariana-reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 70bbc91

Please sign in to comment.