dotfiles/themes/hacker/.config/rofi/config.rasi

86 lines
1.5 KiB
Text

* {
bg: #141514;
bg-alt: #1e1f1e;
bg-active: #2a2b2a;
fg: #f4decd;
fg-dim: #6a6a6a;
accent: #ef934d;
urgent: #f16e65;
}
configuration {
font: "RobotoMono Nerd Font 11";
show-icons: true;
icon-theme: "Papirus-Dark";
}
window {
background-color: @bg;
border: 2px solid;
border-color: @accent;
border-radius: 0px;
padding: 0px;
width: 600px;
}
mainbox {
background-color: transparent;
children: [inputbar, listview];
spacing: 0px;
}
inputbar {
background-color: @bg-alt;
border: 0 0 2px 0;
border-color: @bg-active;
border-radius: 0px;
padding: 8px;
children: [prompt, entry];
}
prompt {
background-color: transparent;
text-color: @accent;
padding: 0 6px 0 0;
}
entry {
background-color: transparent;
text-color: @fg;
placeholder-color: @fg-dim;
placeholder: "search...";
}
listview {
background-color: transparent;
columns: 1;
lines: 8;
spacing: 0px;
scrollbar: false;
padding: 4px 0;
}
element {
background-color: transparent;
padding: 6px 8px;
border-radius: 0px;
}
element selected {
background-color: @bg-active;
text-color: @fg;
border: 0 0 0 2px;
border-color: @accent;
}
element-text {
background-color: transparent;
text-color: inherit;
vertical-align: 0.5;
}
element-icon {
background-color: transparent;
size: 1.2em;
vertical-align: 0.5;
}