alacritty: change color scheme, set opacity, switch to zsh

This commit is contained in:
Inhji 2021-07-19 00:52:35 +02:00
parent 4ec02fb24b
commit d843f40c8c
1 changed files with 13 additions and 12 deletions

View File

@ -170,7 +170,7 @@ font:
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night)
#colors:
colors:
# Default colors
#primary:
# background: '#1d1f21'
@ -261,15 +261,15 @@ font:
# background: CellForeground
# Normal colors
#normal:
# black: '#1d1f21'
# red: '#cc6666'
# green: '#b5bd68'
# yellow: '#f0c674'
# blue: '#81a2be'
# magenta: '#b294bb'
# cyan: '#8abeb7'
# white: '#c5c8c6'
normal:
black: '#424242'
red: '#ff1e8e'
green: '#8eff1e'
yellow: '#ff8e1e'
blue: '#1e8eff'
magenta: '#8e1eff'
cyan: '#1eff8e'
white: '#c2c2c2'
# Bright colors
#bright:
@ -352,6 +352,7 @@ font:
# 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
@ -413,8 +414,8 @@ font:
# - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell
# - (Windows) powershell
#shell:
# program: /bin/bash
shell:
program: /bin/zsh
# args:
# - --login