Added config file for alacritty

This commit is contained in:
Thomas Kolb 2021-07-16 21:54:44 +02:00
parent 0f41886237
commit 14d6b46843
1 changed files with 28 additions and 0 deletions

28
alacritty/alacritty.yml Normal file
View File

@ -0,0 +1,28 @@
# Colors (Iceberg Dark)
colors:
# Default colors
primary:
background: '#161821'
foreground: '#d2d4de'
# Normal colors
normal:
black: '#363851'
red: '#e27878'
green: '#b4be82'
yellow: '#e2a478'
blue: '#84a0c6'
magenta: '#a093c7'
cyan: '#89b8c2'
white: '#c6c8d1'
# Bright colors
bright:
black: '#6b7089'
red: '#e98989'
green: '#c0ca8e'
yellow: '#e9b189'
blue: '#91acd1'
magenta: '#ada0d3'
cyan: '#95c4ce'
white: '#d2d4de'