// prefs.js Template
// Petr Hosek(http://petrhosek.name)

term_.prefs_.set('background-color', '#<%= @base["07"]["hex"] %>');
term_.prefs_.set('foreground-color', '#<%= @base["02"]["hex"] %>');
term_.prefs_.set('cursor-color', '#<%= @base["02"]["hex"] %>');

term_.prefs_.set('color-palette-overrides', [
    '#<%= @base["01"]["hex"] %>',
    '#<%= @base["08"]["hex"] %>',
    '#<%= @base["0B"]["hex"] %>',
    '#<%= @base["0A"]["hex"] %>',
    '#<%= @base["0D"]["hex"] %>',
    '#<%= @base["0F"]["hex"] %>',
    '#<%= @base["0C"]["hex"] %>',
    '#<%= @base["06"]["hex"] %>',
    '#<%= @base["00"]["hex"] %>',
    '#<%= @base["09"]["hex"] %>',
    '#<%= @base["02"]["hex"] %>',
    '#<%= @base["03"]["hex"] %>',
    '#<%= @base["04"]["hex"] %>',
    '#<%= @base["0E"]["hex"] %>',
    '#<%= @base["05"]["hex"] %>',
    '#<%= @base["07"]["hex"] %>',
  ]);
