chore: put color option in theme file
This commit is contained in:
parent
8a8c63ac4b
commit
8710f5fa25
2 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,5 @@ require("catppuccin").setup {
|
|||
neotree = true
|
||||
}
|
||||
}
|
||||
vim.opt.termguicolors = true -- 24 bits color support
|
||||
vim.cmd.colorscheme "catppuccin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue