An arctic, north-bluish clean and elegant Rofi color theme.
Designed for a fluent and clear workflow.
Based on the Nord color palette.
Font: Envy Code R 10px.
- Copy nord.rasi file to
~/.config/rofi/nord.rasi
- Add the following lines to your rofi config (
~/.config/rofi/config.rasi
):
configuration {
font: "Envy Code R 10";
line-margin: 10;
display-ssh: "";
display-run: "";
display-drun: "";
display-window: "";
display-combi: "";
show-icons: true;
}
@theme "~/.config/rofi/nord.rasi"
listview {
lines: 6;
columns: 2;
}
window {
width: 30%;
}