[PR #5305] [MERGED] Add the Tango color schemes for Terminal and ColorTool #26245

Open
opened 2026-01-31 09:14:54 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5305
Author: @rkitover
Created: 4/10/2020
Status: Merged
Merged: 4/14/2020
Merged by: @DHowett-MSFT

Base: masterHead: tango-color-theme


📝 Commits (1)

📊 Changes

4 files changed (+499 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalApp/defaults.json (+44 -0)
📝 src/tools/ColorTool/ThirdPartyNotices.md (+7 -1)
src/tools/ColorTool/schemes/tango_dark.itermcolors (+224 -0)
src/tools/ColorTool/schemes/tango_light.itermcolors (+224 -0)

📄 Description

The Tango color scheme is part of the Tango Desktop Project, which was
released to the public domain in 2009.

More information:

http://tango-project.org/

Add the "Tango Dark" and "Tango Light" color scheme presets.

Signed-off-by: Rafael Kitover rkitover@gmail.com

PR Checklist


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/5305 **Author:** [@rkitover](https://github.com/rkitover) **Created:** 4/10/2020 **Status:** ✅ Merged **Merged:** 4/14/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `tango-color-theme` --- ### 📝 Commits (1) - [`033df52`](https://github.com/microsoft/terminal/commit/033df52b6ae26c0a45eb2423d2fa896c366b712b) Add Tango Color Scheme. ### 📊 Changes **4 files changed** (+499 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/defaults.json` (+44 -0) 📝 `src/tools/ColorTool/ThirdPartyNotices.md` (+7 -1) ➕ `src/tools/ColorTool/schemes/tango_dark.itermcolors` (+224 -0) ➕ `src/tools/ColorTool/schemes/tango_light.itermcolors` (+224 -0) </details> ### 📄 Description The Tango color scheme is part of the Tango Desktop Project, which was released to the public domain in 2009. More information: http://tango-project.org/ Add the "Tango Dark" and "Tango Light" color scheme presets. - Fix #5281. Signed-off-by: Rafael Kitover <rkitover@gmail.com> <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #5281 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #5281 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:14:54 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26245