{"id":27615799,"url":"https://github.com/adamnsch/vim-circadian","last_synced_at":"2025-10-17T12:45:06.422Z","repository":{"id":203109598,"uuid":"407782843","full_name":"adamnsch/vim-circadian","owner":"adamnsch","description":"Set vim theme based on time of day.","archived":false,"fork":false,"pushed_at":"2021-09-18T13:02:30.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T03:59:56.038Z","etag":null,"topics":["vim","vim-colorscheme","vim-plugins"],"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/adamnsch.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,"governance":null}},"created_at":"2021-09-18T06:58:23.000Z","updated_at":"2021-09-18T13:02:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c0e8e7c-a721-4403-a98f-ce92f4e2ab47","html_url":"https://github.com/adamnsch/vim-circadian","commit_stats":null,"previous_names":["adamnsch/vim-circadian"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamnsch%2Fvim-circadian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamnsch%2Fvim-circadian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamnsch%2Fvim-circadian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamnsch%2Fvim-circadian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamnsch","download_url":"https://codeload.github.com/adamnsch/vim-circadian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366703,"owners_count":21418769,"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-colorscheme","vim-plugins"],"created_at":"2025-04-23T04:00:00.755Z","updated_at":"2025-10-17T12:45:01.368Z","avatar_url":"https://github.com/adamnsch.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# circadian.vim\n\nSmall plugin that lets one set a time of day for automatically switching between\ntwo specified themes (typically a light and dark theme).\n\n## Requirements\n\nThis plugin requires a version of Neovim or Vim that supports timers.\nFor Vim this means versions \u003e= 7.4.1578.\n\n## Installation\n\nInstall with your favorite vim plugin manager. For example using plug:\n```vim\nPlug 'adamnsch/vim-circadian'\n```\n\n## Customizing\n\n### Time of day\n\nBy default the plugin will apply the daytime theme from 8 AM to 7 PM.\nThis can be overridden the following way:\n\n```vim\nlet g:circadian_day_start = 10\nlet g:circadian_night_start = 20\n```\n\nNote that \"military time\" is used to encode 8 PM as `20` here.\n\n### Specifying themes\n\nBy default the plugin will just `set background` to `light` and `dark` for day\nand night time respectively.\n\nSpecify `colorscheme`s that should be used the following way:\n\n```vim\nlet g:circadian_day_theme = 'onehalflight'\nlet g:circadian_night_theme = 'onehalfdark'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamnsch%2Fvim-circadian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamnsch%2Fvim-circadian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamnsch%2Fvim-circadian/lists"}