mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
alacritty/alacritty.toml: no transparent_background_colors
This commit is contained in:
parent
80bd3b3290
commit
d37168e1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ opacity = 0.95
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
transparent_background_colors = true
|
transparent_background_colors = false
|
||||||
cursor = { text = "#eceef4", cursor = "#767BA0" }
|
cursor = { text = "#eceef4", cursor = "#767BA0" }
|
||||||
selection = { text = "CellForeground", background = "#5B5F7C" }
|
selection = { text = "CellForeground", background = "#5B5F7C" }
|
||||||
footer_bar = { foreground = "#eceef4", background = "#0C0D14" }
|
footer_bar = { foreground = "#eceef4", background = "#0C0D14" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue