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 | 39ccb46488d64c0f05bfdf39031f613dad89b935 (patch) | |
tree | ed9a610ad41ca0588f58b0f487703df0d35ab61b | |
parent | 13931556706bf011879417fb0cc420f1b2ce5c72 (diff) | |
download | dotfiles-39ccb46488d64c0f05bfdf39031f613dad89b935.tar dotfiles-39ccb46488d64c0f05bfdf39031f613dad89b935.tar.zst dotfiles-39ccb46488d64c0f05bfdf39031f613dad89b935.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" |