blob: 2ee85d0653f79e371f523b671c66f9210c50bd2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Colors
**/
* {
background: #282828FF;
background-alt: #353535FF;
foreground: #EBDBB2FF;
selected: #83A598FF;
active: #B8BB26FF;
urgent: #FB4934FF;
}
|