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

Add colors for Beancount

This commit is contained in:
Steffo 2024-10-02 10:40:38 +02:00
parent 02cb4a9085
commit 79b70c322c
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -681,6 +681,36 @@
"foreground": "#99ff99",
}
},
{
"name": "check-ok",
"scope": [
"support.function.directive.txn.completed.beancount",
],
"settings": {
"foreground": "#44ff44",
"fontStyle": "bold"
}
},
{
"name": "check-needed",
"scope": [
"support.function.directive.txn.incomplete.beancount",
],
"settings": {
"foreground": "#ff4444",
"fontStyle": "bold"
}
},
{
"name": "check-padding",
"scope": [
"support.function.directive.txn.padding.beancount",
],
"settings": {
"foreground": "#44ffff",
"fontStyle": "bold"
}
},
{
"name": "insert-header",
"scope": [