{"id":26222743,"url":"https://github.com/ek9/vim-auto-solarize","last_synced_at":"2026-05-19T05:44:00.625Z","repository":{"id":281988568,"uuid":"93536694","full_name":"ek9/vim-auto-solarize","owner":"ek9","description":"vim plugin to automatically start solarized dark or light theme based on time of the day","archived":false,"fork":false,"pushed_at":"2017-06-09T16:33:41.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T07:53:31.627Z","etag":null,"topics":["neovim","neovim-auto-solarize","neovim-colorscheme","neovim-plugin","solarized","solarized-theme","vim","vim-auto-solarize","vim-colorscheme","vim-plugin","vim-plugins"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ek9.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":"2017-06-06T15:54:08.000Z","updated_at":"2023-04-12T09:19:43.000Z","dependencies_parsed_at":"2025-03-12T07:53:32.740Z","dependency_job_id":"88dfd782-5673-4291-8511-2c0519b9c180","html_url":"https://github.com/ek9/vim-auto-solarize","commit_stats":null,"previous_names":["ek9/vim-auto-solarize"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ek9%2Fvim-auto-solarize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ek9%2Fvim-auto-solarize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ek9%2Fvim-auto-solarize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ek9%2Fvim-auto-solarize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ek9","download_url":"https://codeload.github.com/ek9/vim-auto-solarize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258511,"owners_count":20262301,"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":["neovim","neovim-auto-solarize","neovim-colorscheme","neovim-plugin","solarized","solarized-theme","vim","vim-auto-solarize","vim-colorscheme","vim-plugin","vim-plugins"],"created_at":"2025-03-12T17:19:28.190Z","updated_at":"2025-10-08T19:56:24.824Z","avatar_url":"https://github.com/ek9.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"vim-auto-solarize\n=================\n\n[vim-auto-solarize][0] plugin automatically starts solarized dark or solarized\nlight theme based on time of the day.\n\n## Install\n\nInstall `vim-colors-solarized` and `vim-auto-solarize` using Vundle or\nPathogen:\n\n```vim\nBundle 'altercation/vim-colors-solarized'\nBundle 'ek9/vim-auto-solarize'\n```\n\n## Usage\n\n`F8` allows toggling background between light and dark. This key is configurable\nvia an option listed below.\n\nYou have the following configuration options:\n\n- **g:auto_solarize_start_light** (Default: *'0700'*) - controls the time when\n  light background will be activated. Format is HHMM (HH - hours (0-23); MM-\n  minutes (0-59)). To disable, set to `2400`. Example:\n\n   ```vim\n   let g:auto_solarize_start_light = '0700'\n   ```\n\n   You can set the time to any value, even higher than\n   `g:auto_solarize_start_dark`. Plugin is smart enough to work correctly with\n   different time configurations.\n\n- **g:auto_solarize_start_dark** (Default: *'1850'*) - controls the time when\n  dark background will be activated. Format is HHMM (HH - hours (0-23); MM-\n  minutes (0-59)). To disable, set to `2400`. Example:\n\n     ```vim\n    let g:auto_solarize_start_dark = '1850'\n    ```\n\n   You can set the time to any value, even lower than\n   `g:auto_solarize_start_light`. Plugin is smart enough to work correctly with\n   different time configurations.\n\n\n- **g:auto_solarize_togglebg_key** (Default: *'\u003cF8\u003e'*) - allows you to change\n  key for toggling background between light and dark. Example:\n\n    ```vim\n    let g:auto_solarize_togglebg_key = '\u003cF8\u003e'\n    ```\n\n- **g:auto_solarize_check_on_save** (Default: *1*) - allows you to control\n  if AutoSolarize checks should be applied upon file save. Set to *0* to\n  disable. Example:\n\n    ```vim\n    let g:auto_solarize_check_on_save = 0\n    ```\n## Authors\n\nCopyright (c) 2015-2017 ek9 \u003cdev@ek9.co\u003e (https://ek9.co).\n\n## License\n\nLicensed under [MIT License](LICENSE).\n\n[0]: https://github.com/ek9/vim-auto-solarize\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fek9%2Fvim-auto-solarize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fek9%2Fvim-auto-solarize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fek9%2Fvim-auto-solarize/lists"}