{"id":16156866,"url":"https://github.com/saghul/vim-colortoggle","last_synced_at":"2026-03-18T18:08:01.787Z","repository":{"id":66099572,"uuid":"2239049","full_name":"saghul/vim-colortoggle","owner":"saghul","description":"A ViM plugin for toggling background and color scheme","archived":false,"fork":false,"pushed_at":"2013-11-27T10:41:18.000Z","size":107,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T01:23:33.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","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/saghul.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":"2011-08-20T13:48:37.000Z","updated_at":"2022-06-25T11:41:01.000Z","dependencies_parsed_at":"2023-02-19T22:30:43.078Z","dependency_job_id":null,"html_url":"https://github.com/saghul/vim-colortoggle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saghul/vim-colortoggle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fvim-colortoggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fvim-colortoggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fvim-colortoggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fvim-colortoggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saghul","download_url":"https://codeload.github.com/saghul/vim-colortoggle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fvim-colortoggle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T01:46:51.789Z","updated_at":"2026-01-20T11:02:32.838Z","avatar_url":"https://github.com/saghul.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Color toggling plugin for ViM\n=============================\n\nThis plugin will allow you to toggle the background and colorscheme\ntogether with a single key.\n\nInstallation\n------------\n\nIf you are using pathogen:\n\n    git clone https://github.com/saghul/vim-colortoggle.git ~/.vim/bundle/vim-colortoggle\n\nIf you are not using any plugins manager, just copy the folder plugin into your\n~/.vim directory\n\nUsage\n-----\n\nDefine global variables with your default background choice and color\nschemes for dark and light backgrounds. Example:\n\n    let g:default_background_type = \"dark\"\n    let g:dark_colorscheme = \"mustang\"\n    let g:light_colorscheme = \"pyte\"\n\nThen map the key you want to the ToggleBg function:\n\n    map \u003csilent\u003e\u003cF11\u003e :ToggleBg\u003cCR\u003e\n\nExtra\n-----\n\nIf you want the current value to be saved and restored you need to tell\nviminfo to store global variables, by appending the ! symbol:\n\n    \" viminfo options: http://vimdoc.sourceforge.net/htmldoc/usr_21.html#21.3\n    set viminfo='100,\u003c50,s10,h,!\n    rviminfo\n\n\nThis is my first plugin for ViM, hope you like it :-)\n\nSaúl Ibarra Corretgé \u003csaghul@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Fvim-colortoggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaghul%2Fvim-colortoggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Fvim-colortoggle/lists"}