Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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
Choose a base ref
...
head repository: JuliaGraphics/ColorSchemes.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.25.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 5 contributors

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    5044816 View commit details
    Browse the repository at this point in the history
  2. Removes white

    ValentinKaisermayer authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a8b7377 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge pull request #117 from ValentinKaisermayer/vk-ibm-cvd

    Adds IBM cvd pallete
    cormullion authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    160dcb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    8e76718 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge pull request #119 from Moelf/add_mpetroff

    add color pallete by Matthew A. Petroff
    cormullion authored May 1, 2024
    Configuration menu
    Copy the full SHA
    751c156 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. doc: Fix minor typo

    musoke committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bc17cef View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge pull request #120 from musoke/doc-typo

    doc: Fix minor typo
    cormullion authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f9eb783 View commit details
    Browse the repository at this point in the history
  2. Add Studio Ghibli palettes

    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
    tecosaur committed May 8, 2024
    Configuration menu
    Copy the full SHA
    667fac6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #123 from tecosaur/master

    Add Studio Ghibli palettes
    cormullion authored May 9, 2024
    Configuration menu
    Copy the full SHA
    caf21df View commit details
    Browse the repository at this point in the history
  2. updates v3.25.0

    cormullion committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cc7ec1d View commit details
    Browse the repository at this point in the history
  3. updates v3.25.0

    cormullion committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5c89da4 View commit details
    Browse the repository at this point in the history
Loading