alacritty: easier config

This commit is contained in:
Inhji 2021-08-02 19:54:58 +02:00
parent 329146b20d
commit 6cbf832b72
1 changed files with 25 additions and 14 deletions

View File

@ -11,11 +11,23 @@
#import:
# - /path/to/alacritty.yml
# Font configuration
shell:
program: /bin/fish
font:
size: 14
normal:
family: Cascadia Code
background_opacity: 0.9
colors:
normal:
black: '#424242'
red: '#ff1e8e'
green: '#8eff1e'
yellow: '#ff8e1e'
blue: '#1e8eff'
magenta: '#8e1eff'
cyan: '#1eff8e'
white: '#c2c2c2'
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
@ -170,7 +182,7 @@ font:
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night)
colors:
#colors:
# Default colors
#primary:
# background: '#1d1f21'
@ -261,15 +273,15 @@ colors:
# background: CellForeground
# Normal colors
normal:
black: '#424242'
red: '#ff1e8e'
green: '#8eff1e'
yellow: '#ff8e1e'
blue: '#1e8eff'
magenta: '#8e1eff'
cyan: '#1eff8e'
white: '#c2c2c2'
# normal:
# black: '#424242'
# red: '#ff1e8e'
# green: '#8eff1e'
# yellow: '#ff8e1e'
# blue: '#1e8eff'
# magenta: '#8e1eff'
# cyan: '#1eff8e'
# white: '#c2c2c2'
# Bright colors
#bright:
@ -352,7 +364,6 @@ colors:
# 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: 1.0
background_opacity: 0.9
#selection:
# This string contains all characters that are used as separators for
@ -414,8 +425,8 @@ background_opacity: 0.9
# - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell
# - (Windows) powershell
shell:
program: /bin/zsh
# shell:
# program: /bin/zsh
# args:
# - --login