From 4c917edb480f043c9de090882a4888571dff4610 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Thu, 27 Oct 2022 03:03:43 +0300 Subject: Update alacritty --- .config/alacritty/alacritty.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.config/alacritty/alacritty.yml') 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 # -- cgit v1.2.3