Skip to content

Commit

Permalink
Remove off-palette colors (#5302)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jun 22, 2023
1 parent 03694ef commit 96ecfae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
:root {
--black: #261230;
--white: #ffffff;
--astral-purple: #1f092a;
--astral-purple-alt: #30173d;
--light-gray: #826894;
--radiate: #d7ff64;
--flare: #6340ac;
Expand Down Expand Up @@ -33,11 +31,11 @@
}

[data-md-color-scheme="astral-dark"] {
--md-default-bg-color: var(--astral-purple);
--md-default-bg-color: var(--galaxy);
--md-default-fg-color: var(--white);
--md-default-fg-color--light: var(--white);
--md-default-fg-color--lighter: var(--white);
--md-primary-fg-color: var(--astral-purple-alt);
--md-primary-fg-color: var(--space);
--md-primary-bg-color: var(--white);
--md-accent-fg-color: var(--radiate);

Expand All @@ -46,7 +44,7 @@
--md-typeset-mark-color: var(--sun);

--md-code-fg-color: var(--white);
--md-code-bg-color: var(--astral-purple-alt);
--md-code-bg-color: var(--space);

--md-code-hl-comment-color: var(--light-gray);
--md-code-hl-punctuation-color: var(--light-gray);
Expand Down
1 change: 0 additions & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ignore = [
"D", # pydocstyle
"PL", # pylint
"S", # bandit
"CPY", # copyright
"G", # flake8-logging
"T", # flake8-print
"FBT", # flake8-boolean-trap
Expand Down

0 comments on commit 96ecfae

Please sign in to comment.