[global_config]
  title_transmit_bg_color = "#<%= @base["08"]["hex"] %>"
  title_inactive_bg_color = "#<%= @base["03"]["hex"] %>"
  focus = system
[keybindings]
[profiles]
  [[default]]
    background_image = None
    copy_on_selection = True
    allow_bold = False
    palette = "#<%= @base["00"]["hex"] %>:#<%= @base["08"]["hex"] %>:#<%= @base["0B"]["hex"] %>:#<%= @base["0A"]["hex"] %>:#<%= @base["0D"]["hex"] %>:#<%= @base["0E"]["hex"] %>:#<%= @base["0C"]["hex"] %>:#<%= @base["05"]["hex"] %>:#<%= @base["03"]["hex"] %>:#<%= @base["08"]["hex"] %>:#<%= @base["0B"]["hex"] %>:#<%= @base["0A"]["hex"] %>:#<%= @base["0D"]["hex"] %>:#<%= @base["0E"]["hex"] %>:#<%= @base["0C"]["hex"] %>:#<%= @base["07"]["hex"] %>"
    foreground_color = "#<%= @base["02"]["hex"] %>"
    background_color = "#<%= @base["07"]["hex"] %>"
    cursor_color = "#<%= @base["02"]["hex"] %>"

  [[Base16 <%= @scheme %> Light]]
    background_image = None
    copy_on_selection = True
    allow_bold = False
    palette = "#<%= @base["07"]["hex"] %>:#<%= @base["08"]["hex"] %>:#<%= @base["0B"]["hex"] %>:#<%= @base["0A"]["hex"] %>:#<%= @base["0D"]["hex"] %>:#<%= @base["0E"]["hex"] %>:#<%= @base["0C"]["hex"] %>:#<%= @base["05"]["hex"] %>:#<%= @base["03"]["hex"] %>:#<%= @base["08"]["hex"] %>:#<%= @base["0B"]["hex"] %>:#<%= @base["0A"]["hex"] %>:#<%= @base["0D"]["hex"] %>:#<%= @base["0E"]["hex"] %>:#<%= @base["0C"]["hex"] %>:#<%= @base["00"]["hex"] %>"
    foreground_color = "#<%= @base["02"]["hex"] %>"
    background_color = "#<%= @base["07"]["hex"] %>"
    cursor_color = "#<%= @base["02"]["hex"] %>"

[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = Base16 <%= @scheme %> Light
    [[[window0]]]
      type = Window
      parent = ""
[plugins]
