Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iruzo/gruvbox-aerc

Gruvbox theme for aerc
https://github.com/iruzo/gruvbox-aerc

Last synced: 18 days ago
JSON representation

Gruvbox theme for aerc

Awesome Lists containing this project

README

        


Gruvbox theme for aerc



## Previews

:black_circle: Dark

:white_circle: Light

## Usage

1. Download the corresponding theme into `~/.config/aerc/stylesets/`
- dark
```sh
curl https://raw.githubusercontent.com/iruzo/gruvbox-aerc/main/gruvbox-dark > ~/.config/aerc/stylesets/gruvbox-dark
```
- light
```sh
curl https://raw.githubusercontent.com/iruzo/gruvbox-aerc/main/gruvbox-light > ~/.config/aerc/stylesets/gruvbox-light
```
3. Add this snippet to `~/.config/aerc/aerc.conf`:
```ini
[ui]
border-char-vertical="│"
border-char-horizontal="─"
styleset-name=gruvbox-$FLAVOR
```