From af506d19f05695ec99e28670fbcb5ce894d39d12 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 5 Jan 2024 18:35:44 +0100 Subject: alacritty: migrated to the new toml format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatically generated by running `alacritty migrate`. Signed-off-by: Miquel Sabaté Solà --- .config/alacritty/alacritty.yml | 61 ----------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 .config/alacritty/alacritty.yml (limited to '.config/alacritty/alacritty.yml') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index 20ec5dc..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,61 +0,0 @@ -# Configuration for Alacritty, the GPU enhanced terminal emulator. -# Check the default file in: https://github.com/alacritty/alacritty/blob/master/alacritty.yml - -# Colors based on `soria` (https://github.com/mssola/soria). -colors: - primary: - background: '0x1c1c1c' - foreground: '0xd0d0d0' - - normal: - black: '0x000000' - red: '0xd78787' - green: '0xb9dc92' - yellow: '0xffffaf' - blue: '0x87afd7' - magenta: '0xdfafdf' - cyan: '0x87afd7' - white: '0xd0d0d0' - - bright: - black: '0x000000' - red: '0xd78787' - green: '0xb9dc92' - yellow: '0xffffaf' - blue: '0x87afd7' - magenta: '0xdfafdf' - cyan: '0x87afd7' - white: '0xd0d0d0' - - search: - matches: - background: '0x875f87' - foreground: '0xd0d0d0' - - footer_bar: - background: '0x4e4e4e' - foreground: '0xd0d0d0' - -## -# Using Droid Sans Mono out of tradition at this point, with a bit of an offset -# so it doesn't feel too cluttered. -font: - normal: - family: Droid Sans Mono - bold: - family: Droid Sans Mono - italic: - family: Droid Sans Mono - bold_italic: - family: Droid Sans Mono - - size: 10.0 - - offset: - y: 2 - -## -# Adapt some bindings to the ones I have from GNU Emacs. -key_bindings: - - { key: A, mods: Control, mode: Vi, action: FirstOccupied } - - { key: E, mods: Control, mode: Vi, action: Last } -- cgit v1.2.3