Message Boards Message Boards

How to change the notebook background color?

Posted 3 years ago

Does anyone know how to change the background color of the notebook? The default color is white, but on some documents I would like to change the color. Regards Sinval

POSTED BY: Sinval Santos
2 Replies
Posted 3 years ago

Hi Rohit I am grateful for the response and attention.

POSTED BY: Sinval Santos
Posted 3 years ago

Hi Sinval,

The background color is an option on the Notebook object. It can be changed from the Options Inspector for the selected notebook or globally. To do it programmatically

Options[EvaluationNotebook[], Background] (* Current value *) 

SetOptions[EvaluationNotebook[], Background -> LightBlue] 
POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract