Split window goes back to default color
Opened this issue · 2 comments
bmshekhar21 commented
The theme isnt applied when i split the window
KLuka commented
I have the same issue. For workaround I just changed the "default" profile to be like solarized. IE:
[[default]]
background_color = "#002b36"
background_image = None
cursor_color = "#eee8d5"
font = Monospace 11
foreground_color = "#eee8d5"
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#586e75:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
scrollback_lines = 5000
use_system_font = False
lem503 commented
Another solution is to add always_split_with_profile = True
under the [global_config]
section.