Skip to content

Commit

Permalink
pick some colors for dark mode admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Jul 3, 2024
1 parent 49755f0 commit fc9447a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/qiskit_sphinx_theme/assets/styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@
--color-table-header-background: var(--color-background-secondary);
--color-sidebar-link-text--top-level: var(--color-sidebar-link-text);
--color-sidebar-item-background--hover: var(--color-background-hover);
--qiskit-color-info-background: #002d9c; //blue80
--qiskit-color-info-border: #78a9ff; // blue40
--qiskit-color-warning-background: #684e00; // yellow70
--qiskit-color-warning-border: #f1c21b; // yellow30
--qiskit-color-error-background: #750e13; // red80
--qiskit-color-error-border: #fa4d56; // red50
}

0 comments on commit fc9447a

Please sign in to comment.