simple-background package
It is just adding a div element as a child of body.
You can customize it in your atom stylesheet like this
.simple-background{
filter: grayscale(0);
}
It is just adding a div element as a child of body.
You can customize it in your atom stylesheet like this
.simple-background{
filter: grayscale(0);
}