fix(wezterm): do not display scrollbar from theme
This commit is contained in:
parent
9b69cdfb17
commit
a393e7f4bc
@ -1,7 +1,6 @@
|
|||||||
local colors = require("config.theme.colors")
|
local colors = require("config.theme.colors")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
enable_scroll_bar = true,
|
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "RESIZE",
|
||||||
window_background_opacity = 0.90,
|
window_background_opacity = 0.90,
|
||||||
text_background_opacity = 1.0,
|
text_background_opacity = 1.0,
|
||||||
|
Loading…
Reference in New Issue
Block a user