Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mesalilac/alacritty-theme-switcher
- Owner: mesalilac
- License: gpl-2.0
- Created: 2024-03-15T02:40:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T09:14:08.000Z (9 months ago)
- Last Synced: 2024-05-06T06:21:42.537Z (8 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```