feat: add theme toggle btn | update theme plugin path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user