]> src.twobees.de Git - dotfiles.git/blob - stow/nvim/.config/nvim/lua/theme.lua
add some wallpapers try rose pine theme
[dotfiles.git] / stow / nvim / .config / nvim / lua / theme.lua
1 vim.g.catppuccin_flavour = "frappe" -- latte, frappe, macchiato, mocha
2 require("catppuccin").setup()
3 vim.cmd [[colorscheme catppuccin]]