BenRoe / rpi-magicmirror-eink

MagicMirror on 7.5 ePaper Waveshare Display with a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Color

borgelite opened this issue · comments

Hi how can i change the Backround color to white and the text color to black?

commented

I just stumbled on the blog post about this software. A comment below the post shows a version with the colours inverted! He didn't intvert the colours in the screenshot that is send to the screen, but changed the .css file for the magicmirror site instead!

Example: https://ibb.co/hH99ctP

This is what the user named "Alex" explained:

yes the inversion is done by css.
under custom.css at body {} the filter: invert (100%); paste and
then in the main.css under html {} background: #fff; and
comment out the background under body {}.

here the css:
https://pastebin.com/n4f6kX0y

I'm certainly going to try this!