From cde5f072e3ec27bb0fc71a975f2d1cd90808b2a3 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 3 Jan 2023 11:13:05 -0800 Subject: [PATCH] mu --- colors/paramount.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/paramount.vim b/colors/paramount.vim index a72080e..4ebac52 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -233,3 +233,6 @@ call s:h("diffRemoved", {"bg": s:bg, "fg": s:red}) " diagnostic call s:h("FloatBorder", {"fg": s:norm_subtle}) call s:h("NormalFloat", {"bg": s:bg}) + +" treesitter +" call s:h("pythonError", {"fg": s:actual_white, "bg": s:bg, "cterm": "bold"})