diff options
author | Bryson Steck <me@brysonsteck.xyz> | 2023-09-13 21:45:58 -0600 |
---|---|---|
committer | Bryson Steck <me@brysonsteck.xyz> | 2023-09-13 21:45:58 -0600 |
commit | 8ea71ee2baf86d32f810bc6f6c560e6677cc2e09 (patch) | |
tree | bc9307615ed4fe2d8a0d1c32cb7f22ad70eed67b /alacritty | |
parent | 907c402cf16497f2652c406922100f4a098af942 (diff) | |
download | dotfiles-8ea71ee2baf86d32f810bc6f6c560e6677cc2e09.tar dotfiles-8ea71ee2baf86d32f810bc6f6c560e6677cc2e09.tar.gz dotfiles-8ea71ee2baf86d32f810bc6f6c560e6677cc2e09.tar.bz2 |
updates again
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/alacritty.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 552b034..b52f8be 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -38,7 +38,7 @@ window: padding: x: 10 y: 7 - opacity: 0.70 + opacity: 0.85 mouse: hide_when_typing: true @@ -100,7 +100,8 @@ mouse: # Gruvbox dark colors: primary: - background: '#202020' + background: '#282828' + # background: '#1A1D1E' # background: '#3c3836' # background: '#32302f' # background: '#000000' |