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.
- Host: GitHub
- URL: https://github.com/undiabler/nord-rofi-theme
- Owner: undiabler
- Created: 2020-04-23T11:15:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T14:59:15.000Z (over 1 year ago)
- Last Synced: 2025-02-01T15:39:30.073Z (over 1 year ago)
- Topics: color, dotfiles, nord, rofi, rofi-theme, terminal, theme
- Size: 497 KB
- Stars: 181
- Watchers: 5
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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%;
}
```