mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-23 06:38:21 -05:00
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
/* colors */
|
|
|
|
* {
|
|
al: #00000000;
|
|
bg: #282a36FF;
|
|
se: #6272a4FF;
|
|
fg: #f8f8f2FF;
|
|
ac: #bd93f9FF;
|
|
red: #ff5555FF;
|
|
green: #50fa7bFF;
|
|
yellow: #f1fa8cFF;
|
|
blue: #8be9fdFF;
|
|
purple: #bd93f9FF;
|
|
cyan: #8be9fdFF;
|
|
} |