{"id":14249795,"url":"https://github.com/thebigcicca/gardenal","last_synced_at":"2025-08-12T09:32:11.348Z","repository":{"id":252481351,"uuid":"840559213","full_name":"BrunoCiccarino/gardenal","owner":"BrunoCiccarino","description":"A plugin for vim and neovim that allows you to define keyboard shortcuts for switching between themes.","archived":false,"fork":false,"pushed_at":"2024-08-11T20:33:09.000Z","size":414,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-12T04:55:25.280Z","etag":null,"topics":["vim","vim-configuration","vim-plugin","vimrc","vimrc-configuration","vimrc-settings"],"latest_commit_sha":null,"homepage":"https://www.vim.org/scripts/script.php?script_id=6119","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrunoCiccarino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-10T02:34:35.000Z","updated_at":"2024-08-11T20:33:13.000Z","dependencies_parsed_at":"2024-08-10T04:52:55.086Z","dependency_job_id":null,"html_url":"https://github.com/BrunoCiccarino/gardenal","commit_stats":null,"previous_names":["brunociccarino/gardenal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoCiccarino%2Fgardenal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoCiccarino%2Fgardenal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoCiccarino%2Fgardenal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoCiccarino%2Fgardenal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunoCiccarino","download_url":"https://codeload.github.com/BrunoCiccarino/gardenal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216395120,"owners_count":16019232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim","vim-configuration","vim-plugin","vimrc","vimrc-configuration","vimrc-settings"],"created_at":"2024-08-22T00:01:14.827Z","updated_at":"2025-08-12T09:32:05.918Z","avatar_url":"https://github.com/BrunoCiccarino.png","language":"Vim Script","funding_links":[],"categories":["Colorscheme"],"sub_categories":["Colorscheme Switchers"],"readme":"# 🧛🏻‍♂️ Gardenal\n\n\u003cimg src=\"./img/gif.gif\"\u003e\n\nGardenal is a plugin for Vim that allows you to create keyboard shortcuts to change themes, easy to install and simple to configure.\n\n## How install? \n\nTo install we have several ways, we can install manually or through package managers such as Vim-Plug, Vundle, Pathogen... Let's start by seeing how to install it manually:\n\nfirst you run the installer\n\n``` shell\nbash install.sh\n```\n\nthen you configure it in your configuration file, like in this example:\n\n``` vimscript\nsource ~/.vim/plugins/gardenal.vim\n\nlet themes = ['desert', 'gruvbox', 'monokai']\ncall MapThemeSwitcherKeys(themes)\nnnoremap \u003csilent\u003e 1 :call ThemeSwitcher(themes, 1)\u003cCR\u003e\nnnoremap \u003csilent\u003e 2 :call ThemeSwitcher(themes, 2)\u003cCR\u003e\nnnoremap \u003csilent\u003e 3 :call ThemeSwitcher(themes, 3)\u003cCR\u003e\n```\n\nTo install via vim-plug, we can do it this way, add the following statement to your configuration file:\n\n``` Shell\nPlug 'BrunoCiccarino/gardenal'\n```\n\nThen press esc to exit insertion mode and run ```:PlugInstall```\n\nTo install via vundle it's very similar, you just need to add the following instructions to your configuration file:\n\n``` Shell\nPlugin 'BrunoCiccarino/gardenal'\n```\n\nThen you repeat the process by pressing esc and typing ```:PluginInstall```\n\nIn Pathogen it requires you to clone my repository to a specific directory, for vim you clone to the ```~/.vim/bundle``` directory in neovim you clone to the ```~/.config/nvim/bundle directory ```. As in this example:\n\n``` Shell\ngit clone https://github.com/BrunoCiccarino/gardenal  ~/.vim/bundle/gardenal\n```\n\n## Contribute\n\nIf you want to contribute to the project, just send a pull request and I will review the code and accept it. Please also send a detailed description of your changes or additions to the code.\n\n## Contributors\n\nThis project exists thanks to all the people who contribute. \n\n\u003ca href=\"https://github.com/BrunoCiccarino/gardenal/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=BrunoCiccarino/gardenal\u0026max=24\" /\u003e\n\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebigcicca%2Fgardenal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebigcicca%2Fgardenal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebigcicca%2Fgardenal/lists"}