[PR #1720] [MERGED] Fix inaccurate Solarized palette #24647

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1720
Author: @antoineco
Created: 6/29/2019
Status: Merged
Merged: 7/2/2019
Merged by: @DHowett-MSFT

Base: masterHead: fix-solarized-schemes


📝 Commits (1)

  • 64a7c9f Fix inaccurate Solarized palette

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 src/cascadia/TerminalApp/CascadiaSettings.cpp (+5 -5)

📄 Description

Summary of the Pull Request

Some of the colors from the Solarized schemes that ship with Windows Terminal are not aligned with the reference Solarized palette.

References

Also requires #293 for correct rendering of background/foreground colors.

PR Checklist

Detailed Description of the Pull Request / Additional comments

Implements the changes discussed in https://github.com/microsoft/terminal/issues/1509#issuecomment-505236830.

Validation Steps Performed

No behavioral changes.


🔄 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/1720 **Author:** [@antoineco](https://github.com/antoineco) **Created:** 6/29/2019 **Status:** ✅ Merged **Merged:** 7/2/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `fix-solarized-schemes` --- ### 📝 Commits (1) - [`64a7c9f`](https://github.com/microsoft/terminal/commit/64a7c9fe64051c2e7b30c6ad69327438a2bdf026) Fix inaccurate Solarized palette ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+5 -5) </details> ### 📄 Description ## Summary of the Pull Request Some of the colors from the Solarized schemes that ship with Windows Terminal are not aligned with the [reference Solarized palette](https://github.com/altercation/solarized#the-values). ## References Also requires #293 for [correct rendering](https://github.com/microsoft/terminal/issues/293#issuecomment-506065103) of background/foreground colors. ## PR Checklist * [x] Closes #1509 * [x] CLA signed. * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] 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. ## Detailed Description of the Pull Request / Additional comments Implements the changes discussed in https://github.com/microsoft/terminal/issues/1509#issuecomment-505236830. ## Validation Steps Performed No behavioral changes. --- <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:04:34 +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#24647