From 0ec735aa6a2e0b48a835ba75a0e0a15705cd5424 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 3 Apr 2023 10:27:39 -0700 Subject: [PATCH] add highlighting for treesitter-context --- colors/paramount.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/paramount.vim b/colors/paramount.vim index 33c0dfb..01232a6 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -236,3 +236,4 @@ call s:h("NormalFloat", {"bg": s:bg}) " treesitter " call s:h("pythonError", {"fg": s:actual_white, "bg": s:bg, "cterm": "bold"}) +call s:h("TreesitterContext", {"bg": s:bg_subtle})