24 lines
754 B
Markdown
24 lines
754 B
Markdown
# Alacritty Themes
|
|
|
|
This directory keeps the TOML themes from the upstream
|
|
[alacritty-theme](https://github.com/alacritty/alacritty-theme) collection
|
|
without the bulky preview PNGs. The screenshots are useful for browsing themes,
|
|
but they are not used by Alacritty at runtime.
|
|
|
|
The active Alacritty config imports:
|
|
|
|
```toml
|
|
import = ["~/.config/alacritty/themes/themes/solarized_dark.toml"]
|
|
```
|
|
|
|
To switch themes, replace `solarized_dark` with another file name from
|
|
[`themes/`](themes/).
|
|
|
|
For preview images and upstream contribution guidance, use the upstream
|
|
[alacritty-theme](https://github.com/alacritty/alacritty-theme) repository.
|
|
|
|
## License
|
|
|
|
The project is available as open source under the terms of the
|
|
[Apache License, Version 2.0](LICENSE).
|