1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-12-22 17:44:20 +00:00

Compare commits

..

No commits in common. "4909a0bf6d77baec6795e9473ebd41dbc0ba55b5" and "32aa83ccbb0e91560f338e603662000ddf20fdda" have entirely different histories.

View file

@ -64,16 +64,16 @@
"terminal.ansiWhite": "#808080",
"terminal.ansiYellow": "#a68a0d",
"debugToolBar.background": "#162c1e",
"gitDecoration.addedResourceForeground": "#7cff5b",
"gitDecoration.untrackedResourceForeground": "#b270ff",
"gitDecoration.modifiedResourceForeground": "#3da1ed",
"gitDecoration.stageModifiedResourceForeground": "#3da1ed",
"gitDecoration.renamedResourceForeground": "#3da1ed",
"gitDecoration.deletedResourceForeground": "#ff5d4f",
"gitDecoration.stageDeletedResourceForeground": "#ff5d4f",
"gitDecoration.ignoredResourceForeground": "#777777",
"gitDecoration.conflictingResourceForeground": "#f4f149",
"gitDecoration.submoduleResourceForeground": "#ff8a4c",
"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",
},
"tokenColors": [
{
@ -139,7 +139,6 @@
"meta.directive.transaction.beancount meta.account.beancount punctuation.separator.beancount",
"meta.tag.table.toml",
"markup.heading.wikitext",
"keyword.operator.arrow.cs",
],
"settings": {
"foreground": "#cc7832",
@ -431,11 +430,10 @@
"punctuation.definition.inline.tag.jsdoc",
"storage.type.class.jsdoc",
"keyword.other.documentation.javadoc",
"comment.block.documentation entity.name.tag",
"comment.block.documentation punctuation.definition.tag",
],
"settings": {
"foreground": "#8A8A3B",
"fontStyle": "bold"
}
},
{
@ -462,6 +460,7 @@
],
"settings": {
"foreground": "#8A8A3B",
"fontStyle": "bold"
}
},
{