This commit is contained in:
biscuit
2025-05-20 18:53:30 -05:00
parent 2534d83bdd
commit 5022c31815
9 changed files with 254 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Colors
**/
* {
background: #1E2127FF;
background-alt: #282B31FF;
foreground: #FFFFFFFF;
selected: #61AFEFFF;
active: #98C379FF;
urgent: #E06C75FF;
}