style inactive panes
This commit is contained in:
parent
642a0fcb6c
commit
b59100fd2e
|
@ -53,6 +53,12 @@ config.window_padding = {
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--| Style Inactive Panes
|
||||||
|
config.inactive_pane_hsb = {
|
||||||
|
saturation = 1.0,
|
||||||
|
brightness = 1.0,
|
||||||
|
}
|
||||||
|
|
||||||
-- Tab bar appearance
|
-- Tab bar appearance
|
||||||
config.use_fancy_tab_bar = false
|
config.use_fancy_tab_bar = false
|
||||||
config.enable_tab_bar = true
|
config.enable_tab_bar = true
|
||||||
|
|
Loading…
Reference in a new issue