feat(theme): Use cattppuccin-mocha theme
This commit is contained in:
parent
9199070c13
commit
b5056a4fe8
6 changed files with 59 additions and 3 deletions
nvim
|
@ -15,6 +15,8 @@ if fn.has('termguicolors') then
|
|||
opt.termguicolors = true
|
||||
end
|
||||
|
||||
vim.cmd.colorscheme "catppuccin-mocha"
|
||||
|
||||
-- See :h <option> to see what the options do
|
||||
|
||||
-- Search down into subfolders
|
||||
|
@ -110,7 +112,7 @@ vim.diagnostic.config {
|
|||
|
||||
g.editorconfig = true
|
||||
|
||||
cmd[[colorscheme tokyonight]]
|
||||
-- cmd[[colorscheme tokyonight]]
|
||||
vim.opt.colorcolumn = '80,100'
|
||||
|
||||
-- Native plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue