Add colors to page tree

This commit is contained in:
Daniel Siepmann 2020-02-09 09:25:12 +01:00
parent cac99ad356
commit ed39b84741

View file

@ -2,6 +2,8 @@ options {
pageTree {
backgroundColor {
2 = rgb(156, 217, 240);
39 = rgb(224, 150, 144);
45 = rgb(255, 227, 119);
}
}
}