feat: add theme toggle btn | update theme plugin path

This commit is contained in:
siduck
2022-05-06 20:14:57 +05:30
parent 0601876ab6
commit b9a1038acd
5 changed files with 27 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ if not present then
return
end
local colors = require("base16").get_colors "base_30"
local colors = require("base46").get_colors "base_30"
local lsp = require "feline.providers.lsp"
local lsp_severity = vim.diagnostic.severity