123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697 |
- export const github = {
- base: 'vs',
- inherit: true,
- rules: [
- {
- background: 'ffffff',
- token: '',
- },
- {
- foreground: '6a737d',
- token: 'comment',
- },
- {
- foreground: '6a737d',
- token: 'punctuation.definition.comment',
- },
- {
- foreground: '6a737d',
- token: 'string.comment',
- },
- {
- foreground: '005cc5',
- token: 'constant',
- },
- {
- foreground: '005cc5',
- token: 'entity.name.constant',
- },
- {
- foreground: '005cc5',
- token: 'variable.other.constant',
- },
- {
- foreground: '005cc5',
- token: 'variable.language',
- },
- {
- foreground: '6f42c1',
- token: 'entity',
- },
- {
- foreground: '6f42c1',
- token: 'entity.name',
- },
- {
- foreground: '24292e',
- token: 'variable.parameter.function',
- },
- {
- foreground: '22863a',
- token: 'entity.name.tag',
- },
- {
- foreground: 'd73a49',
- token: 'keyword',
- },
- {
- foreground: 'd73a49',
- token: 'storage',
- },
- {
- foreground: 'd73a49',
- token: 'storage.type',
- },
- {
- foreground: '24292e',
- token: 'storage.modifier.package',
- },
- {
- foreground: '24292e',
- token: 'storage.modifier.import',
- },
- {
- foreground: '24292e',
- token: 'storage.type.java',
- },
- {
- foreground: '032f62',
- token: 'string',
- },
- {
- foreground: '032f62',
- token: 'punctuation.definition.string',
- },
- {
- foreground: '032f62',
- token: 'string punctuation.section.embedded source',
- },
- {
- foreground: '005cc5',
- token: 'support',
- },
- {
- foreground: '005cc5',
- token: 'meta.property-name',
- },
- {
- foreground: 'e36209',
- token: 'variable',
- },
- {
- foreground: '24292e',
- token: 'variable.other',
- },
- {
- foreground: 'b31d28',
- fontStyle: 'bold italic underline',
- token: 'invalid.broken',
- },
- {
- foreground: 'b31d28',
- fontStyle: 'bold italic underline',
- token: 'invalid.deprecated',
- },
- {
- foreground: 'fafbfc',
- background: 'b31d28',
- fontStyle: 'italic underline',
- token: 'invalid.illegal',
- },
- {
- foreground: 'fafbfc',
- background: 'd73a49',
- fontStyle: 'italic underline',
- token: 'carriage-return',
- },
- {
- foreground: 'b31d28',
- fontStyle: 'bold italic underline',
- token: 'invalid.unimplemented',
- },
- {
- foreground: 'b31d28',
- token: 'message.error',
- },
- {
- foreground: '24292e',
- token: 'string source',
- },
- {
- foreground: '005cc5',
- token: 'string variable',
- },
- {
- foreground: '032f62',
- token: 'source.regexp',
- },
- {
- foreground: '032f62',
- token: 'string.regexp',
- },
- {
- foreground: '032f62',
- token: 'string.regexp.character-class',
- },
- {
- foreground: '032f62',
- token: 'string.regexp constant.character.escape',
- },
- {
- foreground: '032f62',
- token: 'string.regexp source.ruby.embedded',
- },
- {
- foreground: '032f62',
- token: 'string.regexp string.regexp.arbitrary-repitition',
- },
- {
- foreground: '22863a',
- fontStyle: 'bold',
- token: 'string.regexp constant.character.escape',
- },
- {
- foreground: '005cc5',
- token: 'support.constant',
- },
- {
- foreground: '005cc5',
- token: 'support.variable',
- },
- {
- foreground: '005cc5',
- token: 'meta.module-reference',
- },
- {
- foreground: '735c0f',
- token: 'markup.list',
- },
- {
- foreground: '005cc5',
- fontStyle: 'bold',
- token: 'markup.heading',
- },
- {
- foreground: '005cc5',
- fontStyle: 'bold',
- token: 'markup.heading entity.name',
- },
- {
- foreground: '22863a',
- token: 'markup.quote',
- },
- {
- foreground: '24292e',
- fontStyle: 'italic',
- token: 'markup.italic',
- },
- {
- foreground: '24292e',
- fontStyle: 'bold',
- token: 'markup.bold',
- },
- {
- foreground: '005cc5',
- token: 'markup.raw',
- },
- {
- foreground: 'b31d28',
- background: 'ffeef0',
- token: 'markup.deleted',
- },
- {
- foreground: 'b31d28',
- background: 'ffeef0',
- token: 'meta.diff.header.from-file',
- },
- {
- foreground: 'b31d28',
- background: 'ffeef0',
- token: 'punctuation.definition.deleted',
- },
- {
- foreground: '22863a',
- background: 'f0fff4',
- token: 'markup.inserted',
- },
- {
- foreground: '22863a',
- background: 'f0fff4',
- token: 'meta.diff.header.to-file',
- },
- {
- foreground: '22863a',
- background: 'f0fff4',
- token: 'punctuation.definition.inserted',
- },
- {
- foreground: 'e36209',
- background: 'ffebda',
- token: 'markup.changed',
- },
- {
- foreground: 'e36209',
- background: 'ffebda',
- token: 'punctuation.definition.changed',
- },
- {
- foreground: 'f6f8fa',
- background: '005cc5',
- token: 'markup.ignored',
- },
- {
- foreground: 'f6f8fa',
- background: '005cc5',
- token: 'markup.untracked',
- },
- {
- foreground: '6f42c1',
- fontStyle: 'bold',
- token: 'meta.diff.range',
- },
- {
- foreground: '005cc5',
- token: 'meta.diff.header',
- },
- {
- foreground: '005cc5',
- fontStyle: 'bold',
- token: 'meta.separator',
- },
- {
- foreground: '005cc5',
- token: 'meta.output',
- },
- {
- foreground: '586069',
- token: 'brackethighlighter.tag',
- },
- {
- foreground: '586069',
- token: 'brackethighlighter.curly',
- },
- {
- foreground: '586069',
- token: 'brackethighlighter.round',
- },
- {
- foreground: '586069',
- token: 'brackethighlighter.square',
- },
- {
- foreground: '586069',
- token: 'brackethighlighter.angle',
- },
- {
- foreground: '586069',
- token: 'brackethighlighter.quote',
- },
- {
- foreground: 'b31d28',
- token: 'brackethighlighter.unmatched',
- },
- {
- foreground: 'b31d28',
- token: 'sublimelinter.mark.error',
- },
- {
- foreground: 'e36209',
- token: 'sublimelinter.mark.warning',
- },
- {
- foreground: '959da5',
- token: 'sublimelinter.gutter-mark',
- },
- {
- foreground: '032f62',
- fontStyle: 'underline',
- token: 'constant.other.reference.link',
- },
- {
- foreground: '032f62',
- fontStyle: 'underline',
- token: 'string.other.link',
- },
- ],
- colors: {
- 'editor.foreground': '#24292e',
- 'editor.background': '#ffffff',
- 'editor.selectionBackground': '#c8c8fa',
- 'editor.inactiveSelectionBackground': '#fafbfc',
- 'editor.lineHighlightBackground': '#fafbfc',
- 'editorCursor.foreground': '#24292e',
- 'editorWhitespace.foreground': '#959da5',
- 'editorIndentGuide.background': '#959da5',
- 'editorIndentGuide.activeBackground': '#24292e',
- 'editor.selectionHighlightBorder': '#fafbfc',
- },
- };
- export const githubDark = {
- base: 'vs-dark',
- inherit: true,
- rules: [
- {
- background: '24292e',
- token: '',
- },
- {
- foreground: '959da5',
- token: 'comment',
- },
- {
- foreground: '959da5',
- token: 'punctuation.definition.comment',
- },
- {
- foreground: '959da5',
- token: 'string.comment',
- },
- {
- foreground: 'c8e1ff',
- token: 'constant',
- },
- {
- foreground: 'c8e1ff',
- token: 'entity.name.constant',
- },
- {
- foreground: 'c8e1ff',
- token: 'variable.other.constant',
- },
- {
- foreground: 'c8e1ff',
- token: 'variable.language',
- },
- {
- foreground: 'b392f0',
- token: 'entity',
- },
- {
- foreground: 'b392f0',
- token: 'entity.name',
- },
- {
- foreground: 'f6f8fa',
- token: 'variable.parameter.function',
- },
- {
- foreground: '7bcc72',
- token: 'entity.name.tag',
- },
- {
- foreground: 'ea4a5a',
- token: 'keyword',
- },
- {
- foreground: 'ea4a5a',
- token: 'storage',
- },
- {
- foreground: 'ea4a5a',
- token: 'storage.type',
- },
- {
- foreground: 'f6f8fa',
- token: 'storage.modifier.package',
- },
- {
- foreground: 'f6f8fa',
- token: 'storage.modifier.import',
- },
- {
- foreground: 'f6f8fa',
- token: 'storage.type.java',
- },
- {
- foreground: '79b8ff',
- token: 'string',
- },
- {
- foreground: '79b8ff',
- token: 'punctuation.definition.string',
- },
- {
- foreground: '79b8ff',
- token: 'string punctuation.section.embedded source',
- },
- {
- foreground: 'c8e1ff',
- token: 'support',
- },
- {
- foreground: 'c8e1ff',
- token: 'meta.property-name',
- },
- {
- foreground: 'fb8532',
- token: 'variable',
- },
- {
- foreground: 'f6f8fa',
- token: 'variable.other',
- },
- {
- foreground: 'd73a49',
- fontStyle: 'bold italic underline',
- token: 'invalid.broken',
- },
- {
- foreground: 'd73a49',
- fontStyle: 'bold italic underline',
- token: 'invalid.deprecated',
- },
- {
- foreground: 'fafbfc',
- background: 'd73a49',
- fontStyle: 'italic underline',
- token: 'invalid.illegal',
- },
- {
- foreground: 'fafbfc',
- background: 'd73a49',
- fontStyle: 'italic underline',
- token: 'carriage-return',
- },
- {
- foreground: 'd73a49',
- fontStyle: 'bold italic underline',
- token: 'invalid.unimplemented',
- },
- {
- foreground: 'd73a49',
- token: 'message.error',
- },
- {
- foreground: 'f6f8fa',
- token: 'string source',
- },
- {
- foreground: 'c8e1ff',
- token: 'string variable',
- },
- {
- foreground: '79b8ff',
- token: 'source.regexp',
- },
- {
- foreground: '79b8ff',
- token: 'string.regexp',
- },
- {
- foreground: '79b8ff',
- token: 'string.regexp.character-class',
- },
- {
- foreground: '79b8ff',
- token: 'string.regexp constant.character.escape',
- },
- {
- foreground: '79b8ff',
- token: 'string.regexp source.ruby.embedded',
- },
- {
- foreground: '79b8ff',
- token: 'string.regexp string.regexp.arbitrary-repitition',
- },
- {
- foreground: '7bcc72',
- fontStyle: 'bold',
- token: 'string.regexp constant.character.escape',
- },
- {
- foreground: 'c8e1ff',
- token: 'support.constant',
- },
- {
- foreground: 'c8e1ff',
- token: 'support.variable',
- },
- {
- foreground: 'c8e1ff',
- token: 'meta.module-reference',
- },
- {
- foreground: 'fb8532',
- token: 'markup.list',
- },
- {
- foreground: '0366d6',
- fontStyle: 'bold',
- token: 'markup.heading',
- },
- {
- foreground: '0366d6',
- fontStyle: 'bold',
- token: 'markup.heading entity.name',
- },
- {
- foreground: 'c8e1ff',
- token: 'markup.quote',
- },
- {
- foreground: 'f6f8fa',
- fontStyle: 'italic',
- token: 'markup.italic',
- },
- {
- foreground: 'f6f8fa',
- fontStyle: 'bold',
- token: 'markup.bold',
- },
- {
- foreground: 'c8e1ff',
- token: 'markup.raw',
- },
- {
- foreground: 'b31d28',
- background: 'ffeef0',
- token: 'markup.deleted',
- },
- {
- foreground: 'b31d28',
- background: 'ffeef0',
- token: 'meta.diff.header.from-file',
- },
- {
- foreground: 'b31d28',
- background: 'ffeef0',
- token: 'punctuation.definition.deleted',
- },
- {
- foreground: '176f2c',
- background: 'f0fff4',
- token: 'markup.inserted',
- },
- {
- foreground: '176f2c',
- background: 'f0fff4',
- token: 'meta.diff.header.to-file',
- },
- {
- foreground: '176f2c',
- background: 'f0fff4',
- token: 'punctuation.definition.inserted',
- },
- {
- foreground: 'b08800',
- background: 'fffdef',
- token: 'markup.changed',
- },
- {
- foreground: 'b08800',
- background: 'fffdef',
- token: 'punctuation.definition.changed',
- },
- {
- foreground: '2f363d',
- background: '959da5',
- token: 'markup.ignored',
- },
- {
- foreground: '2f363d',
- background: '959da5',
- token: 'markup.untracked',
- },
- {
- foreground: 'b392f0',
- fontStyle: 'bold',
- token: 'meta.diff.range',
- },
- {
- foreground: 'c8e1ff',
- token: 'meta.diff.header',
- },
- {
- foreground: '0366d6',
- fontStyle: 'bold',
- token: 'meta.separator',
- },
- {
- foreground: '0366d6',
- token: 'meta.output',
- },
- {
- foreground: 'ffeef0',
- token: 'brackethighlighter.tag',
- },
- {
- foreground: 'ffeef0',
- token: 'brackethighlighter.curly',
- },
- {
- foreground: 'ffeef0',
- token: 'brackethighlighter.round',
- },
- {
- foreground: 'ffeef0',
- token: 'brackethighlighter.square',
- },
- {
- foreground: 'ffeef0',
- token: 'brackethighlighter.angle',
- },
- {
- foreground: 'ffeef0',
- token: 'brackethighlighter.quote',
- },
- {
- foreground: 'd73a49',
- token: 'brackethighlighter.unmatched',
- },
- {
- foreground: 'd73a49',
- token: 'sublimelinter.mark.error',
- },
- {
- foreground: 'fb8532',
- token: 'sublimelinter.mark.warning',
- },
- {
- foreground: '6a737d',
- token: 'sublimelinter.gutter-mark',
- },
- {
- foreground: '79b8ff',
- fontStyle: 'underline',
- token: 'constant.other.reference.link',
- },
- {
- foreground: '79b8ff',
- fontStyle: 'underline',
- token: 'string.other.link',
- },
- ],
- colors: {
- 'editor.foreground': '#f6f8fa',
- 'editor.background': '#24292e',
- 'editor.selectionBackground': '#4c2889',
- 'editor.inactiveSelectionBackground': '#444d56',
- 'editor.lineHighlightBackground': '#444d56',
- 'editorCursor.foreground': '#ffffff',
- 'editorWhitespace.foreground': '#6a737d',
- 'editorIndentGuide.background': '#6a737d',
- 'editorIndentGuide.activeBackground': '#f6f8fa',
- 'editor.selectionHighlightBorder': '#444d56',
- },
- };
|