import { ITheme } from './ITheme';

export const Base16AtelierSulphurpool: ITheme = {
  DisplayName: 'Base16 Atelier Sulphurpool',
  CodeStyles: {
    Keyword: {
      Color: '9c637a',
      FontWeight: 'bold',
    },
    Comment: {
      Color: '22a2c9',
    },
    Plaintext: {
      Color: '979db4',
    },
    Punctuation: {
      Color: '979db4',
    },
    String: {
      Color: '9c637a',
    },
    Literal: {
      Color: '9c637a',
      FontWeight: 'bold',
    },
    Type: {
      Color: '6679cc',
    },
    Tag: {
      Color: 'c94922',
    },
    AttributeName: {
      Color: '6679cc',
    },
    Decimal: {
      Color: 'c76b29',
    },
    NoCode: {
      Color: 'c94922',
    },
  },
  BackgroundStyle: {
    BackgroundColor: '5e6687',
  },
  LineNumberStyle: {
    Color: '979db4',
    BackgroundColor: '5e6687',
  },
};
