Set default Makie theme

I would like to set a default Makie theme for all my plots, but not actually load Makie in every session (because that takes a while). Just whenever I do load Makie, I want it to use my theme. Is there a way to do that?

You could make a local package with a Makie extension and load that, or set up something using Requires maybe

1 Like

GitHub - liuyxpp/MakiePublication.jl: A Julia package for producing publication quality figures based on Makie.jl. maybe a reference

1 Like