"Classic" should be included in the color schemes #2492

Closed
opened 2026-01-30 22:56:37 +00:00 by claunia · 2 comments
Owner

Originally created by @ocalvo on GitHub (Jul 2, 2019).

Summary of the new feature/enhancement

Trying to make ZtreeWin looks the same as before.

Proposed technical implementation details (optional)

The classic scheme should be provided to use with legacy console mode apps like ZtreeWin.

{
  "name": "Classic",
  "black": "#000000",
  "blue": "#000080",
  "green": "#008000",
  "cyan": "#008080",
  "red": "#800000",
  "purple": "#800080",
  "yellow": "#808000",
  "white": "#C0C0C0",
  "brightBlack": "#808080",
  "brightBlue": "#0000FF",
  "brightGreen": "#00FF00",
  "brightCyan": "#00FFFF",
  "brightRed": "#FF0000",
  "brightPurple": "#FF00FF",
  "brightYellow": "#FFFF00",
  "brightWhite": "#FFFFFF"
}
Originally created by @ocalvo on GitHub (Jul 2, 2019). # Summary of the new feature/enhancement Trying to make ZtreeWin looks the same as before. <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) The classic scheme should be provided to use with legacy console mode apps like ZtreeWin. { "name": "Classic", "black": "#000000", "blue": "#000080", "green": "#008000", "cyan": "#008080", "red": "#800000", "purple": "#800080", "yellow": "#808000", "white": "#C0C0C0", "brightBlack": "#808080", "brightBlue": "#0000FF", "brightGreen": "#00FF00", "brightCyan": "#00FFFF", "brightRed": "#FF0000", "brightPurple": "#FF00FF", "brightYellow": "#FFFF00", "brightWhite": "#FFFFFF" } <!-- A clear and concise description of what you want to happen. -->
Author
Owner

@DHowett-MSFT commented on GitHub (Jul 2, 2019):

We should probably call it "vintage" to carry forward our cursor shape joke 😄

@DHowett-MSFT commented on GitHub (Jul 2, 2019): We should probably call it "vintage" to carry forward our cursor shape joke :smile:
Author
Owner

@ghost commented on GitHub (Aug 3, 2019):

:tada:This issue was addressed in #1901, which has now been successfully released as Windows Terminal Preview v0.3.2142.0.🎉

Handy links:

@ghost commented on GitHub (Aug 3, 2019): :tada:This issue was addressed in #1901, which has now been successfully released as `Windows Terminal Preview v0.3.2142.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v0.3.2142.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2492