Skip to content

Commit

Permalink
chore(treesit): tweak font-lock-function-call-face
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Oct 23, 2024
1 parent 1bdd231 commit a0220ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/siren-doom-themes-overrides-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit a0220ca

Please sign in to comment.