A wood working and nature inspired colorscheme for Neovim + Ghostty
You can install using your favorite neovim package manager.
"leobeosab/tearout.nvim"
return {
"leobeosab/tearout.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme tearout")
end,
}If you want to tweak the theme yourself you'll need Lush for modifying the theme and seeing changes in real time. Then shipwright to build the .lua / .vim colorscheme files.
return {
"leobeosab/tearout.nvim",
dependencies = {
"rktjmp/lush.nvim",
"rktjmp/shipwright.nvim",
},
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme tearout")
end,
}Special thanks to @xero who created the miasma theme. It inspired me to make my own colorschemes. And of course the creators of Lush
MIT License, do whatever you please with it!

