Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Window transparency #59

Open
siomekziomek opened this issue Jan 10, 2020 · 1 comment
Open

Window transparency #59

siomekziomek opened this issue Jan 10, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request feature (New) feature requests
Milestone

Comments

@siomekziomek
Copy link

siomekziomek commented Jan 10, 2020

Hi,
Is there a way to enable notepad transparency in 1.9.4.0 version like it was in 1.9.0.0? App loses its visual charm without it :(

Great job with fixing ANSIs though 👍
Cheers

@ikarago ikarago added enhancement New feature or request feature (New) feature requests labels Jan 11, 2020
@ikarago
Copy link
Owner

ikarago commented Jan 11, 2020

Currently there is no way to restore the transparency in the TextBox, outside of directly changing the <ScrollViewer x:Name="svContent" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
to
<ScrollViewer x:Name="svContent" Background="{ThemeResource SystemControlAcrylicWindowBrush}"
in the code itself. Reason for this change was to make to content pop-out more by providing a more clear contrast with the items that lay underneath it. (And with the logic that the more layers the app has, the less transparent/acrylic the layers will become 😉 )

Someone else also made a request to look into making black in the dark theme a bit more dark gray instead, so I'll take both this and the other piece of feedback into account when looking into improving that. :)

@ikarago ikarago self-assigned this Jan 11, 2020
@ikarago ikarago added this to the v1.10.0.x milestone Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feature (New) feature requests
Projects
None yet
Development

No branches or pull requests

2 participants