This is a script to transfer old alacritty theme(yml) to the new one(toml)
Alacritty of the latest version has changed its configure file from .yml
into toml
and it seems the team wouldn't push their toml example issue. So I wrote this script.
File orgnization
.
├── README.md
├── themes_toml
├── themes_yml
└── transfer.sh
This script run by alacritty migrate
which can be found in alacritty
Put your old theme old.yml
into file theme_yml
and then run this command in your shell
./transfer.sh -t old
You can also use your old configure to your usrname
via following command (must use sudo
):
sudo ./transfer.sh -i old -u usrname
Here are the repositories of alacritty themes I recommond. iTerm2-Color-Schemes