Update alacritty.yml

This commit is contained in:
ITmail-dk
2022-01-06 13:05:54 +01:00
parent a85ff27c0b
commit d3254267dd

View File

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