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"})