sponsor Vim development Vim logo Vim Book Ad

gardenal : It's a hydra for vim that automates theme switching.

 script karma  Rating 12/3, Downloaded by 57  Comments, bugs, improvements  Vim wiki

created by
Bruno Ciccarino
 
script type
utility
 
description
Gardenal is a plugin for Vim that makes it easy to switch between themes through customizable keyboard shortcuts. Based on the "hydra" concept, the plugin allows users to configure a sequence of themes and switch between them quickly and efficiently, improving the visual customization experience in the editor.
 
install details
If you want to download the installer, it's in the official repository on github, but if you want to do it manually, just move this plugin to the .vim/plugins folder, then you can add something like this to your .vimrc configuration file:

source ~/.vim/plugins/gardenal.vim

let themes = ['desert', 'gruvbox', 'monokai']
call MapThemeSwitcherKeys(themes)
nnoremap <silent> 1 :call ThemeSwitcher(themes, 1)<CR>
nnoremap <silent> 2 :call ThemeSwitcher(themes, 2)<CR>
nnoremap <silent> 3 :call ThemeSwitcher(themes, 3)<CR>
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
gardenal.vim 0.0.1 2024-08-10 7.0 Bruno Ciccarino Initial upload
ip used for rating: 98.82.120.188

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github