Update Alacritty configuration

This commit is contained in:
Oliver Davies 2023-12-21 12:03:57 +00:00
parent b6ce95feb3
commit 545b386096
2 changed files with 5 additions and 4 deletions

View file

@ -14,6 +14,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
### Changed
* Update Alacritty configuration.
* Change `splitbelow` to `false` in Neovim.
### Removed

View file

@ -11,12 +11,12 @@
};
font = {
size = 16.0;
size = 12.0;
bold.style = "Regular";
bolditalic.style = "Regular";
italic.style = "Regular";
normal.family = "AnonymicePro Nerd Font Mono";
bolditalic.style = "Italic";
normal.family = "JetBrainsMono Nerd Font Mono";
# fc-list : family | sort | grep "Nerd Font"
offset.y = 12;
glyph_offset.y = 6;