alacritty: make search bar and results more visible

This commit is contained in:
Oliver Ladner 2024-05-30 10:56:19 +02:00
commit 7eeeff9560

View file

@ -40,6 +40,14 @@ color = "#3a3a3a"
[cursor] [cursor]
style = { shape = "Block", blinking = "Always" } style = { shape = "Block", blinking = "Always" }
[colors.search]
matches = { foreground = "#f4d03f", background = "#273746" }
focused_match = { foreground = "#273746", background = "#f4d03f" }
[colors.footer_bar]
background = "#f4d03f"
foreground = "#273746"
[keyboard] [keyboard]
bindings = [ bindings = [