Skip to content

Commit

Permalink
New color (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
wckdouglas authored Nov 27, 2023
1 parent 914aeaa commit 9e98de6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ repos:
- id: black
args: ["-l", "120"]
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.290
Expand Down
10 changes: 10 additions & 0 deletions ridgeplot/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@
"#686b69",
"#417d55",
],
vai=[
"#CB2BF0",
"#549CE0",
"#F048B0",
"#ffffff",
"#70F8FA",
"#9F5FF9",
"#200589",
"#F02719",
],
purples=["#9c6cf8", "#9c14e7", "#460ecf", "#54186f", "#f75af8"],
)

Expand Down

0 comments on commit 9e98de6

Please sign in to comment.