| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- {
- "name": "briven",
- "type": "from-css",
- "tokenColors": [
- {
- "scope": ["comment", "punctuation.definition.comment", "string.comment"],
- "settings": {
- "foreground": "var(--ch-1)"
- }
- },
- {
- "scope": [
- "constant",
- "entity.name.constant",
- "variable.other.constant",
- "variable.other.enummember",
- "variable.language",
- "entity"
- ],
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": ["entity.name", "meta.export.default", "meta.definition.variable"],
- "settings": {
- "foreground": "var(--ch-3)"
- }
- },
- {
- "scope": [
- "variable.parameter.function",
- "meta.jsx.children",
- "meta.block",
- "meta.tag.attributes",
- "entity.name.constant",
- "meta.object.member",
- "meta.embedded.expression"
- ],
- "settings": {
- "foreground": "var(--ch-4)"
- }
- },
- {
- "scope": "entity.name.function",
- "settings": {
- "foreground": "var(--ch-5)"
- }
- },
- {
- "scope": ["entity.name.tag", "support.class.component"],
- "settings": {
- "foreground": "var(--ch-6)"
- }
- },
- {
- "scope": "keyword",
- "settings": {
- "foreground": "var(--ch-7)"
- }
- },
- {
- "scope": ["storage", "storage.type"],
- "settings": {
- "foreground": "var(--ch-7)"
- }
- },
- {
- "scope": ["storage.modifier.package", "storage.modifier.import", "storage.type.java"],
- "settings": {
- "foreground": "var(--ch-4)"
- }
- },
- {
- "scope": ["string", "string punctuation.section.embedded source"],
- "settings": {
- "foreground": "var(--ch-8)"
- }
- },
- {
- "scope": "support",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": "meta.property-name",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": "variable",
- "settings": {
- "foreground": "var(--ch-3)"
- }
- },
- {
- "scope": "variable.other",
- "settings": {
- "foreground": "var(--ch-4)"
- }
- },
- {
- "scope": "invalid.broken",
- "settings": {
- "foreground": "var(--ch-9)",
- "fontStyle": "italic"
- }
- },
- {
- "scope": "invalid.deprecated",
- "settings": {
- "foreground": "var(--ch-9)",
- "fontStyle": "italic"
- }
- },
- {
- "scope": "invalid.illegal",
- "settings": {
- "foreground": "var(--ch-9)",
- "fontStyle": "italic"
- }
- },
- {
- "scope": "invalid.unimplemented",
- "settings": {
- "foreground": "var(--ch-9)",
- "fontStyle": "italic"
- }
- },
- {
- "scope": "carriage-return",
- "settings": {
- "background": "var(--ch-7)",
- "foreground": "var(--ch-10)",
- "fontStyle": "italic underline"
- }
- },
- {
- "scope": "message.error",
- "settings": {
- "foreground": "var(--ch-9)"
- }
- },
- {
- "scope": "string variable",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": ["source.regexp", "string.regexp"],
- "settings": {
- "foreground": "var(--ch-8)"
- }
- },
- {
- "scope": [
- "string.regexp.character-class",
- "string.regexp constant.character.escape",
- "string.regexp source.ruby.embedded",
- "string.regexp string.regexp.arbitrary-repitition"
- ],
- "settings": {
- "foreground": "var(--ch-8)"
- }
- },
- {
- "scope": "string.regexp constant.character.escape",
- "settings": {
- "foreground": "var(--ch-6)",
- "fontStyle": "bold"
- }
- },
- {
- "scope": "support.constant",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": "support.variable",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": "support.type.property-name.json",
- "settings": {
- "foreground": "var(--ch-6)"
- }
- },
- {
- "scope": "meta.module-reference",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": "punctuation.definition.list.begin.markdown",
- "settings": {
- "foreground": "var(--ch-3)"
- }
- },
- {
- "scope": ["markup.heading", "markup.heading entity.name"],
- "settings": {
- "foreground": "var(--ch-2)",
- "fontStyle": "bold"
- }
- },
- {
- "scope": "markup.quote",
- "settings": {
- "foreground": "var(--ch-6)"
- }
- },
- {
- "scope": "markup.italic",
- "settings": {
- "foreground": "var(--ch-4)",
- "fontStyle": "italic"
- }
- },
- {
- "scope": "markup.bold",
- "settings": {
- "foreground": "var(--ch-4)",
- "fontStyle": "bold"
- }
- },
- {
- "scope": ["markup.underline"],
- "settings": {
- "fontStyle": "underline"
- }
- },
- {
- "scope": ["markup.strikethrough"],
- "settings": {
- "fontStyle": "strikethrough"
- }
- },
- {
- "scope": "markup.inline.raw",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": ["markup.deleted", "meta.diff.header.from-file", "punctuation.definition.deleted"],
- "settings": {
- "background": "var(--ch-11)",
- "foreground": "var(--ch-9)"
- }
- },
- {
- "scope": ["punctuation.section.embedded"],
- "settings": {
- "foreground": "var(--ch-7)"
- }
- },
- {
- "scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"],
- "settings": {
- "background": "var(--ch-12)",
- "foreground": "var(--ch-6)"
- }
- },
- {
- "scope": ["markup.changed", "punctuation.definition.changed"],
- "settings": {
- "background": "var(--ch-13)",
- "foreground": "var(--ch-3)"
- }
- },
- {
- "scope": ["markup.ignored", "markup.untracked"],
- "settings": {
- "background": "var(--ch-2)",
- "foreground": "var(--ch-14)"
- }
- },
- {
- "scope": "meta.diff.range",
- "settings": {
- "foreground": "var(--ch-5)",
- "fontStyle": "bold"
- }
- },
- {
- "scope": "meta.diff.header",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": "meta.separator",
- "settings": {
- "foreground": "var(--ch-2)",
- "fontStyle": "bold"
- }
- },
- {
- "scope": "meta.output",
- "settings": {
- "foreground": "var(--ch-2)"
- }
- },
- {
- "scope": [
- "brackethighlighter.tag",
- "brackethighlighter.curly",
- "brackethighlighter.round",
- "brackethighlighter.square",
- "brackethighlighter.angle",
- "brackethighlighter.quote"
- ],
- "settings": {
- "foreground": "var(--ch-15)"
- }
- },
- {
- "scope": "brackethighlighter.unmatched",
- "settings": {
- "foreground": "var(--ch-9)"
- }
- },
- {
- "scope": ["constant.other.reference.link", "string.other.link"],
- "settings": {
- "foreground": "var(--ch-8)",
- "fontStyle": "underline"
- }
- }
- ],
- "colors": {
- "editor.background": "var(--ch-16)",
- "editor.foreground": "var(--ch-4)",
- "editor.selectionBackground": "var(--ch-17)",
- "editor.infoForeground": "var(--ch-18)",
- "editor.rangeHighlightBackground": "var(--ch-19)",
- "editorLineNumber.foreground": "var(--ch-20)",
- "tab.activeBackground": "var(--ch-16)",
- "tab.inactiveBackground": "var(--ch-21)",
- "tab.activeForeground": "var(--ch-4)",
- "tab.inactiveForeground": "var(--ch-15)",
- "tab.border": "var(--ch-22)",
- "tab.activeBorder": "var(--ch-16)",
- "tab.activeBorderTop": "var(--ch-23)",
- "tab.hoverBackground": "var(--ch-16)",
- "tab.hoverForeground": "var(--ch-15)",
- "editorGroupHeader.tabsBorder": "var(--ch-22)",
- "editorGroupHeader.tabsBackground": "var(--ch-21)",
- "list.inactiveSelectionBackground": "var(--ch-24)",
- "list.inactiveSelectionForeground": "var(--ch-4)",
- "list.hoverBackground": "var(--ch-25)",
- "list.hoverForeground": "var(--ch-4)"
- }
- }
|