Skip to content

Commit 6ac0d11

Browse files
committed
Added ANSI color defs for the integrated terminal
1 parent 729ae18 commit 6ac0d11

File tree

3 files changed

+30
-24
lines changed

3 files changed

+30
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "gleam-theme" extension will be documented in this fi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.1.0] - 2023-12-05
8+
9+
### Added
10+
- ANSI color definitions for the integrated terminal
11+
712
## [1.0.3] - 2023-12-01
813

914
### Fixed
@@ -29,4 +34,5 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2934
[1.0.0]: https://github.com/trag1c/gleam-theme/releases/tag/1.0.0
3035
[1.0.1]: https://github.com/trag1c/gleam-theme/compare/1.0.0...1.0.1
3136
[1.0.2]: https://github.com/trag1c/gleam-theme/compare/1.0.1...1.0.2
32-
[1.0.3]: https://github.com/trag1c/gleam-theme/compare/1.0.2...1.0.3
37+
[1.0.3]: https://github.com/trag1c/gleam-theme/compare/1.0.2...1.0.3
38+
[1.1.0]: https://github.com/trag1c/gleam-theme/compare/1.0.3...1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Gleam Theme",
55
"description": "",
66
"icon": "lucy-circle.png",
7-
"version": "1.0.3",
7+
"version": "1.1.0",
88
"repository": "https://github.com/trag1c/gleam-theme",
99
"engines": {
1010
"vscode": "^1.75.0"

themes/gleam-color-theme.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -605,30 +605,30 @@
605605
//"tab.lastPinnedBorder": "#585858",
606606
//"tab.unfocusedActiveModifiedBorder": "#3399cc80",
607607
//"tab.unfocusedInactiveModifiedBorder": "#3399cc40",
608-
//"terminal.ansiBlack": "#000000",
609-
//"terminal.ansiBlue": "#2472c8",
610-
//"terminal.ansiBrightBlack": "#666666",
611-
//"terminal.ansiBrightBlue": "#3b8eea",
612-
//"terminal.ansiBrightCyan": "#29b8db",
613-
//"terminal.ansiBrightGreen": "#23d18b",
614-
//"terminal.ansiBrightMagenta": "#d670d6",
615-
//"terminal.ansiBrightRed": "#f14c4c",
616-
//"terminal.ansiBrightWhite": "#e5e5e5",
617-
//"terminal.ansiBrightYellow": "#f5f543",
618-
//"terminal.ansiCyan": "#11a8cd",
619-
//"terminal.ansiGreen": "#0dbc79",
620-
//"terminal.ansiMagenta": "#bc3fbc",
621-
//"terminal.ansiRed": "#cd3131",
622-
//"terminal.ansiWhite": "#e5e5e5",
623-
//"terminal.ansiYellow": "#e5e510",
624-
//"terminal.border": "#80808059",
625-
//"terminal.dropBackground": "#555555",
608+
"terminal.ansiBlack": "#000000",
609+
"terminal.ansiBlue": "#6796e6",
610+
"terminal.ansiBrightBlack": "#808080",
611+
"terminal.ansiBrightBlue": "#9ce7ff",
612+
"terminal.ansiBrightCyan": "#d9baff",
613+
"terminal.ansiBrightGreen": "#c8ffa7",
614+
"terminal.ansiBrightMagenta": "#ffaff3",
615+
"terminal.ansiBrightRed": "#ff4a4a",
616+
"terminal.ansiBrightWhite": "#ffffff",
617+
"terminal.ansiBrightYellow": "#fdffab",
618+
"terminal.ansiCyan": "#b181ec",
619+
"terminal.ansiGreen": "#aadd8b",
620+
"terminal.ansiMagenta": "#fe7ab2",
621+
"terminal.ansiRed": "#f44747",
622+
"terminal.ansiWhite": "#f7f7f7",
623+
"terminal.ansiYellow": "#ffd596",
624+
"terminal.border": "#80808059",
625+
"terminal.dropBackground": "#555555",
626626
//"terminal.findMatchBackground": "#515c6a",
627627
//"terminal.findMatchHighlightBackground": "#ea5c0055",
628-
//"terminal.foreground": "#cccccc",
629-
//"terminal.inactiveSelectionBackground": "#77777740",
630-
//"terminal.selectionBackground": "#77777780",
631-
"terminal.tab.activeBorder": "#f3b2ef",
628+
"terminal.foreground": "#ffffff",
629+
"terminal.inactiveSelectionBackground": "#77777740",
630+
"terminal.selectionBackground": "#77777780",
631+
"terminal.tab.activeBorder": "#ffaff3",
632632
//"terminalCommandDecoration.defaultBackground": "#ffffff40",
633633
//"terminalCommandDecoration.errorBackground": "#f14c4c",
634634
//"terminalCommandDecoration.successBackground": "#1b81a8",

0 commit comments

Comments
 (0)