chore(config): add one-dark color for alacritty
parent
ccdcdfdaba
commit
b45c74e579
|
@ -1,3 +1,6 @@
|
|||
import:
|
||||
- ~/.config/alacritty/one-dark.yml
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: Fira Code
|
||||
|
|
|
@ -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"
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue