mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-12-22 09:34:19 +00:00
Compare commits
2 commits
32aa83ccbb
...
4909a0bf6d
Author | SHA1 | Date | |
---|---|---|---|
4909a0bf6d | |||
802a510fbb |
1 changed files with 13 additions and 12 deletions
|
@ -64,16 +64,16 @@
|
||||||
"terminal.ansiWhite": "#808080",
|
"terminal.ansiWhite": "#808080",
|
||||||
"terminal.ansiYellow": "#a68a0d",
|
"terminal.ansiYellow": "#a68a0d",
|
||||||
"debugToolBar.background": "#162c1e",
|
"debugToolBar.background": "#162c1e",
|
||||||
"gitDecoration.addedResourceForeground": "#629755",
|
"gitDecoration.addedResourceForeground": "#7cff5b",
|
||||||
"gitDecoration.modifiedResourceForeground": "#6897bb",
|
"gitDecoration.untrackedResourceForeground": "#b270ff",
|
||||||
"gitDecoration.renamedResourceForeground": "#6897bb",
|
"gitDecoration.modifiedResourceForeground": "#3da1ed",
|
||||||
"gitDecoration.stageModifiedResourceForeground": "#6897bb",
|
"gitDecoration.stageModifiedResourceForeground": "#3da1ed",
|
||||||
"gitDecoration.deletedResourceForeground": "#d5756c",
|
"gitDecoration.renamedResourceForeground": "#3da1ed",
|
||||||
"gitDecoration.stageDeletedResourceForeground": "#d5756c",
|
"gitDecoration.deletedResourceForeground": "#ff5d4f",
|
||||||
"gitDecoration.untrackedResourceForeground": "#9375b6",
|
"gitDecoration.stageDeletedResourceForeground": "#ff5d4f",
|
||||||
"gitDecoration.ignoredResourceForeground": "#6c6c6c",
|
"gitDecoration.ignoredResourceForeground": "#777777",
|
||||||
"gitDecoration.conflictingResourceForeground": "#8f8e47",
|
"gitDecoration.conflictingResourceForeground": "#f4f149",
|
||||||
"gitDecoration.submoduleResourceForeground": "#d08d69",
|
"gitDecoration.submoduleResourceForeground": "#ff8a4c",
|
||||||
},
|
},
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
|
@ -139,6 +139,7 @@
|
||||||
"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",
|
"markup.heading.wikitext",
|
||||||
|
"keyword.operator.arrow.cs",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#cc7832",
|
"foreground": "#cc7832",
|
||||||
|
@ -430,10 +431,11 @@
|
||||||
"punctuation.definition.inline.tag.jsdoc",
|
"punctuation.definition.inline.tag.jsdoc",
|
||||||
"storage.type.class.jsdoc",
|
"storage.type.class.jsdoc",
|
||||||
"keyword.other.documentation.javadoc",
|
"keyword.other.documentation.javadoc",
|
||||||
|
"comment.block.documentation entity.name.tag",
|
||||||
|
"comment.block.documentation punctuation.definition.tag",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#8A8A3B",
|
"foreground": "#8A8A3B",
|
||||||
"fontStyle": "bold"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -460,7 +462,6 @@
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#8A8A3B",
|
"foreground": "#8A8A3B",
|
||||||
"fontStyle": "bold"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue