Skip to content

Commit

Permalink
fix(base16/atlas): Swap base0C and base0D colors (#14)
Browse files Browse the repository at this point in the history
The colors in the original repository were in the wrong order, which were discovered while writing base16-tailwind.

Based on the palette image in the original repo and the base16 specification it's reasonable to assume that this was a mistake.

See: https://github.com/ajlende/base16-atlas-scheme
  • Loading branch information
donovanglover authored Apr 17, 2024
1 parent 029612d commit abcf2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base16/atlas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ palette:
base09: "f08e48"
base0A: "ffcc1b"
base0B: "7fc06e"
base0D: "5dd7b9"
base0C: "14747e"
base0C: "5dd7b9"
base0D: "14747e"
base0E: "9a70a4"
base0F: "c43060"

0 comments on commit abcf2a0

Please sign in to comment.