Created
March 26, 2024 20:09
-
-
Save devbyray/06ccdb3c64b0b0f59f9f38ee750952f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (prefers-color-scheme: dark) { | |
:root { | |
--txtPrimaryColor: #fff; | |
--txtHintColor: #666f75; | |
--txtDisabledColor: #a0a6ac; | |
--primaryColor: rgb(46, 46, 59); | |
--bodyColor: #081022; | |
--baseColor: var(--bodyColor); | |
--baseAlt1Color: #0b1732; | |
--baseAlt2Color: #17284e; | |
--baseAlt3Color: #253963; | |
--baseAlt4Color: #3e537f; | |
--infoColor: #3d6ea6; | |
--infoAltColor: #99a8b8; | |
--successColor: #227257; | |
--successAltColor: #8fac9f; | |
--dangerColor: #a93349; | |
--dangerAltColor: #af8f95; | |
--warningColor: #d37d43; | |
--warningAltColor: #c9a892; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment