ikarago / Notepad

A Fluent-style Notepad-application because Microsoft doesn't make it.
MIT License
118 stars 14 forks source link

Window transparency #59

Open siomekziomek opened 4 years ago

siomekziomek commented 4 years ago

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 commented 4 years ago

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. :)