[PR #710] [MERGED] Added requestedTheme option into terminal settings #24256

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/710
Author: @Gabboxl
Created: 5/11/2019
Status: Merged
Merged: 5/20/2019
Merged by: @undefined

Base: masterHead: requestedTheme


📝 Commits (6)

  • 61cf348 added requestedTheme option into terminal settings
  • fc7b0ef fix tabs to 4 spaces
  • 1d0bbd1 removed newline
  • f6b751f fix option requestedTheme not shown in profiles.json
  • 24afe06 fix indentation
  • 6355610 fix indentation part 2

📊 Changes

2 files changed (+8 additions, -5 deletions)

View changed files

📝 src/cascadia/TerminalApp/GlobalAppSettings.cpp (+6 -5)
📝 src/cascadia/TerminalApp/GlobalAppSettings.h (+2 -0)

📄 Description

Added the possibility to change the theme (dark/light/default) from the terminal settings


🔄 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/710 **Author:** [@Gabboxl](https://github.com/Gabboxl) **Created:** 5/11/2019 **Status:** ✅ Merged **Merged:** 5/20/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `requestedTheme` --- ### 📝 Commits (6) - [`61cf348`](https://github.com/microsoft/terminal/commit/61cf348b97fd0b901aeacaee1877eaaab281a4eb) added requestedTheme option into terminal settings - [`fc7b0ef`](https://github.com/microsoft/terminal/commit/fc7b0ef671ce64de01c5c39a2fde7fcafa75e980) fix tabs to 4 spaces - [`1d0bbd1`](https://github.com/microsoft/terminal/commit/1d0bbd1588a0cbd0e9f40fba3b8ca7768edbcd5a) removed newline - [`f6b751f`](https://github.com/microsoft/terminal/commit/f6b751f6fda82d64123b46eb48d73dd9182fd5e3) fix option requestedTheme not shown in profiles.json - [`24afe06`](https://github.com/microsoft/terminal/commit/24afe06b2e048a1af3accf7c4e1117dfade8dfbb) fix indentation - [`6355610`](https://github.com/microsoft/terminal/commit/63556101358329d2980bdf647b3d12e59464c700) fix indentation part 2 ### 📊 Changes **2 files changed** (+8 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/GlobalAppSettings.cpp` (+6 -5) 📝 `src/cascadia/TerminalApp/GlobalAppSettings.h` (+2 -0) </details> ### 📄 Description Added the possibility to change the theme (dark/light/default) from the terminal settings --- <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:02:14 +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#24256