Pywal.nvim Alternatives
Similar projects and alternatives to pywal.nvim
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
NvChad
Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
-
-
-
-
-
mbc-colorscheme.nvim
Discontinued Neovim colorscheme written using the wal-colors.nvim API. Uses variants of your cached colors generated by wal/pywal.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
mbc-lualine.nvim
Discontinued Lualine theme that uses your wal/pywal-generated colors. Uses the wal-colors.nvim API.
-
pywal.nvim discussion
pywal.nvim reviews and mentions
-
wal-colors.nvim: Pywal-compatible colorscheme and lua API for building wal-based colorschemes not limited to 16 colors
Credit: These plugins started as a fork of pywal.nvim. That plugin's limitation to 16 colors was what motivated me to implement this.
-
pywal.nvim: A reimplementation of pywal.vim by dylanaraps totally writted in lua
Hi! This is my new neovim theme that is a reimplementation of wal.vim but totally writted in lua, with support to termguicolors (it's necesary to make this theme work), pywal.nvim works really simple, it reads a vim file generated by pywal (~/.cache/wal/colors-wal.vim) and then collect all the colors variables in a lua dictionary and generate a new theme with it's variables, it has support for a few lualine plugins:
Stats
The primary programming language of pywal.nvim is Lua.