-
Notifications
You must be signed in to change notification settings - Fork 42
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: JuliaGraphics/ColorSchemes.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.24.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: JuliaGraphics/ColorSchemes.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.25.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 9 files changed
- 5 contributors
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5044816 - Browse repository at this point
Copy the full SHA 5044816View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b7377 - Browse repository at this point
Copy the full SHA a8b7377View commit details
Commits on Jan 29, 2024
-
Merge pull request #117 from ValentinKaisermayer/vk-ibm-cvd
Adds IBM cvd pallete
Configuration menu - View commit details
-
Copy full SHA for 160dcb2 - Browse repository at this point
Copy the full SHA 160dcb2View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e76718 - Browse repository at this point
Copy the full SHA 8e76718View commit details
Commits on May 1, 2024
-
Merge pull request #119 from Moelf/add_mpetroff
add color pallete by Matthew A. Petroff
Configuration menu - View commit details
-
Copy full SHA for 751c156 - Browse repository at this point
Copy the full SHA 751c156View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc17cef - Browse repository at this point
Copy the full SHA bc17cefView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9eb783 - Browse repository at this point
Copy the full SHA f9eb783View commit details -
To create data/ghibli.jl, I first downloaded <https://raw.githubusercontent.com/ewenme/ghibli/master/inst/extdata/palettes.yml> and parsed it to a Dict with YAML.load. colours_dict = YAML.load(<IO of palettes.yml>) colours_list = sort([k => parse.(Colorant, vs) for (k, vs) in colours_dict], by=first) for (name, vals) in colours_list print("loadcolorscheme(:", name, ", [\n") for v in vals print(" ") show(v) println(",") end print(" ],\n \"Ghibli\",\n \"Theme derived form the movie $name\")\n\n") end
Configuration menu - View commit details
-
Copy full SHA for 667fac6 - Browse repository at this point
Copy the full SHA 667fac6View commit details
Commits on May 9, 2024
-
Merge pull request #123 from tecosaur/master
Add Studio Ghibli palettes
Configuration menu - View commit details
-
Copy full SHA for caf21df - Browse repository at this point
Copy the full SHA caf21dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7ec1d - Browse repository at this point
Copy the full SHA cc7ec1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c89da4 - Browse repository at this point
Copy the full SHA 5c89da4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.24.0...v3.25.0