diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-04 16:39:19 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-04 16:39:19 +0200 |
| commit | b492d55575c0ae80eabaa0137f37f4695f8b469b (patch) | |
| tree | b917c060b73219d227dd1f26e0fb79a91b79601f /alacritty/.config | |
| parent | 1d34383026d5ee0f19195c7357d80b137e991a0a (diff) | |
| download | dotfiles-b492d55575c0ae80eabaa0137f37f4695f8b469b.tar.xz dotfiles-b492d55575c0ae80eabaa0137f37f4695f8b469b.zip | |
Added shortcut for telescope flutter commands
Diffstat (limited to 'alacritty/.config')
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 402df8b..803021f 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -144,7 +144,7 @@ font: style: Bold Italic # Point size - size: 13.0 + size: 11.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 # spacing. @@ -170,7 +170,7 @@ font: colors: # Default colors primary: - background: '#0A0E14' + background: '#000000' foreground: '#B3B1AD' # Normal colors |
