Color the status bar according to the vim mode selected (Insert, Normal, etc.)
This extension allows you to visually identify the current vim mode by changing the color of the status bar in Visual Studio Code. It supports the following modes:
- Normal
- Insert
- Visual
- Visual Block
- Monokai color palette for the status bar
This extension requires the following to be installed:
- Visual Studio Code version 1.91.0 or higher
- be5invis.vscode-custom-css extension for custom CSS support.
This extension contributes the following settings:
vim-status-bar.useMonokai
: Enable Monokai color palette for the status bar
Currently, there are no known issues. If you encounter any issues, please report them on the GitHub repository.
- Initial release of vim-status-bar.
- Support for changing status bar color based on vim mode.