Theme-controlled color scheme switch #5706

Open
opened 2026-01-31 00:19:38 +00:00 by claunia · 0 comments
Owner

Originally created by @alkaitagi on GitHub (Dec 27, 2019).

Description of the new feature/enhancement

It would be nice to be able to specify two schemes per profile; one for light mode and one for dark. I imagine that would be especially useful with "requestedTheme": "system".

Proposed technical implementation details (optional)

Could be implemented in the form of:

"colorScheme": {
      "light": "BlulocoLight",
      "dark": "BlulocoDark"
}

or:

"colorSchemeLight": "BlulocoLight",
"colorSchemeDark": "BlulocoDark"
Originally created by @alkaitagi on GitHub (Dec 27, 2019). # Description of the new feature/enhancement It would be nice to be able to specify two schemes per profile; one for light mode and one for dark. I imagine that would be especially useful with `"requestedTheme": "system"`. # Proposed technical implementation details (optional) Could be implemented in the form of: ``` "colorScheme": { "light": "BlulocoLight", "dark": "BlulocoDark" } ``` or: ``` "colorSchemeLight": "BlulocoLight", "colorSchemeDark": "BlulocoDark" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5706