jeffvli / sonixd

A full-featured Subsonic/Jellyfin compatible desktop music player
GNU General Public License v3.0
1.87k stars 73 forks source link

Add KDE Breeze Dark theme #354

Closed buckmelanoma closed 2 years ago

buckmelanoma commented 2 years ago

This PR adds a new theme that follows the style from KDE's Breeze Dark.

breezeDark1 breezeDark2
jeffvli commented 2 years ago

Is the titlebar supposed to be white for this theme on Windows/macOS?

image

I'm thinking it should be changed to match the KDE titlebar color like what you have shown in your screenshots.

What is currently set:

titleBar: { 
  color: '#31363B', <--- change this?
  background: '#FCFCFC',  <--- change this?
},

I added a commit onto your branch so you'll need to do a git pull on your local branch before making any more commits.

buckmelanoma commented 2 years ago

Thanks, looks like I had the color swapped for the windows titlebar. Works for me on KDE now:

breezeDark3
buckmelanoma commented 2 years ago

Btw, here's a screenshot of KDE's dolphin file browser for color reference:

breezeDark4
jeffvli commented 2 years ago

Perfect!