[PR #466] [MERGED] Add one half color schemes #24140

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/466
Author: @rkeithhill
Created: 5/7/2019
Status: Merged
Merged: 5/14/2019
Merged by: @miniksa

Base: masterHead: add-one-half-color-schemes


📝 Commits (4)

  • c7c7dbb Add One Half Dark & Light color schemes
  • 7bd04ef WIP: Add One Half Dark/Lite schemes to settings
  • ee16cf7 Address PR feedback - use gsl::narrow()
  • dd628a3 Fix reversed OneHalfLight fg/bg colors

📊 Changes

1 file changed (+66 additions, -4 deletions)

View changed files

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

📄 Description

This is close I think but what I see in the One Half Light theme as described here duplicates the dark colors for the light colors. On Windows w/colortool, I see that duplication for One Half Dark but not One Half Light. Should I emulate what colortool is using for the schemes? Also there are some "off-by-one" issues with the colortool scheme RGB values - at least as compared to the link above. Not sure which I should follow.


🔄 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/466 **Author:** [@rkeithhill](https://github.com/rkeithhill) **Created:** 5/7/2019 **Status:** ✅ Merged **Merged:** 5/14/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `add-one-half-color-schemes` --- ### 📝 Commits (4) - [`c7c7dbb`](https://github.com/microsoft/terminal/commit/c7c7dbbdff8b38e89c68d142bb4562a989c88f8c) Add One Half Dark & Light color schemes - [`7bd04ef`](https://github.com/microsoft/terminal/commit/7bd04efcf8b4561ca75ed75e5985d21f0755328c) WIP: Add One Half Dark/Lite schemes to settings - [`ee16cf7`](https://github.com/microsoft/terminal/commit/ee16cf7a525ea0ef25a108f3b00ffba9dcf06e64) Address PR feedback - use gsl::narrow() - [`dd628a3`](https://github.com/microsoft/terminal/commit/dd628a330f159fbfa4a7623af004648fe6985556) Fix reversed OneHalfLight fg/bg colors ### 📊 Changes **1 file changed** (+66 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+66 -4) </details> ### 📄 Description This is close I think but what I see in the One Half Light theme as described [here](https://packagecontrol.io/packages/One%20Half%20Color%20Schemes) duplicates the dark colors for the light colors. On Windows w/colortool, I see that duplication for One Half Dark but not One Half Light. Should I emulate what colortool is using for the schemes? Also there are some "off-by-one" issues with the colortool scheme RGB values - at least as compared to the link above. Not sure which I should follow. --- <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:01:37 +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#24140