Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-05-15 07:23:53 -04:00
parent c712cb5d8b
commit cbd8f73fa2
4 changed files with 25 additions and 6 deletions

View file

@ -21,6 +21,8 @@ body {
--purpText: #7166af;
--yellColor: #fcfcbf;
--yellText: #8c8c5f;
--pinkColor: #fca9d6;
--pinkText: #7f556c;
--blueColor: #ade3ff;
--blueText: #46748c;
}
@ -70,6 +72,12 @@ body.yell-mode {
--textColor: #8c8c5f;
--boldColor: #353528;
}
body.pink-mode {
--bgColor: #fca9d6;
--iconColor: #54543f;
--textColor: #6b5260;
--boldColor: #513645;
}
body.blue-mode {
--bgColor: #ade3ff;
--iconColor: #394b54;