return to alacritty
This commit is contained in:
parent
6834d46328
commit
36fe3a1727
1 changed files with 7 additions and 2 deletions
|
@ -78,12 +78,15 @@ font:
|
||||||
size: 20.0
|
size: 20.0
|
||||||
normal:
|
normal:
|
||||||
family: IBM Plex Mono
|
family: IBM Plex Mono
|
||||||
|
# family: Source Code Pro
|
||||||
style: Regular
|
style: Regular
|
||||||
bold:
|
bold:
|
||||||
family: IBM Plex Mono
|
family: IBM Plex Mono
|
||||||
|
# family: Source Code Pro
|
||||||
style: SemiBold
|
style: SemiBold
|
||||||
italic:
|
italic:
|
||||||
family: IBM Plex Mono
|
family: IBM Plex Mono
|
||||||
|
# family: Source Code Pro
|
||||||
style: Italic
|
style: Italic
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||||
|
@ -105,9 +108,11 @@ draw_bold_text_with_bright_colors: false
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0x000000'
|
#background: '0x000000'
|
||||||
#background: '0x121212'
|
#background: '0x121212'
|
||||||
|
background: '0x202020'
|
||||||
foreground: '0xa1b0b8'
|
foreground: '0xa1b0b8'
|
||||||
|
#foreground: '0xb8b0a1'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
|
@ -222,7 +227,7 @@ colors:
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# 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.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 1.0
|
background_opacity: 0.25
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue