Add initial alacritty config
This commit is contained in:
parent
38c13e52f8
commit
29cf3876c2
|
@ -0,0 +1,45 @@
|
|||
font:
|
||||
normal:
|
||||
family: Source Code Pro for Powerline
|
||||
style: Regular
|
||||
|
||||
bold:
|
||||
family: Source Code Pro for Powerline
|
||||
style: Bold
|
||||
|
||||
italic:
|
||||
family: Source Code Pro for Powerline
|
||||
style: Italic
|
||||
|
||||
bold_italic:
|
||||
family: Source Code Pro for Powerline
|
||||
style: Bold Italic
|
||||
|
||||
size: 14
|
||||
|
||||
# Colors (Molokai Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1B1D1E'
|
||||
foreground: '#F8F8F2'
|
||||
|
||||
normal:
|
||||
black: '#121212'
|
||||
red: '#fa2573'
|
||||
green: '#97e123'
|
||||
yellow: '#dfd460'
|
||||
blue: '#0f7fcf'
|
||||
magenta: '#8700ff'
|
||||
cyan: '#42a7cf'
|
||||
white: '#bbbbbb'
|
||||
|
||||
bright:
|
||||
black: '#121212'
|
||||
red: '#fa2573'
|
||||
green: '#97e123'
|
||||
yellow: '#dfd460'
|
||||
blue: '#0f7fcf'
|
||||
magenta: '#8700ff'
|
||||
cyan: '#42a7cf'
|
||||
white: '#bbbbbb'
|
Loading…
Reference in New Issue