An open API service indexing awesome lists of open source software.

https://github.com/undiabler/nord-rofi-theme

An arctic, north-bluish clean and elegant rofi color theme.
https://github.com/undiabler/nord-rofi-theme

color dotfiles nord rofi rofi-theme terminal theme

Last synced: 4 months ago
JSON representation

An arctic, north-bluish clean and elegant rofi color theme.

Awesome Lists containing this project

README

          

# Nord rofi theme

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.

## Getting started
### Installation

1. Copy nord.rasi file to `~/.config/rofi/nord.rasi`
2. 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%;
}
```