feat: terminal transparency
This commit is contained in:
parent
e3e9585e18
commit
42b67eedb0
@ -23,7 +23,7 @@ env:
|
|||||||
# available, otherwise `xterm-256color` is used.
|
# available, otherwise `xterm-256color` is used.
|
||||||
TERM: alacritty
|
TERM: alacritty
|
||||||
|
|
||||||
#window:
|
window:
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
#
|
#
|
||||||
# Number of lines/columns (not pixels) in the terminal. Both lines and columns
|
# Number of lines/columns (not pixels) in the terminal. Both lines and columns
|
||||||
@ -68,7 +68,7 @@ env:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
#opacity: 1.0
|
opacity: 0.95
|
||||||
|
|
||||||
# Startup Mode (changes require restart)
|
# Startup Mode (changes require restart)
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
vim.cmd("packadd onedark")
|
vim.cmd("packadd onedark")
|
||||||
require"onedark".setup {
|
require"onedark".setup {
|
||||||
style = "dark"
|
style = "dark",
|
||||||
|
transparent = true
|
||||||
}
|
}
|
||||||
require"onedark".load()
|
require"onedark".load()
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 41dc4e017395d73af0333705447e858b7db1f75e
|
Subproject commit 2df0fbdadd947cd2995566a0117b8802a9ba74f4
|
Loading…
Reference in New Issue
Block a user