Skip to content

Commit

Permalink
Use default face for treeview.
Browse files Browse the repository at this point in the history
It's neutral and closer to what vscode has.
  • Loading branch information
kurnevsky committed Sep 30, 2023
1 parent f17a62c commit 5dd03d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-metals-treeview.el
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ collapsed or expanded."
(treemacs-define-expandable-node-type metals-node
:open-icon (lsp-metals-treeview--icon item t)
:closed-icon (lsp-metals-treeview--icon item nil)
:label (propertize (lsp-get item :label) 'face font-lock-function-name-face)
:label (propertize (lsp-get item :label) 'face 'default)
:key (lsp-get item :nodeUri)
:ret-action 'lsp-metals-treeview--exec-node-action
:children (-when-let* ((node (treemacs-button-get btn :node))
Expand Down

0 comments on commit 5dd03d0

Please sign in to comment.