mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
update alacritty
This commit is contained in:
parent
f680004458
commit
efa59ac393
1 changed files with 4 additions and 1 deletions
|
|
@ -17,10 +17,13 @@ padding = { x = 1, y = 1 }
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
|
||||||
|
[selection]
|
||||||
|
save_to_clipboard = true
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
transparent_background_colors = false
|
transparent_background_colors = false
|
||||||
cursor = { text = "#eceef4", cursor = "#767BA0" }
|
cursor = { text = "#eceef4", cursor = "#767BA0" }
|
||||||
selection = { text = "CellForeground", background = "#5B5F7C" }
|
selection = { text = "CellForeground", background = "#343959" }
|
||||||
footer_bar = { foreground = "#eceef4", background = "#0C0D14" }
|
footer_bar = { foreground = "#eceef4", background = "#0C0D14" }
|
||||||
line_indicator = { foreground = "#eceef4", background = "#0E1019" }
|
line_indicator = { foreground = "#eceef4", background = "#0E1019" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue