1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-23 11:34:19 +00:00

Tweak colors and add wikitext support

This commit is contained in:
Steffo 2023-10-06 09:25:27 +02:00
parent e92c6c5b51
commit 2322f125e4

View file

@ -138,6 +138,7 @@
"meta.directive.dated.beancount meta.account.beancount punctuation.separator.beancount", "meta.directive.dated.beancount meta.account.beancount punctuation.separator.beancount",
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount", "meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
"meta.tag.table.toml", "meta.tag.table.toml",
"markup.heading.wikitext",
], ],
"settings": { "settings": {
"foreground": "#cc7832", "foreground": "#cc7832",
@ -176,7 +177,7 @@
"variable.other.metavariable.specifier", "variable.other.metavariable.specifier",
], ],
"settings": { "settings": {
"foreground": "#88ffff", "foreground": "#00ffff",
} }
}, },
{ {
@ -200,7 +201,7 @@
"entity.name.type.interface", "entity.name.type.interface",
], ],
"settings": { "settings": {
"foreground": "#88ff88", "foreground": "#00ff00",
}, },
}, },
{ {
@ -220,7 +221,7 @@
"entity.name.type.alias", "entity.name.type.alias",
], ],
"settings": { "settings": {
"foreground": "#87FFD7", "foreground": "#00ffaa",
} }
}, },
{ {
@ -256,10 +257,11 @@
"support.function.target", "support.function.target",
"support.function", "support.function",
"source.rst keyword.control", "source.rst keyword.control",
"meta.literal.nodepath.gdscript entity.name.function.gdscript" "meta.literal.nodepath.gdscript entity.name.function.gdscript",
"entity.name.tag.local-name.wikitext"
], ],
"settings": { "settings": {
"foreground": "#e6e68a", "foreground": "#ffff00",
} }
}, },
{ {
@ -428,8 +430,8 @@
"keyword.other.documentation.javadoc", "keyword.other.documentation.javadoc",
], ],
"settings": { "settings": {
"foreground": "#767E48", "foreground": "#8A8A3B",
"fontStyle": "underline bold" "fontStyle": "bold"
} }
}, },
{ {
@ -443,7 +445,8 @@
"variable.other.jsdoc", "variable.other.jsdoc",
], ],
"settings": { "settings": {
"foreground": "#8a653b", "foreground": "#8A8A3B",
"fontStyle": "italic"
} }
}, },
{ {
@ -454,7 +457,8 @@
"punctuation.definition.entity", // Might need to be changed "punctuation.definition.entity", // Might need to be changed
], ],
"settings": { "settings": {
"foreground": "#a5c261", "foreground": "#8A8A3B",
"fontStyle": "bold"
} }
}, },
{ {
@ -500,9 +504,21 @@
"variable.other.njk", "variable.other.njk",
], ],
"settings": { "settings": {
"foreground": "#8fa5ff", "foreground": "#FFE082",
} }
}, },
{
"name": "markup-punctuation",
"scope": [
],
"settings": {
"foreground": "#FFBF00"
}
},
{
"name": "markup-"
},
{ {
"name": "key", "name": "key",
"scope": [ "scope": [
@ -589,6 +605,7 @@
"heading", "heading",
"punctuation.definition.heading", "punctuation.definition.heading",
"markup.heading", "markup.heading",
"string.quoted.other.heading",
], ],
"settings": { "settings": {
"foreground": "#ff9340", "foreground": "#ff9340",
@ -606,6 +623,9 @@
"string.other.link", "string.other.link",
"punctuation.definition.string.begin.markdown", "punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown", "punctuation.definition.string.end.markdown",
"punctuation.definition.tag.link",
"string.quoted.internal-link.wikitext",
"string.quoted.internal-link.wikitext keyword.operator",
], ],
"settings": { "settings": {
"foreground": "#00d0ff", "foreground": "#00d0ff",
@ -616,6 +636,7 @@
"scope": [ "scope": [
"meta.image punctuation", "meta.image punctuation",
"meta.image string.other.link", "meta.image string.other.link",
"entity.name.tag.namespace.wikitext",
], ],
"settings": { "settings": {
"foreground": "#80ffd4" "foreground": "#80ffd4"
@ -630,6 +651,8 @@
"meta.link.wiki.mediawiki punctuation", "meta.link.wiki.mediawiki punctuation",
"variable.parameter.url", "variable.parameter.url",
"punctuation.definition.metadata.markdown", "punctuation.definition.metadata.markdown",
"entity.name.tag.url",
"entity.other.attribute-name.wikitext",
], ],
"settings": { "settings": {
"foreground": "#2a7ede", "foreground": "#2a7ede",
@ -792,23 +815,15 @@
} }
}, },
{ {
"name": "selector-pseudoclass", "name": "selector-pseudo",
"scope": [ "scope": [
"entity.other.attribute-name.pseudo-class", "entity.other.attribute-name.pseudo-class",
"entity.other.attribute-name.pseudo-class punctuation.definition.entity.css", "entity.other.attribute-name.pseudo-class punctuation.definition.entity.css",
],
"settings": {
"foreground": "#ca77ff",
}
},
{
"name": "selector-pseudoelement",
"scope": [
"entity.other.attribute-name.pseudo-element", "entity.other.attribute-name.pseudo-element",
"entity.other.attribute-name.pseudo-element punctuation.definition.entity.css", "entity.other.attribute-name.pseudo-element punctuation.definition.entity.css",
], ],
"settings": { "settings": {
"foreground": "#ff00ff", "foreground": "#CA77FF",
} }
}, },
{ {
@ -821,16 +836,6 @@
"foreground": "#00ffaa", "foreground": "#00ffaa",
} }
}, },
{
"name": "db-relationship",
"scope": [
"variable.language.relations.prisma",
],
"settings": {
"foreground": "#00ffaa",
"fontStyle": "italic",
}
},
{ {
"name": "invalid", "name": "invalid",
"scope": [ "scope": [
@ -896,7 +901,7 @@
"bold": false, "bold": false,
}, },
"function": { "function": {
"foreground": "#e6e68a", "foreground": "#ffff00",
"bold": false, "bold": false,
}, },
"function.declaration": { "function.declaration": {
@ -904,7 +909,7 @@
"bold": true, "bold": true,
}, },
"method": { "method": {
"foreground": "#e6e68a", "foreground": "#ffff00",
"bold": false, "bold": false,
}, },
"method.declaration": { "method.declaration": {
@ -920,26 +925,26 @@
"bold": true, "bold": true,
}, },
"variable": { "variable": {
"foreground": "#a9b7c6", "foreground": "#dcaf88",
"italic": false, "italic": false,
}, },
"variable.mutable": { "variable.mutable": {
"foreground": "#a9b7c6", "foreground": "#dcaf88",
"italic": true, "italic": true,
}, },
"variable.constant": { "variable.constant": {
"foreground": "#a5d2ff", "foreground": "#dcaf88",
}, },
"parameter": { "parameter": {
"foreground": "#dcaf88", "foreground": "#E6E68A",
"italic": false, "italic": false,
}, },
"parameter.mutable": { "parameter.mutable": {
"foreground": "#dcaf88", "foreground": "#E6E68A",
"italic": true, "italic": true,
}, },
"property": { "property": {
"foreground": "#dcaf88", "foreground": "#E6E68A",
}, },
"decorator": { "decorator": {
"foreground": "#bbb529", "foreground": "#bbb529",