aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-01-05 18:35:44 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2024-01-05 18:35:44 +0100
commitaf506d19f05695ec99e28670fbcb5ce894d39d12 (patch)
tree26bf9392c82130c05d2a873323bf77959390cd2a /.config/alacritty/alacritty.yml
parent2bc64123214135f5eedecbd854c2a50279cf8dd7 (diff)
downloaddotfiles-af506d19f05695ec99e28670fbcb5ce894d39d12.tar.gz
dotfiles-af506d19f05695ec99e28670fbcb5ce894d39d12.zip
alacritty: migrated to the new toml format
Automatically generated by running `alacritty migrate`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r--.config/alacritty/alacritty.yml61
1 files changed, 0 insertions, 61 deletions
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 }