danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
1.23k stars 158 forks source link

cmus: add support #137

Open josphh opened 1 year ago

josphh commented 1 year ago

The colour scheme on cmus makes the selected track, that is currently playing, difficult to see

Attached are screenshots, showing what it looks like selected and unselected 20230731_15h28m30s_grim 20230731_15h28m45s_grim

donovanglover commented 1 year ago

I've been using base16-cmus for good-looking colors in cmus. Might be easier to upstream to stylix if there was a home-manager module for cmus (so the config is customizable).

danth commented 1 year ago

Stylix doesn't directly support cmus at the moment, so this is coming from the terminal theme.

Home Manager has a feature request to add a module for cmus: nix-community/home-manager#3564