1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00

Add and tweak a couple things

This commit is contained in:
Steffo 2024-08-08 03:44:47 +02:00
parent 2322f125e4
commit 88c2025985
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -37,10 +37,10 @@
"diffEditor.insertedTextBackground": "#438c6540",
"diffEditor.removedTextBackground": "#8f524740",
"diffEditor.diagonalFill": "#50505040",
"merge.currentHeaderBackground": "#8f8e47",
"merge.currentContentBackground": "#453d2b",
"merge.incomingHeaderBackground": "#8f8e47",
"merge.incomingContentBackground": "#453d2b",
"merge.currentHeaderBackground": "#8f8e4760",
"merge.currentContentBackground": "#453d2b40",
"merge.incomingHeaderBackground": "#8f8e4760",
"merge.incomingContentBackground": "#453d2b40",
"sideBar.background": "#3c3f41",
"statusBar.background": "#3c3f41",
"statusBar.debuggingBackground": "#162c1e",
@ -547,7 +547,7 @@
"support.variable.beancount",
],
"settings": {
"foreground": "#ff6736",
"foreground": "#cc6d4e",
}
},
{
@ -718,6 +718,10 @@
"name": "log-error",
"scope": [
"log.error",
"log.fail",
"log.failure",
"log.not-ok",
"log.no-ok",
],
"settings": {
"foreground": "#ffa6a6",
@ -733,6 +737,16 @@
"foreground": "#ffffa6",
}
},
{
"name": "log-success",
"scope": [
"log.success",
"log.ok",
],
"settings": {
"foreground": "#a6ffa6",
}
}
{
"name": "log-info",
"scope": [
@ -761,18 +775,29 @@
}
},
{
"name": "log-context",
"name": "log-extra",
"scope": [
"constant.numeric.date",
"log.date",
"meta.toc-list.line-number",
"meta.directive.dated.beancount punctuation.separator",
"meta.directive.transaction.beancount punctuation.separator",
"log.punctuation",
],
"settings": {
"foreground": "#8a653b",
}
},
{
"name": "log-header",
"scope": [
"log.header",
],
"settings": {
"foreground": "#8a653b",
"fontStyle": "bold"
}
},
{
"name": "selector-tag",
"scope": [
@ -842,7 +867,7 @@
"invalid",
],
"settings": {
"foreground": "#ff5252",
"foreground": "#ff2424",
}
},
],
@ -854,6 +879,10 @@
"comment.documentation": {
"foreground": "#629755",
},
"label": {
"foreground": "#8a653b",
"bold": false,
},
"lifetime": {
"foreground": "#8a653b",
"bold": false,