From 306d54c05d1d87620bdd80078479f1d79e837365 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 17 Nov 2023 10:32:19 -0500 Subject: [PATCH] Alacritty config cleanups and using themes --- config/alacritty/alacritty.yml | 36 +++------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 208f6c2..38e9af6 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -5,9 +5,6 @@ shell: - -l window: dynamic_title: true - dimensions: - columns: 0 - lines: 0 padding: x: 2 y: 2 @@ -40,7 +37,7 @@ debug: bell: animation: EaseOutExpo duration: 0 - color: '0xffffff' + color: "#ffffff" mouse_bindings: - mouse: Middle action: PasteSelection @@ -66,7 +63,6 @@ selection: semantic_escape_chars: ',│`|:"'' ()[]{}<>' save_to_clipboard: false cursor: - style: Block unfocused_hollow: true live_config_reload: true enable_experimental_conpty_backend: false @@ -374,31 +370,5 @@ key_bindings: - key: NumpadEnter chars: "\n" -# Colors (Darcula) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - - # Normal colors - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xcaa9fa' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbfbfbf' - - # Bright colors - bright: - black: '0x282a35' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xf4f99d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0x9aedfe' - white: '0xe6e6e6' +import: +- ~/.config/alacritty/themes/themes/tender.yaml