{"id":13479574,"url":"https://github.com/lunacookies/vim-substrata","last_synced_at":"2025-09-10T10:38:53.498Z","repository":{"id":50351555,"uuid":"212710502","full_name":"lunacookies/vim-substrata","owner":"lunacookies","description":"A cold, dark colourscheme for Vim","archived":false,"fork":false,"pushed_at":"2021-03-23T03:17:56.000Z","size":28,"stargazers_count":201,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T17:42:00.727Z","etag":null,"topics":[],"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":"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-10-04T00:57:26.000Z","updated_at":"2025-01-17T17:40:48.000Z","dependencies_parsed_at":"2022-09-02T09:40:39.656Z","dependency_job_id":null,"html_url":"https://github.com/lunacookies/vim-substrata","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-substrata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunacookies%2Fvim-substrata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunacookies%2Fvim-substrata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunacookies%2Fvim-substrata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunacookies","download_url":"https://codeload.github.com/lunacookies/vim-substrata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250301728,"owners_count":21408240,"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-31T16:02:19.452Z","updated_at":"2025-04-22T18:48:07.902Z","avatar_url":"https://github.com/lunacookies.png","language":"Vim script","readme":"\u003ctable\u003e\u003ctbody align=\"center\"\u003e\u003ctr\u003e\u003ctd\u003e\n\u003ch1\u003evim-substrata\u003c/h1\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/arzg/resources/master/substrata-screenshot.png\"/\u003e\n\u003ch3\u003ea cold, dark colourscheme for Vim\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\u003cem\u003einspired by \u003ca href=\"https://www.nordtheme.com/ports/vim\"\u003eNord\u003c/a\u003e and \u003ca href=\"https://cocopon.github.io/iceberg.vim/\"\u003eIceberg\u003c/a\u003e\u003c/em\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\n## Installation\n\nUse *your* favorite runtimepath/plugin manager, or place `substrata.vim` into\n`~/.vim/colors/` for \\*nix and `%userprofile%\\vimfiles\\colors\\` for Windows.\n\n## Usage\n\n### Vim\n\nSubstrata should work out of the box if you’re using a GUI Vim such as GVim or MacVim. Terminal usage, however, requires the terminal supporting 24-bit colour, also known as True Colour.\n\n```\nset termguicolors \" Only needed in terminals\ncolorscheme substrata\n```\n\n### Terminal\n\nIf you want other terminal output to match with Substrata, then set your terminal emulator’s colours to match the ones below:\n\n| Colour     | Normal    | Bright    |\n| ---        | ---       | ---       |\n| Black      | `#2e313d` | `#5b5f71` |\n| Red        | `#cf8164` | `#fe9f7c` |\n| Green      | `#76a065` | `#92c47e` |\n| Yellow     | `#ab924c` | `#d2b45f` |\n| Blue       | `#8296b0` | `#a0b9d8` |\n| Magenta    | `#a18daf` | `#c6aed7` |\n| Cyan       | `#659ea2` | `#7dc2c7` |\n| White      | `#b5b4c9` | `#f0ecfe` |\n| Foreground | `#b5b4c9` |           |\n| Background | `#191c25` |           |\n\nA preset is included for iTerm and in Xresources format. The Xresources format can be used either by copying the contents of `xresources/substrata.xresources` into `~/.Xresources`, or, if you would prefer to keep the theme in a separate file, you can instead include it with the following syntax:\n\n```\n#include \"/path/to/substrata.xresources\"\n```\n\n## Screenshots\n\nNote that the screenshots below are likely to be slightly out of date. The typeface used in the screenshots is [iA Writer Mono][iafont], which is derived from [IBM Plex Mono][ibmfont].\n\n![The popup menu in Substrata](https://raw.githubusercontent.com/arzg/resources/master/substrata-popup.png)*Popup menu*\n![Searching in Substrata](https://raw.githubusercontent.com/arzg/resources/master/substrata-search.png)*Searching*\n![Showing the diff between two files in Substrata](https://raw.githubusercontent.com/arzg/resources/master/substrata-diff.png)*Diffing*\n![Writing in Substrata](https://raw.githubusercontent.com/arzg/resources/master/substrata-goyo.png)*Writing using [Goyo][goyo] and [Limelight][lime]*\n![Visual selections in Substrata](https://raw.githubusercontent.com/arzg/resources/master/substrata-visual.png)*Visual mode*\n![Fugitive in Substrata](https://raw.githubusercontent.com/arzg/resources/master/substrata-git.png)*[Fugitive][fug]*\n\n## Inspiration\n\nSubstrata was inspired by these colourschemes (they’re great, you should check them out!):\n\n- [Apprentice][appr]\n- [Blame][blame]\n- [Iceberg][ice]\n- [Nord][nord]\n\n[appr]: https://github.com/romainl/Apprentice\n[blame]: https://github.com/hauleth/blame.vim\n[fug]: https://github.com/tpope/vim-fugitive\n[goyo]: https://github.com/junegunn/goyo.vim\n[iafont]: https://github.com/iaolo/iA-Fonts/tree/master/iA%20Writer%20Mono\n[ibmfont]: https://github.com/IBM/plex\n[ice]: https://github.com/cocopon/iceberg.vim\n[lime]: https://github.com/junegunn/limelight.vim\n[nord]: https://www.nordtheme.com/ports/vim\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunacookies%2Fvim-substrata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunacookies%2Fvim-substrata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunacookies%2Fvim-substrata/lists"}