[PR #12839] [MERGED] HC A11y - Make sure we have a sensible HC color for the titlebar #29261

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12839
Author: @zadjii-msft
Created: 4/6/2022
Status: Merged
Merged: 4/6/2022
Merged by: @undefined

Base: mainHead: dev/migrie/b/38264744-HC-TabView


📝 Commits (4)

  • 85d2663 Make sure we have a sensible HC color
  • 262d6f0 inline comment too. All my homies love comments
  • 3f1a633 Update src/cascadia/TerminalApp/App.xaml
  • 7b1e159 okay github thanks

📊 Changes

1 file changed (+17 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.xaml (+17 -0)

📄 Description

You'd think that if a key wasn't present in a ThemeDictionary, it'd fall back to the original value. You'd be wrong - if you provide a Light&dark version of a resource, but not the HighContrast version, the resource loader will fall back to the Light value. Of course.

Before (left top), after (right bottom)
image

Closes MSFT:38264744


🔄 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/12839 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 4/6/2022 **Status:** ✅ Merged **Merged:** 4/6/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/b/38264744-HC-TabView` --- ### 📝 Commits (4) - [`85d2663`](https://github.com/microsoft/terminal/commit/85d2663fdc7564a99f6d7ab4e55d29713e5ade27) Make sure we have a sensible HC color - [`262d6f0`](https://github.com/microsoft/terminal/commit/262d6f0c028277f69aee2a189a95b2029e1dd1b0) inline comment too. All my homies love comments - [`3f1a633`](https://github.com/microsoft/terminal/commit/3f1a633302804fcd149890f0384acdd2ff0e810d) Update src/cascadia/TerminalApp/App.xaml - [`7b1e159`](https://github.com/microsoft/terminal/commit/7b1e15993fb47d6165cf958750369e2a7f987a17) okay github thanks ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.xaml` (+17 -0) </details> ### 📄 Description You'd think that if a key wasn't present in a ThemeDictionary, it'd fall back to the original value. You'd be wrong - if you provide a Light&dark version of a resource, but not the HighContrast version, the resource loader will fall back to the _Light_ value. Of course. Before (left top), after (right bottom) ![image](https://user-images.githubusercontent.com/18356694/161997751-2ed8d053-488a-47fa-a289-8d7b465bd0b0.png) Closes MSFT:38264744 --- <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:33:48 +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#29261