chore(config): add github dark to alacritty

main
sudo pacman -Syu 2022-01-10 15:46:06 +07:00
parent 557f238ccf
commit 2fe5492c04
2 changed files with 34 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import:
- ~/.config/alacritty/nord.yml
- ~/.config/alacritty/github_dark.yml
font:
normal:

View File

@ -0,0 +1,33 @@
# https://github.com/projekt0n/github-nvim-theme
# github Alacritty Colors
colors:
# Default colors
primary:
background: '0x24292e'
foreground: '0xd1d5da'
# Normal colors
normal:
black: '0x24292e'
red: '0xf14c4c'
green: '0x23d18b'
yellow: '0xe2e210'
blue: '0x3b8eea'
magenta: '0xbc3fbc'
cyan: '0x29b7da'
white: '0xd1d5da'
# Bright colors
bright:
black: '0x666666'
red: '0xf14c4c'
green: '0x23d18b'
yellow: '0xf5f543'
blue: '0x3b8eea'
magenta: '0xd670d6'
cyan: '0x29b7da'
white: '0xd1d5da'
indexed_colors:
- { index: 16, color: '0xd18616' }
- { index: 17, color: '0xf14c4c' }