ArchRice/rofi/ayu.rasi
2025-05-11 00:23:41 +02:00

66 lines
895 B
Plaintext

* {
font: "Monocraft 10";
border: 0;
padding: 6px 10px;
spacing: 4px;
width: 40%;
background: #0a0a0a;
foreground: #c0c0c0;
}
window {
location: center;
anchor: north;
fullscreen: false;
y-offset: 40px;
}
mainbox {
background-color: inherit;
children: [ inputbar, listview ];
}
inputbar {
children: [ prompt, entry ];
background-color: inherit;
padding: 6px;
}
prompt {
text: "🔍";
margin: 0px 6px;
foreground: #ffcc66;
}
entry {
background-color: inherit;
expand: true;
placeholder: "Search...";
text-color: #f07178;
cursor: text;
}
listview {
lines: 10;
fixed-height: true;
background-color: #0f0f0f;
spacing: 4px;
dynamic: true;
scrollbar: false;
}
element {
padding: 4px;
background-color: transparent;
text-color: #c0c0c0;
}
element selected {
background-color: #ffcc66;
text-color: #0a0a0a;
}
element alternate {
background-color: #111111;
}