bobafetthotmail / refind-theme-regular

http://munlik.deviantart.com/art/rEFInd-theme-512091944
Other
783 stars 76 forks source link

Separate dark/light theme #24

Open BraINstinct0 opened 2 years ago

BraINstinct0 commented 2 years ago

Since rEFInd doesn't allow choosing the mouse icon independently(other than alongside other icons), splitting the themes and adding a different mouse.png for each(dark/light theme) might be better.

An alternative would be to provide mouse_dark.png(which should be light) alongside the mouse.png(bundled in the original rEFInd release), and letting the users to choose from the two by editing its name would work.

BraINstinct0 commented 2 years ago

mouse-dark

This was directly generated by color-inversion of the original mouse.png, then clearing out the center(it shows a strange line).

BraINstinct0 commented 2 years ago

I've also sent the rEFInd author to add a feature for this(i.e. give option to select mouse icon separately).

bobafetthotmail commented 2 years ago

Yeah allowing to specify the mouse icon in the theme.conf would allow to deal with it in the same way it's done with the others.

If that is not possible I think you can just add this with _dark in the name and have this renamed by the automated install script, or written in the manual install instructions

BraINstinct0 commented 2 years ago

I think you can just add this with _dark in the name and have this renamed by the automated install script, or written in the manual install instructions

Might do a PR for this when I have time. I'm focusing on writing a PowerShell script installer for now.