mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-23 11:34:19 +00:00
Add and tweak a couple things
This commit is contained in:
parent
2322f125e4
commit
88c2025985
1 changed files with 36 additions and 7 deletions
|
@ -37,10 +37,10 @@
|
||||||
"diffEditor.insertedTextBackground": "#438c6540",
|
"diffEditor.insertedTextBackground": "#438c6540",
|
||||||
"diffEditor.removedTextBackground": "#8f524740",
|
"diffEditor.removedTextBackground": "#8f524740",
|
||||||
"diffEditor.diagonalFill": "#50505040",
|
"diffEditor.diagonalFill": "#50505040",
|
||||||
"merge.currentHeaderBackground": "#8f8e47",
|
"merge.currentHeaderBackground": "#8f8e4760",
|
||||||
"merge.currentContentBackground": "#453d2b",
|
"merge.currentContentBackground": "#453d2b40",
|
||||||
"merge.incomingHeaderBackground": "#8f8e47",
|
"merge.incomingHeaderBackground": "#8f8e4760",
|
||||||
"merge.incomingContentBackground": "#453d2b",
|
"merge.incomingContentBackground": "#453d2b40",
|
||||||
"sideBar.background": "#3c3f41",
|
"sideBar.background": "#3c3f41",
|
||||||
"statusBar.background": "#3c3f41",
|
"statusBar.background": "#3c3f41",
|
||||||
"statusBar.debuggingBackground": "#162c1e",
|
"statusBar.debuggingBackground": "#162c1e",
|
||||||
|
@ -547,7 +547,7 @@
|
||||||
"support.variable.beancount",
|
"support.variable.beancount",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff6736",
|
"foreground": "#cc6d4e",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -718,6 +718,10 @@
|
||||||
"name": "log-error",
|
"name": "log-error",
|
||||||
"scope": [
|
"scope": [
|
||||||
"log.error",
|
"log.error",
|
||||||
|
"log.fail",
|
||||||
|
"log.failure",
|
||||||
|
"log.not-ok",
|
||||||
|
"log.no-ok",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ffa6a6",
|
"foreground": "#ffa6a6",
|
||||||
|
@ -733,6 +737,16 @@
|
||||||
"foreground": "#ffffa6",
|
"foreground": "#ffffa6",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "log-success",
|
||||||
|
"scope": [
|
||||||
|
"log.success",
|
||||||
|
"log.ok",
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a6ffa6",
|
||||||
|
}
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"name": "log-info",
|
"name": "log-info",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
@ -761,18 +775,29 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "log-context",
|
"name": "log-extra",
|
||||||
"scope": [
|
"scope": [
|
||||||
"constant.numeric.date",
|
"constant.numeric.date",
|
||||||
"log.date",
|
"log.date",
|
||||||
"meta.toc-list.line-number",
|
"meta.toc-list.line-number",
|
||||||
"meta.directive.dated.beancount punctuation.separator",
|
"meta.directive.dated.beancount punctuation.separator",
|
||||||
"meta.directive.transaction.beancount punctuation.separator",
|
"meta.directive.transaction.beancount punctuation.separator",
|
||||||
|
"log.punctuation",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#8a653b",
|
"foreground": "#8a653b",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "log-header",
|
||||||
|
"scope": [
|
||||||
|
"log.header",
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8a653b",
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "selector-tag",
|
"name": "selector-tag",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
@ -842,7 +867,7 @@
|
||||||
"invalid",
|
"invalid",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff5252",
|
"foreground": "#ff2424",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -854,6 +879,10 @@
|
||||||
"comment.documentation": {
|
"comment.documentation": {
|
||||||
"foreground": "#629755",
|
"foreground": "#629755",
|
||||||
},
|
},
|
||||||
|
"label": {
|
||||||
|
"foreground": "#8a653b",
|
||||||
|
"bold": false,
|
||||||
|
},
|
||||||
"lifetime": {
|
"lifetime": {
|
||||||
"foreground": "#8a653b",
|
"foreground": "#8a653b",
|
||||||
"bold": false,
|
"bold": false,
|
||||||
|
|
Loading…
Reference in a new issue