mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
add feline highlights (#77)
This commit is contained in:
parent
a8ac8880e2
commit
345452fbc0
3 changed files with 144 additions and 8 deletions
|
|
@ -60,10 +60,12 @@ M.toggle_theme = function()
|
|||
local theme1 = themes[1]
|
||||
local theme2 = themes[2]
|
||||
|
||||
if vim.g.toggle_theme_icon == " " then
|
||||
vim.g.toggle_theme_icon = " "
|
||||
else
|
||||
vim.g.toggle_theme_icon = " "
|
||||
if vim.g.nvchad_theme == theme1 or vim.g.nvchad_theme == theme2 then
|
||||
if vim.g.toggle_theme_icon == " " then
|
||||
vim.g.toggle_theme_icon = " "
|
||||
else
|
||||
vim.g.toggle_theme_icon = " "
|
||||
end
|
||||
end
|
||||
|
||||
if vim.g.nvchad_theme == theme1 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue