diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index b839bb4..d83b5a8 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -17,10 +17,13 @@ padding = { x = 1, y = 1 } [mouse] hide_when_typing = true +[selection] +save_to_clipboard = true + [colors] transparent_background_colors = false cursor = { text = "#eceef4", cursor = "#767BA0" } -selection = { text = "CellForeground", background = "#5B5F7C" } +selection = { text = "CellForeground", background = "#343959" } footer_bar = { foreground = "#eceef4", background = "#0C0D14" } line_indicator = { foreground = "#eceef4", background = "#0E1019" }