From a7f2956fdf0a5f84078e4eacc4839def111be820 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:01:55 +0100 Subject: [PATCH] Update alacritty.yml --- config/alacritty/alacritty.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 7ab18eb..ebdbc70 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -108,55 +108,55 @@ window: multiplier: 5 # Font configuration -#font: +font: # Normal (roman) font face - #normal: + normal: # Font family # # Default: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Regular + style: Regular # Bold font face - #bold: + bold: # Font family # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Bold + style: Bold # Italic font face - #italic: + italic: # Font family # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Italic + style: Italic # Bold italic font face - #bold_italic: + bold_italic: # Font family # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Bold Italic + style: monospace # Point size - #size: 11.0 + size: 8.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter @@ -185,7 +185,7 @@ window: colors: # Default colors #primary: - background: '#0A1B2A' + background: '#09141E' foreground: '#EBEBEB' # Bright and dim foreground colors