colors:
  primary:
    background: '#161c23'
    foreground: '#c6b8ad'
    bright_foreground: '#e5ded6'
  cursor:
    text: CellBackground
    cursor: CellForeground
  vi_mode_cursor:
    text: CellBackground
    cursor: CellForeground
  search:
    matches:
      foreground: CellForeground
      background: '#313f4e'
    focused_match:
      foreground: '#e5ded6'
      background: '#313f4e'
    footer_bar:
      background: '#e5ded6'
      foreground: '#313f4e'
  hints:
    start:
      foreground: '#232d38'
      background: '#23a580'
    end:
      foreground: '#23a580'
      background: '#232d38'
  line_indicator:
    foreground: None
    background: None
  selection:
    text: CellForeground
    background: '#313f4e'
  normal:
    black: '#161c23'
    red: '#d32c5d'
    green: '#57a331'
    yellow: '#dc7759'
    blue: '#36b2d4'
    magenta: '#b759dc'
    cyan: '#23a580'
    white: '#c6b8ad'
  bright:
    black: '#415367'
    red: '#dc597f'
    green: '#7fdc59'
    yellow: '#dcb659'
    blue: '#59dcd8'
    magenta: '#dc59c0'
    cyan: '#59dcb7'
    white: '#e5ded6'