Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add custom titlebar color support #335

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Reabstraction
Copy link

@Reabstraction Reabstraction commented Jul 28, 2023

This is an extended version of #259, updated to work with the newer codebase

Tested on:

  • Windows 11 22H2 (22621.2070): No issues
  • Windows 11 22H2 (22621.1992): No issues

@emvaized
Copy link

emvaized commented Aug 4, 2023

How can I build working .exe installer from this fork? I haven't found any instructions in README or on Wiki page

@xmine64
Copy link
Member

xmine64 commented Aug 4, 2023

How can I build working .exe installer from this fork? I haven't found any instructions in README or on Wiki page

You can find builds of this fork from here

@WildByDesign
Copy link

This is seriously incredible.

<controls:Setting x:Uid="CaptionColor">
<controls:Setting.ActionContent>
<TextBox TextAlignment="End"
Text="{x:Bind ViewModel.CaptionColor, Mode=TwoWay}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a color picker (probably from Community Toolkit) would work better here.

@emvaized
Copy link

emvaized commented Aug 6, 2023

I guess it's not possible to set transparent titlebar colors (e.g. with alpha opacity)? Only solid RGB colors?

@dongle-the-gadget
Copy link
Member

Yeah you can't

@emvaized
Copy link

emvaized commented Aug 6, 2023

Got it, thanks

@xmine64 xmine64 changed the title Add titlebar recoloring on Windows 11 feat: add custom titlebar color support Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants