Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mesalilac/alacritty-theme-switcher

Change alacritty themes.
https://github.com/mesalilac/alacritty-theme-switcher

Last synced: about 1 month ago
JSON representation

Change alacritty themes.

Awesome Lists containing this project

README

        

# alacritty-theme-switcher
Change alacritty themes.

You need to store the themes in in ~/.config/alacritty/themes/

## install
```console
$ cargo install --path .
```

## run
```console
$ alacritty-theme-switcher
```

## use fzf
```
$ alacritty-theme-switcher $(ls ~/.config/alacritty/themes | fzf)
```