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

Some more improvements

This commit is contained in:
Steffo 2022-01-10 16:07:17 +01:00
parent e80df15909
commit 33d60fefc1
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -41,6 +41,7 @@
"storage", "storage",
"entity.name.tag.html", "entity.name.tag.html",
"entity.name.tag.xml", "entity.name.tag.xml",
"entity.name.tag.localname.xml",
"entity.name.tag.js", "entity.name.tag.js",
"entity.name.tag.ts", "entity.name.tag.ts",
"support.class.component", "support.class.component",
@ -50,12 +51,20 @@
"storage.modifier.static", "storage.modifier.static",
"storage.modifier.specifier.const", "storage.modifier.specifier.const",
"storage.modifier.specifier.static", "storage.modifier.specifier.static",
"storage.modifier.ts",
"storage.modifier.tsx",
"storage.type.class", "storage.type.class",
"storage.type.function", "storage.type.function",
"storage.type.namespace", "storage.type.namespace",
"storage.type.rust", "storage.type.rust",
"storage.type.js", "storage.type.js",
"storage.type.jsx",
"storage.type.ts", "storage.type.ts",
"storage.type.tsx",
"storage.type.type.ts",
"storage.type.type.tsx",
"storage.type.interface.ts",
"storage.type.interface.tsx",
"storage.type.modifier.final", "storage.type.modifier.final",
"storage.type.modifier.access.public.cpp", "storage.type.modifier.access.public.cpp",
"storage.type.modifier.access.protected.cpp", "storage.type.modifier.access.protected.cpp",
@ -119,7 +128,7 @@
"entity.other.inherited-class", "entity.other.inherited-class",
], ],
"settings": { "settings": {
"foreground": "#b5ffff", "foreground": "#88ffff",
} }
}, },
{ {
@ -142,7 +151,9 @@
"entity.name.operator", "entity.name.operator",
"entity.name.function.cs", "entity.name.function.cs",
"entity.name.function.js", "entity.name.function.js",
"entity.name.function.jsx",
"entity.name.function.ts", "entity.name.function.ts",
"entity.name.function.tsx",
"entity.name.function.call", "entity.name.function.call",
"entity.name.function.member", "entity.name.function.member",
"entity.name.variable.property.cs", "entity.name.variable.property.cs",
@ -166,9 +177,9 @@
"name": "Variable", "name": "Variable",
"scope": [ "scope": [
"variable", "variable",
"constant.language",
"support.variable", "support.variable",
"entity.name.variable", "entity.name.variable",
"punctuation.definition.variable",
"meta.use", "meta.use",
"constant.other.caps", "constant.other.caps",
], ],
@ -228,6 +239,7 @@
"name": "Doc-string", "name": "Doc-string",
"scope": [ "scope": [
"string.quoted.docstring", "string.quoted.docstring",
"comment.block.documentation",
], ],
"settings": { "settings": {
"foreground": "#629755", "foreground": "#629755",
@ -247,6 +259,9 @@
"scope": [ "scope": [
"constant.character.format.placeholder", "constant.character.format.placeholder",
"entity.name.tag.mustache", "entity.name.tag.mustache",
"text.html.derivative",
"punctuation.definition.bracket.curly.begin.jsdoc",
"punctuation.definition.bracket.curly.end.jsdoc",
], ],
"settings": { "settings": {
"foreground": "#86ffff", "foreground": "#86ffff",
@ -257,6 +272,10 @@
"scope": [ "scope": [
"storage.type.format", "storage.type.format",
"storage.type.string.python", "storage.type.string.python",
"storage.type.class.jsdoc",
"punctuation.definition.inline.tag.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.other.phpdoc",
], ],
"settings": { "settings": {
"foreground": "#597aff", "foreground": "#597aff",
@ -272,6 +291,7 @@
"keyword.operator.tag", "keyword.operator.tag",
"meta.object-literal.key", "meta.object-literal.key",
"meta.object.member", "meta.object.member",
"variable.object.property",
"support.type.property-name", "support.type.property-name",
"support.type.metaclass", "support.type.metaclass",
"string.other.option", "string.other.option",
@ -307,6 +327,7 @@
"name": "Heading", "name": "Heading",
"scope": [ "scope": [
"heading", "heading",
"punctuation.definition.heading",
], ],
"settings": { "settings": {
"foreground": "#99ffff", "foreground": "#99ffff",
@ -536,6 +557,42 @@
"settings": { "settings": {
"foreground": "#ff5252", "foreground": "#ff5252",
} }
},
// Make things bold!
{
"name": "Bold",
"scope": [
"variable.account.beancount",
"string.quoted.tiers.beancount",
"support.function.beancount",
"support.function.directive.beancount",
"entity.name.type.class.cpp",
"entity.name.function.definition.cpp",
"entity.name.type.class.python",
"entity.name.function.python",
"support.function.magic.python",
"meta.tag.preprocessor.xml",
"entity.name.type.alias.ts",
"entity.name.type.alias.tsx",
"entity.name.type.interface.ts",
"entity.name.type.interface.tsx",
"meta.definition.function.js",
"meta.definition.function.jsx",
"meta.definition.function.ts",
"meta.definition.function.tsx",
"meta.selector.css",
"meta.attribute-selector.css",
"entity.name.tag.css",
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"heading",
],
"settings": {
"fontStyle": "bold"
}
} }
], ],
} }