import { ITheme } from './ITheme';

export const Base16AtelierEstuaryLight: ITheme = {
  DisplayName: 'Base16 Atelier Estuary Light',
  CodeStyles: {
    Keyword: {
      Color: '9d6c7c',
      FontWeight: 'bold',
    },
    Comment: {
      Color: '5b9d48',
    },
    Plaintext: {
      Color: '5f5e4e',
    },
    Punctuation: {
      Color: '5f5e4e',
    },
    String: {
      Color: '9d6c7c',
    },
    Literal: {
      Color: '9d6c7c',
      FontWeight: 'bold',
    },
    Type: {
      Color: '5f9182',
    },
    Tag: {
      Color: 'ba6236',
    },
    AttributeName: {
      Color: '5f9182',
    },
    Decimal: {
      Color: 'ae7313',
    },
    NoCode: {
      Color: 'ba6236',
    },
  },
  BackgroundStyle: {
    BackgroundColor: '929181',
  },
  LineNumberStyle: {
    Color: '5f5e4e',
    BackgroundColor: '929181',
  },
};
