[PR #9602] [MERGED] Add a --colorScheme param to new-tab, split-pane #27649

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9602
Author: @zadjii-msft
Created: 3/24/2021
Status: Merged
Merged: 3/29/2021
Merged by: @undefined

Base: mainHead: dev/migrie/--colorScheme


📝 Commits (6)

  • 6c9b22f The whole thing
  • b18ee80 TESTS! EVERYBODY LOVES TESTS
  • 4a68a33 inb4 carlos gets me
  • 57b897b I guess that's not a word
  • cb0c0db Merge remote-tracking branch 'origin/main' into dev/migrie/--colorScheme
  • 63d8658 PR nits

📊 Changes

9 files changed (+80 additions, -1 deletions)

View changed files

📝 doc/cascadia/profiles.schema.json (+4 -0)
📝 src/cascadia/LocalTests_TerminalApp/CommandlineTest.cpp (+37 -0)
📝 src/cascadia/TerminalApp/AppCommandlineArgs.cpp (+8 -0)
📝 src/cascadia/TerminalApp/AppCommandlineArgs.h (+2 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+4 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.cpp (+9 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.h (+6 -1)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.idl (+2 -0)
📝 src/cascadia/TerminalSettingsModel/TerminalSettings.cpp (+8 -0)

📄 Description

This is entirely self-serving. In my go-to config, I like having some of
the panes for a given profile in a different color scheme. This will let
a user pass --colorScheme <scheme name> to manually override the
scheme for that profile. Neat!


🔄 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/9602 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 3/24/2021 **Status:** ✅ Merged **Merged:** 3/29/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/--colorScheme` --- ### 📝 Commits (6) - [`6c9b22f`](https://github.com/microsoft/terminal/commit/6c9b22f2651998c494eb00aed8624770440ee31b) The whole thing - [`b18ee80`](https://github.com/microsoft/terminal/commit/b18ee804fa9600d86ce7bbd35a1884df528fb0b8) TESTS! EVERYBODY LOVES TESTS - [`4a68a33`](https://github.com/microsoft/terminal/commit/4a68a33b3733e67c7f52bda7e27e88049cc42f6c) inb4 carlos gets me - [`57b897b`](https://github.com/microsoft/terminal/commit/57b897b50db97e34dd8ff1b83ebb664316285ced) I guess that's not a word - [`cb0c0db`](https://github.com/microsoft/terminal/commit/cb0c0db06ea9ed565c3e359f5bcf57d7d554c471) Merge remote-tracking branch 'origin/main' into dev/migrie/--colorScheme - [`63d8658`](https://github.com/microsoft/terminal/commit/63d8658b7aa9cf349638938e5ac72c7f1c8ce67e) PR nits ### 📊 Changes **9 files changed** (+80 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/profiles.schema.json` (+4 -0) 📝 `src/cascadia/LocalTests_TerminalApp/CommandlineTest.cpp` (+37 -0) 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.cpp` (+8 -0) 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.h` (+2 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+4 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.cpp` (+9 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.h` (+6 -1) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.idl` (+2 -0) 📝 `src/cascadia/TerminalSettingsModel/TerminalSettings.cpp` (+8 -0) </details> ### 📄 Description This is entirely self-serving. In my go-to config, I like having some of the panes for a given profile in a different color scheme. This will let a user pass `--colorScheme <scheme name>` to manually override the scheme for that profile. Neat! --- <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:23:16 +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#27649