mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
change colorscheme (catppuccin-latte to catppuccin-mocha)
coming back to dark theme...
This commit is contained in:
parent
b4bf8d3ac2
commit
650d31faec
4 changed files with 9 additions and 6 deletions
|
@ -384,7 +384,8 @@ vim.keymap.set('n', 'L', '<cmd>tabn<cr>', { desc = 'tab next' })
|
|||
require('catppuccin').setup({
|
||||
transparent_background = true,
|
||||
})
|
||||
vim.cmd.colorscheme "catppuccin-latte"
|
||||
vim.cmd.colorscheme "catppuccin-mocha"
|
||||
-- vim.cmd.colorscheme "catppuccin-latte"
|
||||
|
||||
-----------------------------------------------------------
|
||||
vim.g.mapleader = ' '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue