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

Add readme and YAML file

This commit is contained in:
Zak Hammerman 2020-06-18 19:19:11 -05:00
parent cfd99716ad
commit b9e441bce8
2 changed files with 72 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Tokyo Night: Alacritty
## Alacritty theme based on VS Code and Vim themes
Alacritty theme cobbled together from both [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` into `~/alacritty/alacritty.yml`, then
set `colors: *tokyo-night` or `colors: *tokyo-night-storm`.

59
tokyo-night.yaml Normal file
View file

@ -0,0 +1,59 @@
schemes:
# Tokyo Night theme, based on both:
# https://github.com/ghifarit53/tokyonight.vim
# https://github.com/enkia/tokyo-night-vscode-theme
tokyo-night: &tokyo-night
# Default colors
primary:
background: '0x1a1b26'
foreground: '0xa9b1d6'
# Normal colors
normal:
black: '0x32344a'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xad8ee6'
cyan: '0x449dab'
white: '0x787c99'
# Bright colors
bright:
black: '0x444b6a'
red: '0xff7a93'
green: '0xb9f27c'
yellow: '0xff9e64'
blue: '0x7da6ff'
magenta: '0xbb9af7'
cyan: '0x0db9d7'
white: '0xacb0d0'
tokyo-night-storm: &tokyo-night-storm
# Default colors
primary:
background: '0x24283b'
foreground: '0xa9b1d6'
# Normal colors
normal:
black: '0x32344a'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xad8ee6'
cyan: '0x449dab'
white: '0x9699a8'
# Bright colors
bright:
black: '0x444b6a'
red: '0xff7a93'
green: '0xb9f27c'
yellow: '0xff9e64'
blue: '0x7da6ff'
magenta: '0xbb9af7'
cyan: '0x0db9d7'
white: '0xacb0d0'