From e845dae21c63af9a015d7a095d66624ca011fe12 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 7 Dec 2023 02:10:11 +0200 Subject: Added some new plugins and changed terminal font --- alacritty/.config/alacritty/alacritty.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'alacritty') diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 803021f..ee67cb9 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -106,7 +106,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: comic mono + family: Monaspace Xenon # The `style` can be specified to pick a specific face. style: Bold @@ -116,8 +116,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: comic mono - + family: Monaspace Xenon # The `style` can be specified to pick a specific face. style: Bold @@ -127,7 +126,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: comic mono + family: Monaspace Xenon # The `style` can be specified to pick a specific face. style: Italic @@ -138,7 +137,7 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: monospace + family: Monaspace Xenon # The `style` can be specified to pick a specific face. style: Bold Italic @@ -170,7 +169,7 @@ font: colors: # Default colors primary: - background: '#000000' + background: '#0A0E14' foreground: '#B3B1AD' # Normal colors -- cgit v1.2.3