dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.39k stars 327 forks source link

moc (music on console) skinning? #376

Closed ghost closed 5 years ago

ghost commented 5 years ago

Has anyone used pywal to skin mocp (music on console player)?

Not sure how feasible this is. It looks like the themes it comes with are set up like this:

background           = blue     black   normal
frame                = magenta  black   normal
window_title         = magenta  black   bold
directory            = blue     black   normal
selected_directory   = black    magenta normal
playlist             = magenta  black   normal
selected_playlist    = black    magenta normal
file                 = blue     black   normal
selected_file        = black    magenta normal
marked_file          = magenta  black   bold
marked_selected_file = black    magenta bold
ghost commented 5 years ago

MOCP seems to work for me, apart from seeming to use the wrong colours in order, if that makes sense. Let me show you to further explain what I mean; https://i.imgur.com/CmZqiMB.png

dylanaraps commented 5 years ago

It's just a matter of changing the theme to look nice with the colors. Since it uses colors 0-7 you can just play around with the theme file.

ghost commented 5 years ago

Oh, I was being stupid. It's guake that might not be working (and I was running mocp inside it).

I bet it can work too if some more neurons fire..

Closing this. Cheers!