mirror of
https://github.com/zatchheems/tokyo-night-alacritty-theme.git
synced 2025-03-20 23:16:35 -04:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# Tokyo Night: Alacritty
|
|
|
|
### Alacritty theme based on VS Code and Vim themes
|
|
|
|

|
|
|
|
Alacritty theme adapted from the excellent Tokyo Night VS Code theme.
|
|
|
|
Cobbles together pieces of [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme)
|
|
and [ghifarit53/tokyonight-vim](https://github.com/ghifarit53/tokyonight-vim).
|
|
|
|
Pull requests welcome.
|
|
|
|
## Usage
|
|
|
|
### Imports
|
|
|
|
Clone the repository or download the `.toml` files to a directory of your choice.
|
|
Add an import of the desired color scheme to your `alacritty.toml`:
|
|
|
|
```
|
|
import = [ "<PATH-TO-DIR>/tokyo-night.toml" ] # or tokyo-night-storm.toml
|
|
```
|
|
|
|
Make sure to use the absolute path leading to the `.toml` file.
|
|
|
|
### Manually
|
|
|
|
Copy the contents of [tokyo-night.toml](https://github.com/zatchheems/tokyo-night-alacritty-theme/blob/master/tokyo-night.toml) or [tokyo-night-storm.toml](https://github.com/zatchheems/tokyo-night-alacritty-theme/blob/master/tokyo-night-storm.toml)
|
|
into the root level of your existing `alacritty.toml`.
|