diff options
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 # |