mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 20:02:50 +01:00
17 lines
278 B
Plaintext
Executable File
17 lines
278 B
Plaintext
Executable File
/**
|
|
*
|
|
* Author : Aditya Shakya (adi1090x)
|
|
* Github : @adi1090x
|
|
*
|
|
* Colors
|
|
**/
|
|
|
|
* {
|
|
background: #000000FF;
|
|
background-alt: #101010FF;
|
|
foreground: #FFFFFFFF;
|
|
selected: #62AEEFFF;
|
|
active: #98C379FF;
|
|
urgent: #E06B74FF;
|
|
}
|