From a8782b2e6eadf8d3d7268324c8eac2abc3d7b117 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Wed, 29 Jun 2022 23:05:32 +0200 Subject: [PATCH] Alacritty: use srcery theme --- .config/alacritty/alacritty.yml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 9894a2a..2460199 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -331,6 +331,40 @@ font: # the default background. When set to `true` all cells will be transparent # regardless of their background color. #transparent_background_colors: false + # https://github.com/srcery-colors/srcery-terminal/ +# Colors (Srcery) +colors: + # Default colors + primary: + background: '#1c1b19' + foreground: '#fce8c3' + + # Cursor colors + cursor: + text: CellBackground + cursor: '#fbb829' + + # Normal colors + normal: + black: '#1c1b19' + red: '#ef2f27' + green: '#519f50' + yellow: '#fbb829' + blue: '#2c78bf' + magenta: '#e02c6d' + cyan: '#0aaeb3' + white: '#baa67f' + + # Bright colors + bright: + black: '#918175' + red: '#f75341' + green: '#98bc37' + yellow: '#fed06e' + blue: '#68a8e4' + magenta: '#ff5c8f' + cyan: '#2be4d0' + white: '#fce8c3' # Bell #