mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Alacritty : background_opacity is deprecated.
This commit is contained in:
@ -59,7 +59,7 @@ colors:
|
|||||||
magenta: '0xff92d0'
|
magenta: '0xff92d0'
|
||||||
cyan: '0x9aedfe'
|
cyan: '0x9aedfe'
|
||||||
white: '0xe6e6e6'
|
white: '0xe6e6e6'
|
||||||
background_opacity: 0.75
|
window.opacity: 0.75
|
||||||
key_bindings:
|
key_bindings:
|
||||||
# (Windows, Linux, and BSD only)
|
# (Windows, Linux, and BSD only)
|
||||||
- { key: V, mods: Control|Shift, action: Paste }
|
- { key: V, mods: Control|Shift, action: Paste }
|
||||||
|
|||||||
Reference in New Issue
Block a user