You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
1 year ago
|
/**
|
||
|
*
|
||
|
* Author : Aditya Shakya (adi1090x)
|
||
|
* Github : @adi1090x
|
||
|
*
|
||
|
* Colors
|
||
|
**/
|
||
|
|
||
|
* {
|
||
|
background: #F1F1F1FF;
|
||
|
background-alt: #E0E0E0FF;
|
||
|
foreground: #252525FF;
|
||
|
selected: #008EC4FF;
|
||
|
active: #10A778FF;
|
||
|
urgent: #C30771FF;
|
||
|
}
|