I think, It's Final

This commit is contained in:
ayushDumasia 2024-09-18 01:54:11 +05:30
parent 500aecaea1
commit c3efcd63a3
289 changed files with 32892 additions and 2 deletions

View file

@ -0,0 +1,13 @@
:root {
--base: #3c3836; /* Base background color */
--text: #ebdbb2; /* Text color */
--green: #b8bb26; /* Green */
--red: #fb4934; /* Red */
--lavender: #d5c4a1; /* Lavender */
--flamingo: #ea6a6a; /* Flamingo */
--mauve: #c79dff; /* Mauve */
--blue: #83a598; /* Blue */
--rosewater: #f5e0dc; /* Rosewater */
--yellow: #fabd2f; /* Yellow */
--peach: #f2b5d4; /* Peach */
}