We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97742bb commit 766bddcCopy full SHA for 766bddc
src/ColorSchemes.jl
@@ -141,6 +141,7 @@ function loadallschemes()
141
include(joinpath(datadir, "ghibli.jl"))
142
include(joinpath(datadir, "feathers.jl"))
143
include(joinpath(datadir, "progress.jl"))
144
+ include(joinpath(datadir, "catppuccin_scheme.jl"))
145
146
# create them as constants...
147
for key in keys(colorschemes)
0 commit comments