Skip to content
New issue

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

Tabs colour scheme does not load from session file #264

Open
milisarge opened this issue Sep 14, 2024 · 2 comments
Open

Tabs colour scheme does not load from session file #264

milisarge opened this issue Sep 14, 2024 · 2 comments

Comments

@milisarge
Copy link

The color scheme does not load with below configuration:

<roxterm_session id='Default'>
  <window geometry='80x24+0+0'
      title_template='%s' font='monospace 11'
      title_template_locked='0'
      title='' role='(null)'
      shortcut_scheme='Default' show_menubar='1'
      always_show_tabs='1' tab_pos='2'
      show_add_tab_btn='1'
      disable_menu_shortcuts='0' disable_tab_shortcuts='0'
      maximised='0' fullscreen='0' borderless='0' zoom='1,000000'>
    <tab profile='Default' colour_scheme='Default'
        cwd='/tmp'
        title_template='dev1' window_title=''
        title_template_locked='1' current='1'>
      <command argc='1'>
        <arg s='/bin/bash' />
      </command>
    </tab>
    <tab profile='Default' colour_scheme='Nocturne'
        cwd='/opt'
        title_template='dev2' window_title=''
        title_template_locked='1' current='0'>
      <command argc='1'>
        <arg s='/bin/bash' />
      </command>
    </tab>
  </window>
</roxterm_session>

All tabs are at GTK (white background) not expected as in my configuration.
Is there any global options for it?

@realh
Copy link
Owner

realh commented Sep 14, 2024

I changed the colour scheme settings recently to support automatic dark/light theme, so I might need to update the session loading/saving for that. Profiles can also change the colour scheme, so you could probably work around this issue by making a copy of your profile and making each one set a colour scheme.

@milisarge
Copy link
Author

Ok, it makes sense. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants