Skip to content

"Something about sharpening tools" A woodworking and nature inspired theme for neovim

License

Notifications You must be signed in to change notification settings

leobeosab/tearout.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tearout.nvim

A wood working and nature inspired colorscheme for Neovim + Ghostty

title pic one title pic two

Installation

You can install using your favorite neovim package manager.

"leobeosab/tearout.nvim"

Lazy Example

return {
  "leobeosab/tearout.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme tearout")
  end,
}

Dev Installation

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,
}

Thanks

Special thanks to @xero who created the miasma theme. It inspired me to make my own colorschemes. And of course the creators of Lush

License

MIT License, do whatever you please with it!

About

"Something about sharpening tools" A woodworking and nature inspired theme for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7