Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesmithgh/gruvsquirrel.nvim
đŋī¸ Neovim colorscheme written in Lua inspired by gruvbox
https://github.com/mikesmithgh/gruvsquirrel.nvim
k9s-theme kitty-theme neovim neovim-colorscheme neovim-lua neovim-theme vim vim-colorscheme
Last synced: 3 months ago
JSON representation
đŋī¸ Neovim colorscheme written in Lua inspired by gruvbox
- Host: GitHub
- URL: https://github.com/mikesmithgh/gruvsquirrel.nvim
- Owner: mikesmithgh
- License: mit
- Created: 2023-01-06T03:53:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T13:48:08.000Z (6 months ago)
- Last Synced: 2024-05-31T15:05:02.373Z (6 months ago)
- Topics: k9s-theme, kitty-theme, neovim, neovim-colorscheme, neovim-lua, neovim-theme, vim, vim-colorscheme
- Language: Lua
- Homepage:
- Size: 155 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# đŋī¸ gruvsquirrel.nvim
Neovim colorscheme written in Lua inspired by [gruvbox](https://github.com/morhetz/gruvbox)[![neovim: nightly](https://img.shields.io/static/v1?style=for-the-badge&label=neovim&message=nightly&logo=neovim&labelColor=282828&logoColor=8faa80&color=414b32)](https://neovim.io/)
[![last commit](https://img.shields.io/github/last-commit/mikesmithgh/gruvsquirrel.nvim?style=for-the-badge&logo=git&labelColor=282828&logoColor=ff6961&color=ff6961)](https://github.com/mikesmithgh/gruvsquirrel/pulse)
[![semantic-release: angular](https://img.shields.io/static/v1?style=for-the-badge&label=semantic-release&message=angular&logo=semantic-release&labelColor=282828&logoColor=d8869b&color=8f3f71)](https://github.com/semantic-release/semantic-release)> [!WARNING]\
> This project is still a work in progress and not considered stable## đĒŠ Gruvsquirrel
![main](https://raw.githubusercontent.com/wiki/mikesmithgh/gruvsquirrel.nvim/images/main.png)## đ Quickstart
To quickly test this plugin without changing your configuration run the command:
```sh
sh -c "$(curl -s https://raw.githubusercontent.com/mikesmithgh/gruvsquirrel.nvim/main/scripts/mini.sh)"
```> [!NOTE]\
> It is good practice to first
> [read the script](https://github.com/mikesmithgh/gruvsquirrel.nvim/blob/main/scripts/mini.sh)
> before running `sh -c` directly from the web## đ¤ Ackowledgements
- [gruvbox](https://github.com/morhetz/gruvbox)
> Designed as a bright theme with pastel 'retro groove' colors and light/dark mode switching in the way of solarized. The main focus when developing gruvbox is to keep colors easily distinguishable, contrast enough and still pleasant for the eyes.
- [gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim)
> A port of gruvbox community theme to lua with treesitter support!
- [fzf-lua](https://github.com/ibhagwan/fzf-lua)
> This is my take on the original fzf.vim, written in lua for neovim 0.5, it builds on the elegant nvim-fzf as an async interface to create a performant and lightweight fzf client for neovim that rivals any of the new shiny fuzzy finders for neovim.
- [gruvbox-material](https://github.com/sainnhe/gruvbox-material)
> Gruvbox Material is a modified version of Gruvbox, the contrast is adjusted to be softer in order to protect developers' eyes.
- [vim-gruvbox8](https://github.com/lifepillar/vim-gruvbox8)
> This is a simplified and optimized* version of Gruvbox that I have developed to address some issues I had with the official color scheme.
- [gruvbox-flat.nvim](https://github.com/eddyekofo94/gruvbox-flat.nvim)
> A dark beautiful Neovim theme written in Lua.
- [tokyonight.nvim](https://github.com/folke/tokyonight.nvim)
> A dark and light Neovim theme written in Lua ported from the Visual Studio Code TokyoNight theme. Includes extra themes for Kitty, Alacritty, iTerm and Fish.
- [rose-pine/neovim](https://github.com/rose-pine/neovim)
> All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- [vim-colorizer.lua](https://github.com/norcalli/nvim-colorizer.lua)
> A high-performance color highlighter for Neovim which has no external dependencies! Written in performant Luajit.
- [colortils.nvim](https://github.com/nvim-colortils/colortils.nvim)
> Neovim color utils
- [vim-colortemplate](https://github.com/lifepillar/vim-colortemplate)
> Colortemplate is a 100% VimScript plugin for Vim 8 or later, which makes it easy to develop color schemes. Its ambitious goal is to become the way to create new color schemes for Vim!
#