mirror of
https://github.com/zatchheems/tokyo-night-alacritty-theme.git
synced 2025-03-13 23:08:23 -04:00
25 lines
785 B
Markdown
25 lines
785 B
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
|
|
|
|
Copy the contents of [tokyo-night.yaml](https://github.com/zatchheems/tokyo-night-alacritty-theme/blob/master/tokyo-night.yaml)
|
|
into `~/alacritty/alacritty.yml`, then set:
|
|
|
|
```yaml
|
|
# normal dark theme
|
|
colors: *tokyo-night
|
|
|
|
# "storm" uses a lighter BG color
|
|
colors: *tokyo-night-storm
|
|
```
|