dgmid / nextcloud-notes-mac-client

Access and edit your Nextcloud Notes on the Mac
MIT License
73 stars 14 forks source link

Windows and Linux releases? #20

Closed e-alfred closed 4 years ago

e-alfred commented 4 years ago

Hello,

I forked the app like the bookmark viewer and it works nicely on Linux and Windows with a few small problems like too bright font colours if an element is clicked:

image

image

dgmid commented 4 years ago

Hi @e-alfred the main window background in main.js is using vibrancy: 'under-window' to make the transparent window effect in macOS.

It seems that appears as white on Linux / Windows?

You will need to either change the window background, or the CSS for the white elements that are not visible.

You will probably also need to set a color for selected items, as I am using the Mac Accent color which won't be available in Win/Linux.