danth / stylix

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

mpv: add support for uosc #185

Open trueNAHO opened 10 months ago

trueNAHO commented 10 months ago

Should we theme the https://github.com/tomasklaen/uosc MPV plugin? Note that theming this plugin does not theme MPV's built-in UI as the plugin requires disabling MPV's built-in UI.

For reference, my old configuration for this plugin contained the following color settings:

# https://github.com/folke/tokyonight.nvim
background=1a1b26
background_text=c8d3f5
foreground=c8d3f5
foreground_text=1a1b26

Note: If we theme the most popular MPV UI plugin, we should also theme MPV's built-in UI.

trueNAHO commented 10 months ago

The Stylix implementation should be very similar to my Home Manager configuration: https://github.com/trueNAHO/dotfiles/commit/d7d65d285b5a12296d46d12eee07c42514271c33.