Function Repository Resource:

IvyTheme

Source Notebook

Restyle a notebook to use an Ivy theme

Contributed by: Michael Sollami

ResourceFunction["IvyTheme"][]

restyles the current evaluation notebook with the Ivy theme.

ResourceFunction["IvyTheme"][notebook]

restyles the notebook object with the Ivy theme.

Details

When installed, ResourceFunction["IvyTheme"] uses the free CMU (Computer Modern User) font available here.

Examples

Basic Examples (2) 

Create a notebook with default styling:

In[1]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/a8b240f6-f35d-4545-b303-92d7fb6142f2"]
Out[1]=

Apply the Ivy stylesheet to the notebook:

In[2]:=
ResourceFunction["IvyTheme"][obj]

Publisher

Michael Sollami

Version History

  • 1.0.0 – 21 January 2021

Related Resources

License Information