diff options
author | ThanosApollo <[email protected]> | 2022-10-27 03:03:43 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-27 03:03:43 +0300 |
commit | 4c917edb480f043c9de090882a4888571dff4610 (patch) | |
tree | 69d0d17e5057a2bb5b2674f8dd0311898aa4f060 /.config/alacritty/alacritty.yml | |
parent | 1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff) |
Update alacritty
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r-- | .config/alacritty/alacritty.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b6eb3f9..37088b6 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -8,8 +8,9 @@ # # All imports must either be absolute paths starting with `/`, or paths relative # to the user's home directory starting with `~/`. -#import: -# - /path/to/alacritty.yml +import: + - ~/.config/alacritty/colorschemes/dracula.yaml + # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables @@ -67,7 +68,7 @@ window: # # 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. - opacity: 0.8 + opacity: 0.95 # Startup Mode (changes require restart) # @@ -184,9 +185,9 @@ font: # Colors (ArcoLinux) colors: # Default colors - primary: - background: '#222222' - foreground: '#F9F9F9' + # primary: + # background: '#222222' + # foreground: '#F9F9F9' # Bright and dim foreground colors # |