mirror of
https://github.com/zatchheems/tokyo-night-alacritty-theme.git
synced 2024-11-07 20:24:20 -05:00
Update README with clearer wording and fix link; switch to main
This commit is contained in:
parent
5641150e3a
commit
c4aa26d0dc
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
@ -4,16 +4,22 @@
|
||||||
|
|
||||||
![alacritty-sample](https://user-images.githubusercontent.com/8506829/85086842-70e30a80-b1a1-11ea-9f69-0b12eb7b5f13.png)
|
![alacritty-sample](https://user-images.githubusercontent.com/8506829/85086842-70e30a80-b1a1-11ea-9f69-0b12eb7b5f13.png)
|
||||||
|
|
||||||
Alacritty theme cobbled together from both [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme)
|
Alacritty theme adapted from the excellent Tokyo Night VS Code theme.
|
||||||
and [ghifarit53/tokyonight.vim](https://github.com/ghifarit53/tokyonight.vim).
|
|
||||||
|
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.
|
Pull requests welcome.
|
||||||
|
|
||||||
## Usage
|
## 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
|
Copy the contents of [tokyo-night.yaml](https://github.com/zatchheems/tokyo-night-alacritty-theme/blob/master/tokyo-night.yaml)
|
||||||
set:
|
into `~/alacritty/alacritty.yml`, then set:
|
||||||
|
|
||||||
```colors: *tokyo-night```
|
```yaml
|
||||||
or
|
# normal dark theme
|
||||||
```colors: *tokyo-night-storm```.
|
colors: *tokyo-night
|
||||||
|
|
||||||
|
# "storm" uses a lighter BG color
|
||||||
|
colors: *tokyo-night-storm
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue