Skip to content

Commit

Permalink
improve one dark pro color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Dec 14, 2023
1 parent 68f916a commit 1090c2d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/palettes/one-dark-pro.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ html[data-theme='dark'] {
--ct-bg-color-h: 220;
--ct-bg-color-s: 13%;
--ct-bg-color-l: 18%;
--ct-bg-color: 220,13%,28%;
--ct-text-color: 204,20%,69%;
--ct-primariy-color: 204,83%,62%;
--ct-secondary-color: 95,38%,62%;
--ct-bg-color: 222, 13%, 26%;
--ct-text-color: 219, 14%, 71%;
--ct-primariy-color: 207, 81%, 66%;
--ct-secondary-color: 187, 47%, 55%;
--ct-accent-color: 286,60%,67%;
--ct-title-text-color: 219, 14%, 71%;
}

.white-theme,
Expand Down

0 comments on commit 1090c2d

Please sign in to comment.