blob: 0dfb773eae7afadaae2de069b706ef7696a8d461 (
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: #2F343FFF;
background-alt: #383C4AFF;
foreground: #BAC5D0FF;
selected: #5294E2FF;
active: #98C379FF;
urgent: #E06B74FF;
}
|