mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 06:08:22 -05:00
17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
/**
|
|
*
|
|
* Author : Mallar Bhattacharya
|
|
* Github : @mallar-B
|
|
*
|
|
* Colors
|
|
**/
|
|
|
|
* {
|
|
background: #111213;
|
|
background-alt: #111213;
|
|
foreground: #ccc4ba;
|
|
selected: #6C6658;
|
|
active: #4E4F47;
|
|
urgent: #897559;
|
|
}
|