From d3254267dde2cf27c3a17e58c12373b84e6966fe Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:05:54 +0100 Subject: [PATCH] Update alacritty.yml --- config/alacritty/alacritty.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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 #