https://github.com/anhsirk0/alacritty-themes
Modus-themes and ef-themes for alacritty
https://github.com/anhsirk0/alacritty-themes
alacritty alacritty-config alacritty-theme
Last synced: about 1 month ago
JSON representation
Modus-themes and ef-themes for alacritty
- Host: GitHub
- URL: https://github.com/anhsirk0/alacritty-themes
- Owner: anhsirk0
- Created: 2023-01-05T13:52:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T06:04:52.000Z (9 months ago)
- Last Synced: 2025-03-31T06:22:16.790Z (3 months ago)
- Topics: alacritty, alacritty-config, alacritty-theme
- Language: Perl
- Homepage:
- Size: 33.2 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change-theme.pl
Awesome Lists containing this project
README
# Alacritty themes
+ Git repo on Codeberg:
- Mirrors:
+ GitHub:This repo has 40 themes
8 from modus-themes and 32 from ef-themes### Notice
Alacritty migrated its config format to toml (previously yaml)
All the old version related config/themes are now in `old-yaml-version-files`### Usage
Clone the repo and place the contents into ~/.config/alacritty/
Add these lines somewhere (preferrably at the end) in your `alacritty.yml`#### For new verison
```toml
import = ["/home/user/.config/alacritty/themes/modus-vivendi.toml"]
```
#### For old alacritty verison
```yaml
import:
- /home/user/.config/alacritty/themes/modus-vivendi.yaml
```## use change-theme.pl to change the themes (fzf required)
```bash
$ ~/.config/alacritty/change-theme.pl
```
> This will use fzf to select a theme interactively
```bash
$ ~/.config/alacritty/change-theme.pl bio
'ef-bio.yaml' theme selected
```
> This will change theme to the first theme that has bio in its name### Colors
Ef-themes pictures: https://protesilaos.com/emacs/ef-themes-pictures## Ef-Cherie theme
## Ef-Summer theme
## Ef-Spring theme
## Ef-Bio theme
## Ef-Autumn theme
## Ef-Trio-Light theme
## Ef-Trio-Dark theme
## Ef-Winter theme
## Modus-Operandi theme
## Modus-Vivendi theme
## Thanks
Modus themes - https://protesilaos.com/emacs/modus-themes-colors
Ef themes - https://protesilaos.com/emacs/ef-themes