alacritty: make search bar and results more visible
This commit is contained in:
parent
1bf8248030
commit
7eeeff9560
1 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,14 @@ color = "#3a3a3a"
|
|||
[cursor]
|
||||
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]
|
||||
|
||||
bindings = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue