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.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,
|
||||
|
|
Loading…
Reference in a new issue