From 530325936fc5ff7f0dfa9d2b49cb1a34af630ae9 Mon Sep 17 00:00:00 2001 From: yetone Date: Tue, 3 May 2022 18:51:29 +0800 Subject: [PATCH] Fix: incorrect color type in treesitter --- lua/integrations/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/integrations/treesitter.lua b/lua/integrations/treesitter.lua index 1411d99..c30ddb2 100644 --- a/lua/integrations/treesitter.lua +++ b/lua/integrations/treesitter.lua @@ -1,4 +1,4 @@ -local theme = require("base16").get_colors "base_30" +local theme = require("base16").get_colors "base_16" return { TSAnnotation = {