feat(theme): Use cattppuccin-mocha theme

This commit is contained in:
Jiří Štefka 2024-11-19 04:21:02 +01:00
parent 9199070c13
commit b5056a4fe8
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
6 changed files with 59 additions and 3 deletions

View file

@ -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