From a0220ca53937033bd5c9dc0e7fd6bc649d371b7a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 23 Oct 2024 02:25:33 +0100 Subject: [PATCH] chore(treesit): tweak font-lock-function-call-face --- themes/siren-doom-themes-overrides-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/siren-doom-themes-overrides-theme.el b/themes/siren-doom-themes-overrides-theme.el index 486fff1..e203f04 100644 --- a/themes/siren-doom-themes-overrides-theme.el +++ b/themes/siren-doom-themes-overrides-theme.el @@ -24,6 +24,7 @@ (if window-system 0.4 0)))) '(font-lock-comment-face :foreground (doom-lighten comments 0.15)) + '(font-lock-function-call-face :foreground (doom-blend functions keywords 0.7)) '(font-lock-operator-face :inherit 'font-lock-keyword-face) '(font-lock-property-name-face :inherit 'font-lock-variable-name-face) '(font-lock-property-use-face :inherit 'font-lock-variable-name-face) @@ -102,7 +103,7 @@ ;; tree-sitter '(tree-sitter-hl-face:property :inherit font-lock-constant-face) ;; disable italic '(tree-sitter-hl-face:method.call :foreground (doom-blend functions keywords 0.6)) - '(tree-sitter-hl-face:function.call :foreground (doom-blend functions keywords 0.8)) + '(tree-sitter-hl-face:function.call :inherit 'font-lock-function-call-face) ;; highlight-indent-guides '(highlight-indent-guides-odd-face :background (doom-lighten bg 0.06))