Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iruzo/gruvbox-aerc
- Owner: iruzo
- License: mit
- Created: 2023-12-29T22:03:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T20:56:24.000Z (5 months ago)
- Last Synced: 2024-10-10T13:44:05.407Z (about 1 month ago)
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```