damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 416 forks source link

how to change chalkboard background color when using pen ? #547

Open pai-plznw4me opened 4 years ago

pai-plznw4me commented 4 years ago

when i used pen from chalkboard, chalkboard background color was changed

some students tell me, it make feel dizzy,

So i want to change chalkboard background color to white

How can i change the chalkboard background color?

and Thank you, your app is really helpful.

damianavila commented 4 years ago

Hi @pai-plznw4me

You would need to add some custom config in your rise.json file. Check this section for further customization: https://rise.readthedocs.io/en/stable/customize.html#enable-chalkboard-capabilities Looking into the chalkboard plugin there a theme option you can modify from chalkboard into whiteboard. Something along these lines (not tested):

{
 ...
 "rise": {"enable_chalkboard": true,
          "chalkboard": {"theme": "whiteboard"}}
}

Let us know if that does not work and we will take a further look into this. Thanks!

damianavila commented 4 years ago

Self-ref: https://github.com/damianavila/RISE/issues/505