{"id":15178625,"url":"https://github.com/catielanier/springtime-girls","last_synced_at":"2026-03-01T19:33:32.489Z","repository":{"id":255091003,"uuid":"848510819","full_name":"catielanier/springtime-girls","owner":"catielanier","description":"A light, pastel color scheme for Vim that brings a refreshing and vibrant look to your editor. Inspired by the gentle hues of spring, this theme offers a pleasant visual experience with soft colors that are easy on the eyes.","archived":false,"fork":false,"pushed_at":"2024-08-28T02:54:07.000Z","size":238,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T19:23:49.955Z","etag":null,"topics":["neovim","neovim-colorscheme","neovim-plugin","vim","vim-colorscheme","vim-plugin"],"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-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catielanier.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":"2024-08-27T22:36:31.000Z","updated_at":"2024-08-28T03:06:15.000Z","dependencies_parsed_at":"2024-09-23T10:02:26.369Z","dependency_job_id":"dbaca829-09f3-4377-902f-9299719dc3c4","html_url":"https://github.com/catielanier/springtime-girls","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"cea55b188c1e79b575e359cdc44cf17d355cdbfa"},"previous_names":["catielanier/springtime-girls"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/catielanier/springtime-girls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catielanier%2Fspringtime-girls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catielanier%2Fspringtime-girls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catielanier%2Fspringtime-girls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catielanier%2Fspringtime-girls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catielanier","download_url":"https://codeload.github.com/catielanier/springtime-girls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catielanier%2Fspringtime-girls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29981443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["neovim","neovim-colorscheme","neovim-plugin","vim","vim-colorscheme","vim-plugin"],"created_at":"2024-09-27T15:20:35.778Z","updated_at":"2026-03-01T19:33:32.463Z","avatar_url":"https://github.com/catielanier.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Springtime-Girls Vim Colorscheme\n\n![Springtime Girls](https://github.com/catielanier/springtime-girls/blob/main/springtime-girls.png)\n\n`springtime-girls` is a light, pastel color scheme for Vim designed to provide a gentle and vibrant editing experience. It features support for Lightline, enhancing the visual appeal of your statusline.\n\n## Features\n\n- **Pastel Color Palette:** Soft, spring-inspired colors that are easy on the eyes.\n- **Lightline Support:** Integrated with Lightline for a cohesive look.\n- **Customizable:** Easily modify colors to fit your preferences.\n\n## Installation\n\n### Using Vim-Plug\n\nAdd the following line to your `.vimrc` or `init.vim`:\n\n```vim\nPlug 'catielanier/springtime-girls'\n```\n\nThen run:\n\n```\n:source %\n:PlugInstall\n```\n\n### Manual Installation\n\n1. Download the `springtime-girls.vim` file and place it in your Vim colors directory:\n\n```\nmkdir -p ~/.vim/colors\ncurl -o ~/.vim/colors/springtime-girls.vim https://github.com/catielanier/springtime-girls/blob/main/colors/springtime-girls.vim\n```\n\n2. Add the following line to your `.vimrc` or `init.vim` to use the colorscheme:\n\n```vim\ncolorscheme springtime-girls\n```\n\n## Lightline Configuration\n\nTo use `springtime-girls` with Lightline, add the following to your `.vimrc` or `init.vim`:\n\n```vim\nlet g:lightline = {\n      \\ 'colorscheme': 'springtime-girls',\n      \\ }\n```\n\nEnsure you have Lightline installed. If not, you can install it using Vim-Plug:\n\n```vim\nPlug 'itchyny/lightline.vim'\n```\n\n## Color Palette\n\n- **Background:** `#FFDDE1`\n- **Foreground:** `#333333`\n- **Blue:** `#A2CBEF`\n- **Green:** `#B6E6C3`\n- **Yellow:** `#FFF7AE`\n- **Lavender:** `#C7B8E3`\n\n## Customization\n\nFeel free to customize the colors by editing the `springtime-girls.vim` file. The color definitions can be adjusted to match your preferences.\n\n## Contributing\n\nIf you'd like to contribute to `springtime-girls`, please fork the repository and submit a pull request. Bug reports and feature requests are also welcome!\n\n## License\n\nThis colorscheme is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contact\n\nFor any questions or feedback, please contact [hello@catielanier.ca](mailto:hello@catielanier.ca).\n\nEnjoy a bright and refreshing Vim experience with `springtime-girls`!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatielanier%2Fspringtime-girls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatielanier%2Fspringtime-girls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatielanier%2Fspringtime-girls/lists"}