[ADDED] pane split colours to match nvim scheme

This commit is contained in:
Daveanand Mannie
2025-04-29 12:06:43 -04:00
parent 4d79cbf805
commit aa499d089d

View File

@@ -17,6 +17,12 @@ config.window_padding = {
top = "0cell", top = "0cell",
bottom = "0cell", bottom = "0cell",
} }
-- pane
config.colors = { split = '#E858F5' }
config.inactive_pane_hsb = {
saturation = 0.7,
brightness = 0.8,
}
--tab bar --tab bar
config.hide_tab_bar_if_only_one_tab = true config.hide_tab_bar_if_only_one_tab = true