From 187bc36cdfdd0203069d41ecd7e2a8e3644a4853 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 27 Jul 2021 14:46:35 +0200 Subject: [PATCH] alacritty: use solarized dark (static config) --- files/alacritty.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/files/alacritty.yml b/files/alacritty.yml index e015fe9..cc9536f 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -281,6 +281,34 @@ font: # #indexed_colors: [] +# Colors (Solarized Dark) +colors: + primary: + foreground: '0x93a1a1' # Base1 + background: '0x002b36' # Base03 + cursor: + text: '0xdc322f' # Red + cursor: '0xdc322f' # Red + normal: + black: '0x073642' # Base02 + white: '0xeee8d5' # Base2 + yellow: '0xb58900' # Yellow + red: '0xdc322f' # Red + magenta: '0xd33682' # Magenta + blue: '0x268bd2' # Blue + cyan: '0x2aa198' # Cyan + green: '0x859900' # Green + bright: + black: '0x002b36' # Base03 + green: '0x586e75' # Base01 + yellow: '0x657b83' # Base00 + blue: '0x839496' # Base0 + cyan: '0x93a1a1' # Base1 + white: '0xfdf6e3' # Base3 + red: '0xcb4b16' # Orange + magenta: '0x6c71c4' # Violet + + # Bell # # The bell is rung every time the BEL control character is received.