Releases: rajasegar/alacritty-themes
Releases · rajasegar/alacritty-themes
v6 with new TOML config support
This new release will support the latest toml config format
- Remove the preview option for now since it is buggy, you have to apply the theme to see the changes
- If your old config is not preserved, you can restore them by renaming the latest backup file
mv alacritty.toml.xxxxxx.bak alacritty.toml
- Also ensure you remove these sections in your old config file to the new theme to take effect:
- [colors.bright]
- [colors.normal]
- [colors.primary]
v5.3.1
5.3.1 (2022-11-23)
Bug Fixes
- Config warning: bar has been deprecated; use
colors.footer_bar
instead (#203) (cda1555)
v5.3.0
5.3.0 (2022-10-28)
Features
- dracula: update dracula theme from the official page (#197) (934503b)
v5.2.0
5.2.0 (2022-09-20)
Features
v5.1.1
5.1.1 (2022-09-11)
Bug Fixes
v5.1.0
5.1.0 (2022-08-24)
Features
- theme: add Moonlight II VSCode theme (73e9e6b)
v5.0.1
5.0.1 (2022-08-21)
Bug Fixes
- backup: fix where to find the alacritty file path (#178) (355e189), closes #172
v5.0.0
5.0.0 (2022-08-21)
Features
- semantic-release: fix semantic-release config (468cbfb)
BREAKING CHANGES
- semantic-release: fix semantic-release
v4.4.1
4.4.1 (2022-06-24)
Features