GhibliPalettes.jl

Beautiful Ghibli colors
Author jdiaz97
Popularity
11 Stars
Updated Last
1 Year Ago
Started In
December 2022

GhibliPalettes.jl

Beautiful Ghibli colors

This is a full port of the great R package ewenme/ghibli

How to use

using GhibliPalettes

# This will give you access to the ghibli dictionary in your global environment

ghibli["MononokeMedium"] # Check the nice oclors

# You are ready to go to use it in plots and cool stuff

using Plots

p = plot(title = "MarnieLight1", palette = ghibli["MarnieLight1"])
for c in eachcol(rand(100, 7))
    scatter!(p, c)
end
display(p)

Used By Packages

No packages found.