dotfiles/home/r0r5chach/.config/rofi/theme.rasi

34 lines
436 B
Plaintext
Raw Permalink Normal View History

2023-07-06 18:26:47 +00:00
* {
font: "OpenDyslexic Nerd Font 12";
foreground: #04FFF7;
background: rgba(23,0,47,0.75);
}
inputbar {
children: [prompt,entry];
}
element.alternate.normal {
background-color: transparent;
}
element.normal.normal {
background-color: transparent;
}
element.selected.normal {
background-color: #9733EE;
border-radius: 10;
}
window {
y-offset: 50;
location: center;
anchor: center;
border: 0;
}
listview {
lines: 5;
}