1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00
steffula-code/themes/Steffula-color-theme.json

821 lines
19 KiB
JSON
Raw Normal View History

2022-01-10 14:37:02 +00:00
{
"name": "Steffula",
"type": "dark",
"colors": {
2022-01-13 18:51:42 +00:00
"foreground": "#cacbcc",
2022-01-10 22:11:25 +00:00
"input.background": "#45494a",
"input.border": "#646464",
2022-01-13 18:51:42 +00:00
"input.foreground": "#cacbcc",
"input.placeholderForeground": "#777777",
2022-01-10 22:11:25 +00:00
"badge.background": "#45494a",
"badge.foreground": "#a6a7a8",
"activityBar.background": "#3c3f41",
"activityBar.foreground": "#cacbcc",
"activityBar.inactiveForeground": "#646464",
2022-05-04 13:03:10 +00:00
"activityBarBadge.background": "#ffff00",
"activityBarBadge.foreground": "#000000",
2022-01-10 14:37:02 +00:00
"editor.background": "#2b2b2b",
"editor.foreground": "#a9b7c6",
2022-01-10 22:11:25 +00:00
"editorLineNumber.foreground": "#606366",
"editorError.foreground": "#ff5252",
"problemsErrorIcon.foreground": "#ff5252",
"minimap.errorHighlight": "#ff5252",
"list.errorForeground": "#ff5252",
"editorWarning.foreground": "#ffff00",
"problemsWarningIcon.foreground": "#ffff00",
"minimap.warningHighlight": "#ffff00",
"list.warningForeground": "#ffff00",
"editorInfo.foreground": "#66663d",
"problemsInfoIcon.foreground": "#66663d",
"editorHint.foreground": "#155221",
"editorGutter.addedBackground": "#438c65",
"editorGutter.deletedBackground": "#8f5247",
"editorGutter.modifiedBackground": "#43698d",
"minimapGutter.addedBackground": "#438c65",
"minimapGutter.deletedBackground": "#8f5247",
"minimapGutter.modifiedBackground": "#43698d",
"diffEditor.insertedTextBackground": "#438c6540",
"diffEditor.removedTextBackground": "#8f524740",
"diffEditor.diagonalFill": "#50505040",
"merge.currentHeaderBackground": "#8f8e47",
"merge.currentContentBackground": "#453d2b",
"merge.incomingHeaderBackground": "#8f8e47",
"merge.incomingContentBackground": "#453d2b",
"sideBar.background": "#3c3f41",
"statusBar.background": "#3c3f41",
2022-01-13 18:51:42 +00:00
"statusBar.debuggingBackground": "#162c1e",
"statusBar.noFolderBackground": "#28162c",
2022-01-10 22:11:25 +00:00
"statusBarItem.errorForeground": "#ff5252",
"statusBarItem.warningForeground": "#ffff00",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#3993d4",
"terminal.ansiBrightBlack": "#595959",
"terminal.ansiBrightBlue": "#10b0ff",
"terminal.ansiBrightCyan": "#00e5e5",
"terminal.ansiBrightGreen": "#4fc414",
"terminal.ansiBrightMagenta": "#ed7eed",
"terminal.ansiBrightRed": "#ff4050",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#e5bf00",
"terminal.ansiCyan": "#00a3a3",
"terminal.ansiGreen": "#5c962c",
"terminal.ansiMagenta": "#a771bf",
"terminal.ansiRed": "#f0524f",
"terminal.ansiWhite": "#808080",
"terminal.ansiYellow": "#a68a0d",
2022-01-11 13:55:56 +00:00
"debugToolBar.background": "#162c1e",
2022-01-10 22:11:25 +00:00
"gitDecoration.addedResourceForeground": "#629755",
"gitDecoration.modifiedResourceForeground": "#6897bb",
"gitDecoration.renamedResourceForeground": "#6897bb",
"gitDecoration.stageModifiedResourceForeground": "#6897bb",
"gitDecoration.deletedResourceForeground": "#d5756c",
"gitDecoration.stageDeletedResourceForeground": "#d5756c",
"gitDecoration.untrackedResourceForeground": "#9375b6",
"gitDecoration.ignoredResourceForeground": "#6c6c6c",
"gitDecoration.conflictingResourceForeground": "#8f8e47",
"gitDecoration.submoduleResourceForeground": "#d08d69",
2022-01-10 14:37:02 +00:00
},
"tokenColors": [
{
2022-06-06 02:39:38 +00:00
"name": "base",
2022-01-10 14:37:02 +00:00
"scope": [
"meta.attribute.python",
],
"settings": {
"foreground": "#a9b7c6",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "comment",
2022-01-10 14:37:02 +00:00
"scope": [
"comment",
"punctuation.definition.comment",
],
"settings": {
2022-01-13 18:51:42 +00:00
"foreground": "#555555",
2022-01-10 14:37:02 +00:00
}
},
2022-01-11 16:12:11 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "comment-marker",
2022-01-11 16:12:11 +00:00
"scope": [
"comment keyword.codetag",
],
"settings": {
"foreground": "#707070",
2022-07-20 03:57:43 +00:00
"fontStyle": "bold"
2022-01-11 16:12:11 +00:00
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "keyword",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"entity.other.keyframe-offset",
2022-01-10 14:37:02 +00:00
"keyword",
2022-07-20 03:57:43 +00:00
"meta.tag entity.name.tag",
"storage.type.var",
2022-01-10 14:37:02 +00:00
"storage",
"keyword.other.special-method.dockerfile",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#ff9340",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "punctuation",
2022-01-10 14:37:02 +00:00
"scope": [
"meta.brace",
"meta.environment-variable.ruby",
2022-07-20 03:57:43 +00:00
"meta.function.calc",
"meta.tag.inline.template",
"meta.tag.xml",
"meta.template punctuation.fix_this_later.pipe",
2022-02-23 04:32:34 +00:00
"punctuation.math.begin.bracket",
"punctuation.math.end.bracket",
2022-07-20 03:57:43 +00:00
"punctuation",
"source.prisma",
"source.sql",
"storage.modifier.chomping-indicator",
"storage.modifier.reference",
"storage.type.function.arrow",
"meta.directive.dated.beancount meta.account.beancount punctuation.separator.beancount",
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
2022-07-29 04:31:05 +00:00
"meta.tag.table.toml",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#cc7832",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "namespace",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.name.module",
2022-07-20 03:57:43 +00:00
"entity.name.namespace",
2022-01-10 14:37:02 +00:00
"entity.name.scope-resolution",
2022-07-20 03:57:43 +00:00
"entity.name.type.module",
2022-05-04 10:40:10 +00:00
"meta.preamble.latex support.class",
2022-07-20 03:57:43 +00:00
"support.constant.math",
"support.type.object.module",
"constant.language.beancount",
"meta.import variable",
"storage.modifier.import",
"storage.modifier.package",
2022-07-29 04:32:41 +00:00
"entity.name.type.namespace",
2022-01-10 14:37:02 +00:00
],
"settings": {
2022-01-11 16:12:11 +00:00
"foreground": "#ffdd44",
2022-01-10 14:37:02 +00:00
}
},
{
2022-06-06 02:39:38 +00:00
"name": "class",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.name.type",
"entity.other.inherited-class",
2022-01-11 16:12:11 +00:00
"entity.type.commodity",
2022-07-20 03:57:43 +00:00
"support.class",
"support.type",
2022-01-10 14:37:02 +00:00
],
"settings": {
2022-01-10 15:07:17 +00:00
"foreground": "#88ffff",
2022-01-10 14:37:02 +00:00
}
},
2022-07-20 03:57:43 +00:00
{
"name": "class-declaration",
"scope": [
"entity.name.type.class.gdscript",
"entity.name.type.class",
2022-05-20 14:12:29 +00:00
"entity.name.type.model.prisma",
2022-07-20 03:57:43 +00:00
"entity.name.type.struct.rust",
"meta.block.class entity.name.type",
"meta.block.struct entity.name.type",
],
"settings": {
"foreground": "#00ffff",
"fontStyle": "bold",
}
},
{
"name": "interface",
"scope": [
"entity.name.type.interface",
],
"settings": {
"foreground": "#88ff88",
},
},
{
"name": "interface-declaration",
"scope": [
2022-02-11 19:35:29 +00:00
"entity.name.type.trait",
2022-07-20 03:57:43 +00:00
"meta.interface entity.name.type.interface",
],
"settings": {
"foreground": "#00ff00",
"fontStyle": "bold"
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "type",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.name.type.alias",
],
"settings": {
"foreground": "#80ffd4",
2022-01-10 14:37:02 +00:00
}
},
2022-01-11 16:12:11 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "type-declaration",
2022-01-11 16:12:11 +00:00
"scope": [
2022-02-11 19:35:29 +00:00
"entity.name.type.declaration",
2022-07-20 03:57:43 +00:00
"meta.type.declaration entity.name.type.alias",
2022-01-11 16:12:11 +00:00
],
"settings": {
"foreground": "#00ffaa",
2022-07-20 03:57:43 +00:00
"fontStyle": "bold",
2022-01-11 16:12:11 +00:00
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "function",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"constant.character.math.tex",
"constant.other.general.math.tex",
"entity.name.function-call",
"entity.name.function.call",
2022-01-10 14:37:02 +00:00
"entity.name.function",
"entity.name.operator",
2022-07-20 03:57:43 +00:00
"entity.name.tag support.class.component",
2022-01-10 14:37:02 +00:00
"entity.name.variable.property.cs",
"entity.other.attribute-name.class.mixin",
2022-07-20 03:57:43 +00:00
"meta.function-call entity.name.function",
"meta.function-call.generic",
2022-02-11 19:35:29 +00:00
"meta.function.call entity.name.function",
2022-07-20 03:57:43 +00:00
"meta.template meta.function-call.template.mediawiki",
2022-02-23 04:32:34 +00:00
"punctuation.definition.constant.math.tex",
2022-07-20 03:57:43 +00:00
"punctuation.definition.function.latex",
"punctuation.definition.function.tex",
"support.function.target",
"support.function",
"source.rst keyword.control",
"meta.literal.nodepath.gdscript entity.name.function.gdscript"
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#e6e68a",
}
},
2022-07-20 03:57:43 +00:00
{
"name": "function-declaration",
"scope": [
"entity.name.function.target",
"entity.name.type.config.prisma",
2022-07-20 03:57:43 +00:00
"meta.definition.variable entity.name.function",
"meta.definition.function entity.name.function",
"meta.method.identifier entity.name.function",
2022-07-29 04:30:44 +00:00
"entity.name.function.python",
2022-07-29 04:47:39 +00:00
"entity.name.function.gdscript",
2022-07-20 03:57:43 +00:00
],
"settings": {
"foreground": "#ffff00",
"fontStyle": "bold",
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "enum",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.name.type.enum",
"entity.name.variable.enum-member",
2022-01-11 16:12:11 +00:00
"variable.other.enummember",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#e8bfff",
2022-01-10 14:37:02 +00:00
}
},
2022-01-11 16:12:11 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "enum-declaration",
2022-01-11 16:12:11 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"entity.name.type.enum",
2022-01-11 16:12:11 +00:00
"meta.enum.declaration entity.name.type.enum",
],
"settings": {
"foreground": "#ca6fff",
"fontStyle": "bold",
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "variable",
2022-01-10 14:37:02 +00:00
"scope": [
"constant.other.caps",
2022-07-20 03:57:43 +00:00
"entity.name.variable",
2022-02-23 04:32:34 +00:00
"meta.function.environment support.class.math.block.environment.latex",
2022-07-20 03:57:43 +00:00
"meta.use",
"punctuation.definition.variable",
"support.variable",
"variable",
"meta.import meta.block variable",
"source.rst entity.name.tag",
2022-01-10 14:37:02 +00:00
],
"settings": {
2022-01-11 16:12:11 +00:00
"foreground": "#dcaf88",
2022-01-10 14:37:02 +00:00
}
},
{
2022-06-06 02:39:38 +00:00
"name": "special",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"constant.language.import-export-all",
"constant.other.placeholder.makefile",
"entity.name.tag.reference.scss",
"entity.name.type.lifetime",
"keyword.other.special-method",
2022-01-10 14:37:02 +00:00
"keyword.other.this",
2022-07-20 03:57:43 +00:00
"meta.function.definition keyword.operator.logical",
2022-03-25 15:39:43 +00:00
"meta.use.rust keyword.other.crate",
2022-02-11 19:35:29 +00:00
"punctuation.definition.lifetime",
2022-02-23 04:12:31 +00:00
"support.function.builtin.shorthand.gdscript",
2022-07-20 03:57:43 +00:00
"support.function.magic",
"support.function.target.PHONY",
"support.variable.magic",
"variable.language",
"variable.parameter.function.language.special",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#db88db",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "literal",
2022-01-10 14:37:02 +00:00
"scope": [
"constant",
"keyword.other.unit",
2022-07-20 03:57:43 +00:00
"punctuation.definition.constant",
2022-01-11 16:12:11 +00:00
"support.constant",
2022-07-20 03:57:43 +00:00
"support.type.builtin",
"meta.amount.beancount keyword.operator.modifier",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#6897bb",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "string",
2022-01-10 14:37:02 +00:00
"scope": [
2022-02-23 04:35:01 +00:00
"punctuation.definition.string.begin.latex",
"punctuation.definition.string.end.latex",
2022-07-20 03:57:43 +00:00
"punctuation.definition.string",
"string",
"support.class.math.block.environment.latex",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#438c5c",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "bytes",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"meta.literal.nodepath.gdscript constant.character.escape",
2022-01-10 14:37:02 +00:00
"string.quoted.binary",
2022-07-20 03:57:43 +00:00
"string.quoted.double.sql punctuation.definition.string",
"string.quoted.double.sql",
2022-07-29 04:45:44 +00:00
"string.unquoted",
2022-07-20 03:57:43 +00:00
"support.function.builtin.shorthand.gdscript constant.character.escape",
"support.function.builtin.shorthand.gdscript keyword",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#a7c261",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "docstring",
2022-01-10 14:37:02 +00:00
"scope": [
2022-01-10 15:07:17 +00:00
"comment.block.documentation",
2022-01-11 16:12:11 +00:00
"comment.block.javadoc",
2022-05-04 10:40:10 +00:00
"comment.documentation",
2022-07-20 03:57:43 +00:00
"comment.line.documentation",
"string.quoted.docstring",
"comment.block.documentation punctuation.definition.comment",
"comment.block.javadoc punctuation.definition.comment",
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#629755",
}
},
2022-07-20 03:57:43 +00:00
{
"name": "docstring-keyword",
"scope": [
2022-01-11 16:12:11 +00:00
"keyword.other.phpdoc",
2022-07-20 03:57:43 +00:00
"punctuation.definition.block.tag.jsdoc",
"punctuation.definition.inline.tag.jsdoc",
"storage.type.class.jsdoc",
"keyword.other.documentation.javadoc",
],
"settings": {
2022-07-29 04:26:13 +00:00
"foreground": "#767E48",
2022-07-20 03:57:43 +00:00
"fontStyle": "underline bold"
}
},
{
"name": "docstring-variable",
"scope": [
2022-01-11 16:12:11 +00:00
"punctuation.definition.bracket.curly.begin.jsdoc",
"punctuation.definition.bracket.curly.end.jsdoc",
2022-07-20 03:57:43 +00:00
"comment.block.javadoc entity.name.type.class",
"comment.block.javadoc variable.parameter",
"variable.other.description.jsdoc",
"variable.other.jsdoc",
],
"settings": {
"foreground": "#8a653b",
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "escape",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"constant.character.entity",
2022-01-10 14:37:02 +00:00
"constant.character.escape",
"punctuation.definition.entity", // Might need to be changed
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#a5c261",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "format-contents",
2022-01-10 14:37:02 +00:00
"scope": [
"constant.character.format.placeholder",
"entity.name.tag.mustache",
2022-03-10 15:38:40 +00:00
"entity.other.jinja.delimiter",
2022-07-20 03:57:43 +00:00
"meta.template-parameter.mediawiki",
"punctuation.definition.interpolation",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#86ffff",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "format-options",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"keyword.control.jinja",
2022-01-10 14:37:02 +00:00
"storage.type.format",
"storage.type.string.python",
],
"settings": {
"foreground": "#597aff",
2022-03-10 15:38:40 +00:00
"fontStyle": "bold"
}
},
{
2022-07-20 03:57:43 +00:00
"name": "format-variables",
2022-03-10 15:38:40 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"meta.interpolation",
"meta.template-parameter.mediawiki variable",
2022-03-10 15:38:40 +00:00
"variable.other.jinja",
"markup.bold",
"punctuation.definition.bold",
"markup.italic",
"punctuation.definition.italic",
"markup.underline",
"punctuation.definition.underline",
2022-03-10 15:38:40 +00:00
],
"settings": {
"foreground": "#8fa5ff",
2022-01-10 14:37:02 +00:00
}
},
{
2022-06-06 02:39:38 +00:00
"name": "key",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"constant.other.symbol.hashkey",
"entity.name.tag",
"entity.other.attribute-name",
2022-01-10 14:37:02 +00:00
"keyword.key",
"keyword.other.definition.ini",
"meta.object-literal.key",
"meta.object.member",
2022-07-20 03:57:43 +00:00
"meta.property-list.scss entity.name.tag.css",
"meta.template variable",
"source.pip-requirements entity.name.class",
2022-01-10 14:37:02 +00:00
"string.other.option",
2022-07-20 03:57:43 +00:00
"support.type.metaclass",
"support.type.property-name punctuation",
"support.type.property-name",
2022-01-10 14:37:02 +00:00
"variable.css",
2022-07-20 03:57:43 +00:00
"variable.object.property",
"variable.other.env",
2022-01-10 14:37:02 +00:00
"variable.parameter.function-call.python",
2022-05-20 14:12:29 +00:00
"variable.parameter.key",
2022-07-20 03:57:43 +00:00
"support.variable.beancount",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#ff6736",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "meta",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"comment.line.number-sign.shebang",
"comment.line.triple-slash.directive punctuation.definition.comment",
"comment.line.triple-slash.directive",
"entity.name.function.attribute.prisma",
2022-01-10 14:37:02 +00:00
"entity.name.function.decorator",
"entity.name.function.macro",
2022-01-11 16:12:11 +00:00
"keyword.control.at-rule punctuation.definition.keyword",
2022-07-20 03:57:43 +00:00
"keyword.control.at-rule",
2022-01-10 14:37:02 +00:00
"keyword.control.directive",
2022-07-20 03:57:43 +00:00
"meta.attribute keyword.operator.attribute.inner",
"meta.attribute punctuation.brackets.attribute",
"meta.attribute punctuation.definition.attribute",
"meta.attribute",
2022-01-10 14:37:02 +00:00
"meta.preprocessor",
2022-07-20 03:57:43 +00:00
"meta.tag.metadata",
"meta.tag.preprocessor entity.name.tag",
"meta.tag.preprocessor punctuation",
"meta.tag.preprocessor",
2022-06-28 01:38:32 +00:00
"meta.template.parser-function",
2022-07-20 03:57:43 +00:00
"punctuation.definition.decorator",
2022-01-10 14:37:02 +00:00
"punctuation.definition.directive",
2022-02-23 04:22:52 +00:00
"support.type.vendored.property-name",
2022-07-20 03:57:43 +00:00
"meta.function.decorator support.type",
"keyword.preprocessor",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#bbb529",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "heading",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-30 01:13:46 +00:00
"meta.tag.table.toml entity.other.attribute-name",
"entity.name.section.group-title",
"punctuation.definition.entity.ini",
2022-01-10 14:37:02 +00:00
"heading",
2022-01-10 15:07:17 +00:00
"punctuation.definition.heading",
2022-07-20 03:57:43 +00:00
"markup.heading",
2022-01-10 14:37:02 +00:00
],
"settings": {
2022-07-30 01:13:46 +00:00
"foreground": "#ff9340",
2022-07-30 01:00:36 +00:00
"fontStyle": "bold",
2022-01-10 14:37:02 +00:00
}
},
{
2022-06-06 02:39:38 +00:00
"name": "link",
2022-01-10 14:37:02 +00:00
"scope": [
"meta.image",
2022-07-20 03:57:43 +00:00
"meta.link string",
"meta.link",
2022-06-06 01:26:49 +00:00
"punctuation.definition.link.title.begin.markdown",
"punctuation.definition.link.title.end.markdown",
2022-07-20 03:57:43 +00:00
"string.other.link",
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#00d0ff",
}
},
{
"name": "media",
"scope": [
"meta.image punctuation",
"meta.image string.other.link",
],
"settings": {
"foreground": "#80ffd4"
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "url",
2022-01-10 14:37:02 +00:00
"scope": [
"keyword.operator.link",
2022-07-20 03:57:43 +00:00
"markup.underline.link",
2022-06-28 01:38:32 +00:00
"meta.link.wiki.mediawiki constant",
2022-07-20 03:57:43 +00:00
"meta.link.wiki.mediawiki punctuation",
"variable.parameter.url",
"punctuation.definition.metadata.markdown",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#2a7ede",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "code",
2022-01-10 14:37:02 +00:00
"scope": [
"markup.fenced_code",
"markup.inline.raw",
2022-06-28 01:38:32 +00:00
"markup.other.table",
2022-07-20 03:57:43 +00:00
"punctuation.definition.markdown",
"punctuation.definition.raw.markdown",
"source.rst string.interpolated",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#808080",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "code-language",
2022-01-10 14:37:02 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"fenced_code.block.language",
2022-01-10 14:37:02 +00:00
"markup.fenced_code.block.language",
],
"settings": {
"foreground": "#bbb529",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "quote",
2022-01-10 14:37:02 +00:00
"scope": [
"markup.quote",
2022-02-23 04:32:34 +00:00
"punctuation.definition.quote.begin",
"punctuation.definition.quote.end",
2022-01-10 14:37:02 +00:00
],
"settings": {
"foreground": "#639656",
}
},
2022-02-23 03:46:53 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "insert",
2022-02-23 03:46:53 +00:00
"scope": [
"markup.inserted",
],
"settings": {
"foreground": "#99ff99",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "insert-header",
2022-02-23 03:46:53 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"meta.diff.header.to-file",
2022-02-23 03:46:53 +00:00
"punctuation.definition.inserted",
"punctuation.definition.to-file",
],
"settings": {
"foreground": "#44ff44",
"fontStyle": "bold"
}
},
{
2022-06-06 02:39:38 +00:00
"name": "delete",
2022-02-23 03:46:53 +00:00
"scope": [
"markup.deleted",
],
"settings": {
"foreground": "#ff9999",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "delete-header",
2022-02-23 03:46:53 +00:00
"scope": [
2022-07-20 03:57:43 +00:00
"meta.diff.header.from-file",
2022-02-23 03:46:53 +00:00
"punctuation.definition.deleted",
"punctuation.definition.from-file",
],
"settings": {
"foreground": "#ff4444",
"fontStyle": "bold"
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "log-error",
2022-01-10 14:37:02 +00:00
"scope": [
"log.error",
],
"settings": {
"foreground": "#ffa6a6",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "log-warning",
2022-01-10 14:37:02 +00:00
"scope": [
"log.warn",
"log.warning",
],
"settings": {
"foreground": "#ffffa6",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "log-info",
2022-01-10 14:37:02 +00:00
"scope": [
"log.info",
],
"settings": {
"foreground": "#99eeff",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "log-verbose",
2022-01-10 14:37:02 +00:00
"scope": [
"log.verbose",
],
"settings": {
"foreground": "#a8a8ff",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "log-debug",
2022-01-10 14:37:02 +00:00
"scope": [
"log.debug",
],
"settings": {
"foreground": "#ca77ff",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "log-context",
2022-01-10 14:37:02 +00:00
"scope": [
"constant.numeric.date",
2022-07-20 03:57:43 +00:00
"log.date",
2022-02-23 03:46:53 +00:00
"meta.toc-list.line-number",
2022-07-20 03:57:43 +00:00
"meta.directive.dated.beancount punctuation.separator",
"meta.directive.transaction.beancount punctuation.separator",
2022-01-10 14:37:02 +00:00
],
"settings": {
2022-01-11 16:12:11 +00:00
"foreground": "#8a653b",
2022-01-10 14:37:02 +00:00
}
},
{
2022-06-06 02:39:38 +00:00
"name": "selector-tag",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.name.tag.css",
"entity.name.tag.wildcard.css",
2022-02-23 04:22:52 +00:00
"entity.name.tag.wildcard.scss",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#00ff32",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "selector-attribute",
2022-01-10 14:37:02 +00:00
"scope": [
"meta.attribute-selector",
"meta.attribute-selector punctuation.definition.entity",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#ff9340",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "selector-class",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.other.attribute-name.class",
"entity.other.attribute-name.class punctuation.definition.entity.css",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#fcff00",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "selector-id",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.other.attribute-name.id",
"entity.other.attribute-name.id punctuation.definition.entity.css",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#00ffff",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "selector-pseudoclass",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.other.attribute-name.pseudo-class",
"entity.other.attribute-name.pseudo-class punctuation.definition.entity.css",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#ca77ff",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "selector-pseudoelement",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.other.attribute-name.pseudo-element",
"entity.other.attribute-name.pseudo-element punctuation.definition.entity.css",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#ff00ff",
}
},
{
2022-06-06 02:39:38 +00:00
"name": "selector-parent",
2022-01-10 14:37:02 +00:00
"scope": [
"entity.other.attribute-name.parent-selector",
"entity.other.attribute-name.parent-selector punctuation.definition.entity.css",
2022-07-20 03:57:43 +00:00
],
2022-01-10 14:37:02 +00:00
"settings": {
"foreground": "#00ffaa",
}
},
2022-05-20 14:12:29 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "db-relationship",
2022-05-20 14:12:29 +00:00
"scope": [
"variable.language.relations.prisma",
],
"settings": {
"foreground": "#00ffaa",
"fontStyle": "italic",
}
},
2022-01-10 14:37:02 +00:00
{
2022-06-06 02:39:38 +00:00
"name": "invalid",
2022-01-10 14:37:02 +00:00
"scope": [
"invalid",
],
"settings": {
"foreground": "#ff5252",
}
2022-01-10 15:07:17 +00:00
},
2022-01-10 14:37:02 +00:00
],
}