diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2021-06-23 12:53:26 +0200 |
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-23 12:53:26 +0200 |
| commit | e6c0b165f939471500447718d7615244550423d9 (patch) | |
| tree | ed9a610ad41ca0588f58b0f487703df0d35ab61b | |
| parent | 9b1b3a15078593a871ff2f5d5f295f3de6b8e000 (diff) | |
| download | dotfiles-e6c0b165f939471500447718d7615244550423d9.tar dotfiles-e6c0b165f939471500447718d7615244550423d9.tar.zst dotfiles-e6c0b165f939471500447718d7615244550423d9.zip | |
Update Alacritty Settings
| -rw-r--r-- | .config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 600c2ee..82dfbc3 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -135,7 +135,7 @@ font: #style: Bold Italic # Point size - size: 14.0 + size: 18.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. @@ -310,7 +310,7 @@ font: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 0.9 +background_opacity: 0.85 #selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" |
