mirror of
https://github.com/adi1090x/rofi
synced 2024-11-17 03:25:41 +00:00
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
/**
|
|
*
|
|
* Author : Aditya Shakya (adi1090x)
|
|
* Github : @adi1090x
|
|
*
|
|
* Colors
|
|
**/
|
|
|
|
* {
|
|
background: #2E3440FF;
|
|
background-alt: #383E4AFF;
|
|
foreground: #E5E9F0FF;
|
|
selected: #81A1C1FF;
|
|
active: #A3BE8CFF;
|
|
urgent: #BF616AFF;
|
|
}
|