{"id":21013897,"url":"https://github.com/kat0h/vim-colorscheme-settings","last_synced_at":"2025-05-15T04:34:41.853Z","repository":{"id":55944785,"uuid":"306900958","full_name":"kat0h/vim-colorscheme-settings","owner":"kat0h","description":"Provide VSCode like colorscheme switcher","archived":false,"fork":false,"pushed_at":"2021-09-10T05:32:19.000Z","size":51,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T04:04:19.679Z","etag":null,"topics":["vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kat0h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-24T14:26:37.000Z","updated_at":"2022-01-02T13:00:32.000Z","dependencies_parsed_at":"2022-08-15T10:00:55.691Z","dependency_job_id":null,"html_url":"https://github.com/kat0h/vim-colorscheme-settings","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kat0h%2Fvim-colorscheme-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kat0h%2Fvim-colorscheme-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kat0h%2Fvim-colorscheme-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kat0h%2Fvim-colorscheme-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kat0h","download_url":"https://codeload.github.com/kat0h/vim-colorscheme-settings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254274698,"owners_count":22043569,"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"],"created_at":"2024-11-19T09:44:28.714Z","updated_at":"2025-05-15T04:34:41.602Z","avatar_url":"https://github.com/kat0h.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Colorscheme Settings 🎨\nColorscheme switcher for Vim\n\n## Function\n- Change colorschemes *interactive*.\n\n## How To Use\n\n```:SwitchColorscheme```  \n```:SwitchBackGround```  \nLike VS Code, you can change Vim's Colorscheme .  \nYou can select the Color scheme using J or K or the cursor keys.  \nYou can then confirm your selection with the Enter or Spacebar.  \n\n\n## Options\n```g:colorschemes_settings#use_default_colorschemes```  \nSetting this flag to v: false will prevent the standard color scheme from being loaded\n\n\n```g:colorschemes_settings#rc_file_path```  \nSpecifies where the settings are saved when the colorscheme is changed  \nThis path is not automatically expanded  \n**Note** that the file will be overwritten\n  \nExample  \n  ```let g:colorscheme_settings#colorrc_path = expand('~/.vim/colorrc.vim')```  \nIf you want to set option when Vim starts. write this code to your .vimrc  \n```\nlet s:colorrcpath = expand('~/.vim/colorrc.vim')\nif filereadable(s:colorrcpath)\n  execute \"source\" s:colorrcpath\nendif\n```\n\n\n## ScreenShot\n![screen](https://github.com/kato-k/assets/blob/master/vim-colorscheme-settings.gif)  \n\n## License\n\nMIT  \n\n## Author\nKota Kato a.k.a kat0h  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkat0h%2Fvim-colorscheme-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkat0h%2Fvim-colorscheme-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkat0h%2Fvim-colorscheme-settings/lists"}