We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The theme isnt applied when i split the window
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Another solution is to add always_split_with_profile = True under the [global_config] section.
always_split_with_profile = True
[global_config]
No branches or pull requests
The theme isnt applied when i split the window
The text was updated successfully, but these errors were encountered: