diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 6f74e80..9854085 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -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 #