Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

mhanberg/thicc_forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

thicc_forest

My Neovim colorscheme.

Install

Add thicc_forest as a plugin.

use {
  "mhanberg/thicc_forest", 
  requires = {"rktjmp/lush.nvim"},
  config = function()
    vim.cmd [[color thicc_forest]]
  end,
}

Supported Plugins

lualine.nvim

require("lualine").setup({ options = { theme = require("thicc_forest.lualine") } })

Acknowledgements

Thicc Forest was forked from everforest and converted to a Lush theme.