{"id":13411753,"url":"https://github.com/ldelossa/vimdark","last_synced_at":"2026-01-17T01:23:17.543Z","repository":{"id":43073304,"uuid":"181728900","full_name":"ldelossa/vimdark","owner":"ldelossa","description":"A dark theme for vim based on vim-monotonic and chrome's dark reader","archived":false,"fork":false,"pushed_at":"2022-03-20T12:27:28.000Z","size":7168,"stargazers_count":69,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-31T20:48:46.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ldelossa.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}},"created_at":"2019-04-16T16:40:43.000Z","updated_at":"2024-07-01T06:10:27.000Z","dependencies_parsed_at":"2022-09-06T03:43:07.212Z","dependency_job_id":null,"html_url":"https://github.com/ldelossa/vimdark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldelossa%2Fvimdark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldelossa%2Fvimdark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldelossa%2Fvimdark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldelossa%2Fvimdark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ldelossa","download_url":"https://codeload.github.com/ldelossa/vimdark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618659,"owners_count":20320273,"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":[],"created_at":"2024-07-30T20:01:16.542Z","updated_at":"2026-01-17T01:23:17.498Z","avatar_url":"https://github.com/ldelossa.png","language":"Vim script","readme":"# vimdark\n\nA Vim theme for night time. Loosely based on vim-monotonic and chrome's dark reader extention.\nA light theme is included as well for the day time.\n\n# Installation (via vim-plug)\n\n```\nPlug 'ldelossa/vimdark'\n```\n\n## Theme switching\n\nAdd this in your vimrc to change dark and light themes based on time\n\n```bash\n\" use vimdark from 9pm to 10am\nif strftime(\"%H\") \u003e= 21 || strftime(\"%H\") \u003c= 9\n    colorscheme vimdark\nelse\n    colorscheme vimlight\nendif\n\nfunction! DarkMode()\n    colorscheme vimdark\nendfunction\n\nfunction! LightMode()\n    colorscheme vimlight\nendfunction\n```\n\n# Go Screenshot\n\n![Alt text](./screenshots/vim-dark-go-screenshot.png?raw=true \"go code\")\n![Alt text](./screenshots/vim-light-go-screenshot.png?raw=true \"go code\")\n\n# C\n\n![Alt text](./screenshots/vim-dark-c-screenshot.png?raw=true \"vim-fugitive diff\")\n![Alt text](./screenshots/vim-light-c-screenshot.png?raw=true \"vim-fugitive diff\")\n\n","funding_links":[],"categories":["Colorscheme","Vim Script"],"sub_categories":["Tree-sitter Supported Colorscheme","Assembly"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldelossa%2Fvimdark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fldelossa%2Fvimdark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldelossa%2Fvimdark/lists"}