1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2025-03-15 13:03:34 +00:00

Compare commits

..

6 commits

2 changed files with 14 additions and 2 deletions

View file

@ -13,7 +13,7 @@
"type": "git", "type": "git",
"url": "https://github.com/Steffo99/steffula-code" "url": "https://github.com/Steffo99/steffula-code"
}, },
"version": "0.14.0", "version": "0.15.0",
"engines": { "engines": {
"vscode": "^1.63.0" "vscode": "^1.63.0"
}, },

View file

@ -74,6 +74,13 @@
"gitDecoration.ignoredResourceForeground": "#777777", "gitDecoration.ignoredResourceForeground": "#777777",
"gitDecoration.conflictingResourceForeground": "#f4f149", "gitDecoration.conflictingResourceForeground": "#f4f149",
"gitDecoration.submoduleResourceForeground": "#ff8a4c", "gitDecoration.submoduleResourceForeground": "#ff8a4c",
"scmGraph.historyItemRemoteRefColor": "#00d0ff",
"scmGraph.historyItemRefColor": "#ff9340",
"scmGraph.foreground1": "#111111",
"scmGraph.foreground2": "#111111",
"scmGraph.foreground3": "#111111",
"scmGraph.foreground4": "#111111",
"scmGraph.foreground5": "#111111",
}, },
"tokenColors": [ "tokenColors": [
{ {
@ -261,7 +268,8 @@
"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" "entity.name.tag.local-name.wikitext",
"punctuation.definition.logical-expression.shell",
], ],
"settings": { "settings": {
"foreground": "#ffff00", "foreground": "#ffff00",
@ -289,6 +297,7 @@
"scope": [ "scope": [
"entity.name.variable.enum-member", "entity.name.variable.enum-member",
"variable.other.enummember", "variable.other.enummember",
"source.shell string.regexp",
], ],
"settings": { "settings": {
"foreground": "#66b2ff", "foreground": "#66b2ff",
@ -535,6 +544,7 @@
"name": "key", "name": "key",
"scope": [ "scope": [
"constant.other.symbol.hashkey", "constant.other.symbol.hashkey",
"source.shell constant.other.option",
"constant.language.symbol.hashkey", "constant.language.symbol.hashkey",
"punctuation.definition.constant.hashkey", "punctuation.definition.constant.hashkey",
"entity.name.tag", "entity.name.tag",
@ -557,6 +567,7 @@
"variable.parameter.function-call.python", "variable.parameter.function-call.python",
"variable.parameter.key", "variable.parameter.key",
"support.variable.beancount", "support.variable.beancount",
"keyword.operator.logical.shell",
], ],
"settings": { "settings": {
"foreground": "#ce603c", "foreground": "#ce603c",
@ -592,6 +603,7 @@
"keyword.preprocessor", "keyword.preprocessor",
"fenced_code.block.language", "fenced_code.block.language",
"markup.fenced_code.block.language", "markup.fenced_code.block.language",
"meta.shebang",
], ],
"settings": { "settings": {
"foreground": "#bbb529", "foreground": "#bbb529",