HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

macOS 10.14 dark-mode support? #1175

Closed tillt closed 5 years ago

tillt commented 6 years ago

Can we please have dark-mode support?

justnealpatel commented 5 years ago

This can be easily met through themes. Not sure if this is explicitly necessary.

koskokos2 commented 5 years ago

In the same time it is a common practice to switch dark mode on automatically when OS settings were changed, of course not all apps doing it but it looks like a common sense. It is like you have at least 2 themes and use different one as default basing on OS settings.

jdmssmkr commented 5 years ago

This can be easily met through themes. Not sure if this is explicitly necessary.

Is it possible to theme the window header and scrollbars?

justnealpatel commented 5 years ago

Oh, I thought you were referring to general elements on the theme itself. The window header and scrollbars would require a change from the app I believe.

baumannn commented 5 years ago

@tillt You can set it yourself for now running defaults write com.happenapps.Quiver NSRequiresAquaSystemAppearance 0 in your terminal, but unselected icons in the ui element to switch between views disappear when you do this.

image vs image

tillt commented 5 years ago

@baumannn neat but obviously not a solution.

ylian commented 5 years ago

Fixed in 3.2. The title bar and scrollbar are now behaving correctly in the dark mode.

screen shot 2018-11-25 at 11 16 44 pm
mshibanami commented 5 years ago

@ylian Thank you for adding the cool feature. Does it also include the feature of changing themes automatically by OS settings? If no, is there any chance that Quiver would support it?