mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 22:28:21 -05:00
19 lines
342 B
Plaintext
19 lines
342 B
Plaintext
|
/**
|
||
|
*
|
||
|
* Author : Axel Amores (xelser)
|
||
|
* Github : @xelser
|
||
|
*
|
||
|
* Credits : @sainnhe (https://github.com/sainnhe/gruvbox-material)
|
||
|
*
|
||
|
* Colors
|
||
|
**/
|
||
|
|
||
|
* {
|
||
|
background: #1D2021FF;
|
||
|
background-alt: #32302FFF;
|
||
|
foreground: #D4BE98FF;
|
||
|
selected: #7DAEA3FF;
|
||
|
active: #A9B665FF;
|
||
|
urgent: #EA6962FF;
|
||
|
}
|