Fix: incorrect color type in treesitter

v2.5
yetone 4 years ago committed by GitHub
parent ffa56f0766
commit 530325936f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
local theme = require("base16").get_colors "base_30"
local theme = require("base16").get_colors "base_16"
return {
TSAnnotation = {

Loading…
Cancel
Save