arch_config/rofi/minimal.rasi
2024-12-22 18:21:00 +00:00

82 lines
904 B
Plaintext

/*
* ROFI color theme
*
* Based on Something Found in the Internet
*
* User: Contributors
* Copyright: *!
*/
configuration {
font: "Iosevka Nerd Font Medium 12";
drun {
display-name: "( ͡◎ ͜ʖ ͡◎)";
}
run {
display-name: "[°.°]";
}
window {
display-name: "[*.*]";
}
timeout {
delay: 10;
action: "kb-cancel";
}
}
* {
border: 0;
margin: 0;
padding: 0;
spacing: 0;
bg: #151515;
bg-alt: #232323;
fg: #FFFFFF;
fg-alt: #424242;
background-color: @bg;
text-color: @fg;
}
window {
transparency: "real";
}
mainbox {
children: [inputbar, listview];
}
inputbar {
children: [prompt, entry];
}
entry {
padding: 12px 0;
}
prompt {
padding: 12px;
}
listview {
lines: 8;
}
element {
children: [element-text];
}
element-text {
padding: 12px;
text-color: @fg-alt;
}
element-text selected {
text-color: @fg;
}