# vim-substrata
**Repository Path**: mirrors_arzg/vim-substrata
## Basic Information
- **Project Name**: vim-substrata
- **Description**: A cold, dark colourscheme for Vim
- **Primary Language**: Unknown
- **License**: ISC
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-02-27
- **Last Updated**: 2026-04-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
vim-substrata
a cold, dark colourscheme for Vim
made in Colortemplate, the Toolkit for Vim Colourscheme Designers
inspired by Nord and Iceberg
|
## Installation
Use *your* favorite runtimepath/plugin manager, or place `substrata.vim` into
`~/.vim/colors/` for \*nix and `%userprofile%\vimfiles\colors\` for Windows.
## Usage
### Vim
Substrata 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.
```
set termguicolors " Only needed in terminals
colorscheme substrata
```
### Terminal
If you want other terminal output to match with Substrata, then set your terminal emulator’s colours to match the ones below:
| Colour | Normal | Bright |
| --- | --- | --- |
| Black | `#2e313d` | `#5b5f71` |
| Red | `#cf8164` | `#fe9f7c` |
| Green | `#76a065` | `#92c47e` |
| Yellow | `#ab924c` | `#d2b45f` |
| Blue | `#8296b0` | `#a0b9d8` |
| Magenta | `#a18daf` | `#c6aed7` |
| Cyan | `#659ea2` | `#7dc2c7` |
| White | `#b5b4c9` | `#f0ecfe` |
| Foreground | `#b5b4c9` | |
| Background | `#191c25` | |
A 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:
```
#include "/path/to/substrata.xresources"
```
## Screenshots
Note 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].
*Popup menu*
*Searching*
*Diffing*
*Writing using [Goyo][goyo] and [Limelight][lime]*
*Visual mode*
*[Fugitive][fug]*
## Inspiration
Substrata was inspired by these colourschemes (they’re great, you should check them out!):
- [Apprentice][appr]
- [Blame][blame]
- [Iceberg][ice]
- [Nord][nord]
[appr]: https://github.com/romainl/Apprentice
[blame]: https://github.com/hauleth/blame.vim
[fug]: https://github.com/tpope/vim-fugitive
[goyo]: https://github.com/junegunn/goyo.vim
[iafont]: https://github.com/iaolo/iA-Fonts/tree/master/iA%20Writer%20Mono
[ibmfont]: https://github.com/IBM/plex
[ice]: https://github.com/cocopon/iceberg.vim
[lime]: https://github.com/junegunn/limelight.vim
[nord]: https://www.nordtheme.com/ports/vim