mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Add colors for Beancount
This commit is contained in:
parent
02cb4a9085
commit
79b70c322c
1 changed files with 30 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue