mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-23 14:48:22 -05:00
19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
/**
|
|
*
|
|
* Author : Axel Amores (xelser)
|
|
* Github : @xelser
|
|
*
|
|
* Credits : Catppuccin Team (https://github.com/catppuccin)
|
|
*
|
|
* Colors
|
|
**/
|
|
|
|
* {
|
|
background: #1E1E2EFF;
|
|
background-alt: #313244FF;
|
|
foreground: #CDD6F4FF;
|
|
selected: #89B4FAFF;
|
|
active: #A6E3A1FF;
|
|
urgent: #F38BA8FF;
|
|
}
|