style inactive panes

This commit is contained in:
♥ Minnie ♥ 2023-07-09 20:16:43 +08:00
parent 642a0fcb6c
commit b59100fd2e

View file

@ -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