Update alacritty.yml

This commit is contained in:
ITmail-dk
2022-01-06 12:38:03 +01:00
parent c264b45a9d
commit a22352c45d

View File

@@ -220,37 +220,37 @@ colors:
# Search colors
#
# Colors used for the search bar and match highlighting.
search:
#search:
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
matches:
foreground: '#000000'
background: '#ffffff'
focused_match:
foreground: '#ffffff'
background: '#000000'
#matches:
#foreground: '#000000'
#background: '#ffffff'
#focused_match:
#foreground: '#ffffff'
#background: '#000000'
bar:
background: '#c5c8c6'
foreground: '#1d1f21'
#bar:
#background: '#c5c8c6'
#foreground: '#1d1f21'
# Keyboard regex hints
hints:
#hints:
# First character in the hint label
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
start:
foreground: '#1d1f21'
background: '#e9ff5e'
#start:
#foreground: '#1d1f21'
#background: '#e9ff5e'
# All characters after the first one in the hint label
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
end:
foreground: '#e9ff5e'
background: '#1d1f21'
#end:
#foreground: '#e9ff5e'
#background: '#1d1f21'
# Line indicator
#