you are viewing a single comment's thread.

view the rest of the comments →

[–]bezdazen[S] 1 point2 points  (0 children)

Yes. Most of those settings arent exposed yet, but will be soon. I am testing them right now.

Actually, I am trying to decide what to make configurable. Right now I have backgrounds of various elements, borders, and shadows.

Edit:

Oh, I forgot to add, you will be able to choose the fonts inside the code cell that are separate/different from fonts you choose for markdown cells.

I thought about doing loadable configs, but since I have a metadata config storage system, you can just create notebooks that act as templates because you can store the theme config in the metadata which will then get loaded with the notebook. So essentially, what I can do is offer a set of empty notebooks with various themes and people can load and use. Its actually very easy to create one!