mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-21 04:50:53 +02:00
45 lines
565 B
Plaintext
45 lines
565 B
Plaintext
* {
|
|
background-color:%color0%;
|
|
border: 0px;
|
|
text-color:%rofi_fgdim%;
|
|
spacing: 0;
|
|
width: 512px;
|
|
}
|
|
|
|
#window {
|
|
border: 4px;
|
|
border-color: %rofi_border%;
|
|
background-color: %color0%;
|
|
}
|
|
|
|
inputbar {
|
|
children: [prompt,entry];
|
|
}
|
|
|
|
prompt {
|
|
background-color: %rofi_border%;
|
|
padding: 16px;
|
|
}
|
|
|
|
textbox {
|
|
background-color: %rofi_border%;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
entry {
|
|
background-color: %rofi_border%;
|
|
padding: 16px;
|
|
}
|
|
|
|
listview {
|
|
}
|
|
|
|
element {
|
|
padding: 16px;
|
|
}
|
|
|
|
element selected {
|
|
background-color: %rofi_selected%;
|
|
text-color: %foreground%;
|
|
}
|