blob: 7c761080e19e42720ebcb4c33748695eb1c777e8 (
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: #1E2127FF;
background-alt: #282B31FF;
foreground: #FFFFFFFF;
selected: #61AFEFFF;
active: #98C379FF;
urgent: #E06C75FF;
}
|