[PR #12973] [MERGED] Settings UI tweaks #29308

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12973
Author: @ghost
Created: 4/24/2022
Status: Merged
Merged: 4/29/2022
Merged by: @undefined

Base: mainHead: settings-ui-tweaks


📝 Commits (3)

📊 Changes

11 files changed (+327 additions, -318 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.xaml (+77 -0)
📝 src/cascadia/TerminalApp/ColorPickupFlyout.xaml (+3 -74)
📝 src/cascadia/TerminalSettingsEditor/Actions.xaml (+1 -49)
📝 src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml (+4 -71)
📝 src/cascadia/TerminalSettingsEditor/CommonResources.xaml (+230 -2)
📝 src/cascadia/TerminalSettingsEditor/Converters.cpp (+0 -6)
📝 src/cascadia/TerminalSettingsEditor/Converters.h (+0 -1)
📝 src/cascadia/TerminalSettingsEditor/Converters.idl (+0 -1)
📝 src/cascadia/TerminalSettingsEditor/MainPage.xaml (+11 -17)
📝 src/cascadia/TerminalSettingsEditor/Profiles_Appearance.xaml (+1 -49)
📝 src/cascadia/TerminalSettingsEditor/Profiles_Base.xaml (+0 -48)

📄 Description

Some changes to the Settings UI:

  • Removed borders, made Settings use a single background
  • Updated color schemes buttons
  • Created DeleteButtonStyle based on accent button - closes #10454

image


🔄 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/12973 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/24/2022 **Status:** ✅ Merged **Merged:** 4/29/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `settings-ui-tweaks` --- ### 📝 Commits (3) - [`023d5df`](https://github.com/microsoft/terminal/commit/023d5df281ca11b4aecca0d3e8a8c6b5bf8a4806) Update settings brushes - [`9fd9c80`](https://github.com/microsoft/terminal/commit/9fd9c80e9ea3633520f5af685bfb0cd650e47b86) Update color buttons - [`4009410`](https://github.com/microsoft/terminal/commit/4009410ba84b3d6c207b8c052c728cf13e5f7166) Add delete button style ### 📊 Changes **11 files changed** (+327 additions, -318 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.xaml` (+77 -0) 📝 `src/cascadia/TerminalApp/ColorPickupFlyout.xaml` (+3 -74) 📝 `src/cascadia/TerminalSettingsEditor/Actions.xaml` (+1 -49) 📝 `src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml` (+4 -71) 📝 `src/cascadia/TerminalSettingsEditor/CommonResources.xaml` (+230 -2) 📝 `src/cascadia/TerminalSettingsEditor/Converters.cpp` (+0 -6) 📝 `src/cascadia/TerminalSettingsEditor/Converters.h` (+0 -1) 📝 `src/cascadia/TerminalSettingsEditor/Converters.idl` (+0 -1) 📝 `src/cascadia/TerminalSettingsEditor/MainPage.xaml` (+11 -17) 📝 `src/cascadia/TerminalSettingsEditor/Profiles_Appearance.xaml` (+1 -49) 📝 `src/cascadia/TerminalSettingsEditor/Profiles_Base.xaml` (+0 -48) </details> ### 📄 Description Some changes to the Settings UI: * Removed borders, made Settings use a single background * Updated color schemes buttons * Created DeleteButtonStyle based on accent button - closes #10454 ![image](https://user-images.githubusercontent.com/101892345/164984872-0fc75dc6-b4c0-4273-a2a6-b2b8a8d4d8ca.png) --- <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:34:09 +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#29308