mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 05:23:17 -09:00
add light theme toggle
This commit is contained in:
parent
74672fc9b3
commit
7fd7777999
@ -1,6 +1,10 @@
|
||||
function ColorMyPencils(color)
|
||||
color = color or "catppuccin"
|
||||
color = color or "catppuccin-frappe"
|
||||
vim.cmd.colorscheme(color)
|
||||
end
|
||||
|
||||
ColorMyPencils()
|
||||
|
||||
vim.keymap.set('n', '<leader>tl', ':TransparentDisable<cr>:colorscheme catppuccin-latte<cr>')
|
||||
vim.keymap.set('n', '<leader>td', ':TransparentEnable<cr>:colorscheme catppuccin-frappe<cr>')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user