alacritty: better search colors highlighting

This commit is contained in:
teutat3s 2022-02-22 16:49:46 +01:00
parent ad3fc6126d
commit 869446df63
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -106,6 +106,23 @@
cursor = "0xe3e1e4";
};
# Colors used for the search bar and match highlighting.
search = {
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
matches = {
foreground = "0xe5c463";
background = "0x1a181a";
};
focused_match = {
foreground = "0xe5c463";
background = "0xe3e1e4";
};
#bar =
# background = "#c5c8c6";
# foreground = "#1d1f21";
};
# Normal colors
normal = {
black = "0x1a181a";