From 79b70c322cf420d41e4b532fe40346519e07b1a1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 2 Oct 2024 10:40:38 +0200 Subject: [PATCH] Add colors for Beancount --- themes/Steffula-color-theme.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 0aa19aa..6eb8249 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -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": [