blob: c3d76e8902f7b6aef8bb7b0f98329583da533315 (
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: #F1F1F1FF;
background-alt: #E0E0E0FF;
foreground: #252525FF;
selected: #008EC4FF;
active: #10A778FF;
urgent: #C30771FF;
}
|