import { ITheme } from './ITheme';

export const Base163024: ITheme = {
  DisplayName: 'Base16 3024',
  CodeStyles: {
    Keyword: {
      Color: 'cdab53',
      FontWeight: 'bold',
    },
    Comment: {
      Color: 'b5e4f4',
    },
    Plaintext: {
      Color: 'a5a2a2',
    },
    Punctuation: {
      Color: 'a5a2a2',
    },
    String: {
      Color: 'cdab53',
    },
    Literal: {
      Color: 'cdab53',
      FontWeight: 'bold',
    },
    Type: {
      Color: 'a16a94',
    },
    Tag: {
      Color: 'db2d20',
    },
    AttributeName: {
      Color: 'a16a94',
    },
    Decimal: {
      Color: 'e8bbd0',
    },
    NoCode: {
      Color: 'db2d20',
    },
  },
  BackgroundStyle: {
    BackgroundColor: '4a4543',
  },
  LineNumberStyle: {
    Color: 'a5a2a2',
    BackgroundColor: '4a4543',
  },
};
