feat: add theme toggle btn | update theme plugin path
This commit is contained in:
parent
0601876ab6
commit
b9a1038acd
5 changed files with 27 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue