From 14d6b4684388aba6cd08a0c0ec8ec55d79ed04f6 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Fri, 16 Jul 2021 21:54:44 +0200 Subject: [PATCH] Added config file for alacritty --- alacritty/alacritty.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 alacritty/alacritty.yml diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml new file mode 100644 index 0000000..74dab2f --- /dev/null +++ b/alacritty/alacritty.yml @@ -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'