{"id":13479577,"url":"https://github.com/lunacookies/vim-corvine","last_synced_at":"2025-04-28T18:48:41.176Z","repository":{"id":36031778,"uuid":"205947544","full_name":"lunacookies/vim-corvine","owner":"lunacookies","description":"The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate","archived":false,"fork":false,"pushed_at":"2021-11-10T13:29:05.000Z","size":41,"stargazers_count":78,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T11:51:13.489Z","etag":null,"topics":["color","color-scheme","color-theme","colortemplate","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lunacookies.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-09-02T22:47:59.000Z","updated_at":"2024-10-27T04:42:13.000Z","dependencies_parsed_at":"2022-08-26T02:50:51.610Z","dependency_job_id":null,"html_url":"https://github.com/lunacookies/vim-corvine","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/lunacookies%2Fvim-corvine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunacookies%2Fvim-corvine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunacookies%2Fvim-corvine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunacookies%2Fvim-corvine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunacookies","download_url":"https://codeload.github.com/lunacookies/vim-corvine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251371871,"owners_count":21578956,"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":["color","color-scheme","color-theme","colortemplate","vim"],"created_at":"2024-07-31T16:02:19.488Z","updated_at":"2025-04-28T18:48:41.156Z","avatar_url":"https://github.com/lunacookies.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"\u003ctable\u003e\u003ctbody align=\"center\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003ch1\u003evim-corvine\u003c/h1\u003e\n\u003ctable\u003e\u003ctbody align=\"center\"\u003e\u003ctr\u003e\u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/arzg/resources/master/corvine-screenshot.png\"/\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/arzg/resources/master/corvine-light-screenshot.png\"/\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\u003ch3\u003ethe \u003ca href=\"https://github.com/baskerville/etc/blob/master/neovim/.config/nvim/colors/raven-dark.vim\"\u003eRaven\u003c/a\u003e colourscheme for Vim, modified and rebuilt\u003c/h3\u003e\n\u003cem\u003emade in \u003ca href=\"https://github.com/lifepillar/vim-colortemplate\"\u003eColortemplate\u003c/a\u003e, the Toolkit for Vim Colourscheme Designers\u003c/em\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\n## Installation\n\nUse your favourite runtimepath/plugin manager, or place `corvine.vim` into\n`~/.vim/colors/` for \\*nix and `%userprofile%\\vimfiles\\colors\\` for Windows.\n\n## Usage\n\nIf you’re using a GUI, then Corvine should work out of the box. However, if you’re planning to use Corvine in a terminal, the terminal must support the 256 colour palette, which most modern ones do. For Corvine Light, on the other hand, your terminal must support 24-bit colour, also known as True Colour, if you want the correct background colour (apart from this, Corvine Light does not require 24-bit colour). You can enable Vim to use this palette (if it is available) with `set termguicolors`. If you want other terminal output to match with Corvine, then set its colours to match the ones below:\n\nDark:\n\n| Colour     | Normal    | Bright    |\n| ---        | ---       | ---       |\n| Black      | `#3a3a3a` | `#626262` |\n| Red        | `#d78787` | `#ffafaf` |\n| Green      | `#87af5f` | `#afd787` |\n| Yellow     | `#d7d7af` | `#d7d787` |\n| Blue       | `#87afd7` | `#87d7ff` |\n| Magenta    | `#afafd7` | `#d7afd7` |\n| Cyan       | `#87d7d7` | `#5fd7d7` |\n| White      | `#c6c6c6` | `#eeeeee` |\n| Foreground | `#c6c6c6` |           |\n| Background | `#262626` |           |\n\nLight:\n\n| Colour     | Normal    | Bright    |\n| ---        | ---       | ---       |\n| Black      | `#eee8dc` | `#9e9e9e` |\n| Red        | `#d75f5f` | `#d7005f` |\n| Green      | `#005f00` | `#008700` |\n| Yellow     | `#af8700` | `#af5f00` |\n| Blue       | `#0087d7` | `#00afd7` |\n| Magenta    | `#5f5faf` | `#af5faf` |\n| Cyan       | `#008787` | `#00afaf` |\n| White      | `#585858` | `#000000` |\n| Foreground | `#585858` |           |\n| Background | `#fff9ed` |           |\n\nA preset for both of these colourschemes is included for iTerm. Only the dark variant has a preset for Terminal.app. This is because Terminal.app doesn’t support 24-bit colour, therefore leading to a situation in which a colourscheme that is impossible to match in Vim is included as a terminal preset. In the end, I simply decided against including the preset to avoid the issue.\n\n## Options\n\n- `g:corvine_italics`: set to `0` to force italics off, and `1` to force italics on\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunacookies%2Fvim-corvine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunacookies%2Fvim-corvine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunacookies%2Fvim-corvine/lists"}