chore(config): add one-dark color for alacritty

main
Tran Hau 2021-04-02 16:12:23 +07:00
parent ccdcdfdaba
commit b45c74e579
3 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,6 @@
import:
- ~/.config/alacritty/one-dark.yml
font:
normal:
family: Fira Code

View File

@ -0,0 +1,21 @@
# https://github.com/alacritty/alacritty/wiki/Color-schemes
# Colors (One Dark)
colors:
primary:
background: "#282c34"
foreground: "#abb2bf"
cursor:
text: CellBackground
cursor: "#528bff"
selection:
text: CellForeground
background: "#3e4451"
normal:
black: "#5c6370"
red: "#e06c75"
green: "#98c379"
yellow: "#e5c07b"
blue: "#61afef"
magenta: "#c678dd"
cyan: "#56b6c2"
white: "#828997"

View File

@ -29,6 +29,10 @@
{
"internal": "config/alacritty/alacritty.yml",
"external": "~/.config/alacritty/alacritty.yml"
},
{
"internal": "config/alacritty/one-dark.yml",
"external": "~/.config/alacritty/one-dark.yml"
}
]
}