Skip to content

Tabs colour scheme does not load from session file #264

@milisarge

Description

@milisarge

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions