diff --git a/src/palettes/one-dark-pro.css b/src/palettes/one-dark-pro.css index 6dcb420..fa3d9c4 100644 --- a/src/palettes/one-dark-pro.css +++ b/src/palettes/one-dark-pro.css @@ -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,