Skip to content

Commit

Permalink
add to load
Browse files Browse the repository at this point in the history
  • Loading branch information
daviehh committed Nov 24, 2024
1 parent 97742bb commit 766bddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ColorSchemes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function loadallschemes()
include(joinpath(datadir, "ghibli.jl"))
include(joinpath(datadir, "feathers.jl"))
include(joinpath(datadir, "progress.jl"))
include(joinpath(datadir, "catppuccin_scheme.jl"))

Check warning on line 144 in src/ColorSchemes.jl

View check run for this annotation

Codecov / codecov/patch

src/ColorSchemes.jl#L144

Added line #L144 was not covered by tests

# create them as constants...
for key in keys(colorschemes)
Expand Down

0 comments on commit 766bddc

Please sign in to comment.