From a22352c45dc6c3e701e4c54d35a53941a63f221d Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 6 Jan 2022 12:38:03 +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 ebdbc70..6d65656 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 #