0
0
Fork 0
mirror of https://github.com/zatchheems/tokyo-night-alacritty-theme.git synced 2024-09-12 20:28:09 -04:00
alacritty/README.md

26 lines
785 B
Markdown
Raw Normal View History

2020-06-18 20:19:11 -04:00
# Tokyo Night: Alacritty
2020-06-18 20:22:17 -04:00
### Alacritty theme based on VS Code and Vim themes
2020-06-18 20:19:11 -04:00
2020-06-18 21:23:24 -04:00
![alacritty-sample](https://user-images.githubusercontent.com/8506829/85086842-70e30a80-b1a1-11ea-9f69-0b12eb7b5f13.png)
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).
2020-06-18 20:19:11 -04:00
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
2020-06-18 20:22:17 -04:00
# "storm" uses a lighter BG color
colors: *tokyo-night-storm
```