alacritty

This commit is contained in:
joelchrono12 2023-01-04 19:15:47 -06:00
parent 281bd65f31
commit b8c7d54836
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 7 additions and 6 deletions

View File

@ -34,7 +34,7 @@ window:
#
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
opacity: 0.8
opacity: 1
padding:
x: 1
y: 2
@ -110,7 +110,7 @@ font:
family: mononoki Nerd Font
bold_italic:
family: mononoki Nerd Font
size: 13.0
size: 9.0
offset:
x: 0
@ -225,6 +225,7 @@ schemes:
magenta: '0xbb9af7'
cyan: '0x0db9d7'
white: '0xacb0d0'
nord: &nord
primary:
background: '#2e3440'
@ -243,9 +244,9 @@ schemes:
matches:
foreground: CellBackground
background: '#88c0d0'
bar:
background: '#434c5e'
foreground: '#d8dee9'
#bar:
#background: '#434c5e'
#foreground: '#d8dee9'
normal:
black: '#3b4252'
red: '#bf616a'
@ -274,8 +275,8 @@ schemes:
cyan: '#6d96a5'
white: '#aeb3bb'
#colors: *nord
colors: *tokyo-night
#colors: *tokyo-night-storm
# Background opacity
#
# Window opacity as a floating point number from `0.0` to `1.0`.