diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-07 02:10:11 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-07 02:10:11 +0200 |
| commit | e845dae21c63af9a015d7a095d66624ca011fe12 (patch) | |
| tree | 42a7c5d9e15a9de441f7d92980ccdcb9366931c3 /alacritty | |
| parent | b492d55575c0ae80eabaa0137f37f4695f8b469b (diff) | |
| download | dotfiles-e845dae21c63af9a015d7a095d66624ca011fe12.tar.xz dotfiles-e845dae21c63af9a015d7a095d66624ca011fe12.zip | |
Added some new plugins and changed terminal font
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 11 |
1 files changed, 5 insertions, 6 deletions
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 |
