mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
8 lines
121 B
Lua
8 lines
121 B
Lua
require("catppuccin").setup {
|
|
background = {
|
|
light = "mocha",
|
|
dark = "mocha"
|
|
}
|
|
}
|
|
|
|
vim.cmd.colorscheme "catppuccin"
|