aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKaleb Elwert <kaleb.elwert@datadoghq.com>2022-06-08 09:21:31 -0700
committerKaleb Elwert <kaleb.elwert@datadoghq.com>2022-06-08 09:21:31 -0700
commit02e718576d79f37e7a93853db60eda4712ecd0cf (patch)
tree560483b13b18d0f7cf5c9b3b78d56b56371b1610 /README.md
parentc5a45f4c2681b7273bad0648dbeea189b540e80c (diff)
Move remaining screenshots to folder
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 15c681d..d5e94d7 100644
--- a/README.md
+++ b/README.md
@@ -88,13 +88,13 @@ set termguicolors
### Green line numbers
-![green line numbers screenshot](https://raw.github.com/base16-project/base16-vim/main/without-base16colorspace-256-with-256-terminal-theme.png)
+![green line numbers screenshot](/screenshots/without-base16colorspace-256-with-256-terminal-theme.png)
If your Vim looks like the above image you are using a 256 terminal theme without setting `let base16colorspace=256` in your `~/.vimrc`. Either set `let base16colorspace=256` in your `~/.vimrc` or use a non 256 terminal theme.
### Blue line numbers
-![blue line numbers screenshot](https://raw.github.com/base16-project/base16-vim/main/with-base16colorspace-256-without-base16-shell.png)
+![blue line numbers screenshot](/screenshots/with-base16colorspace-256-without-base16-shell.png)
If your Vim looks like the above image you are setting `let base16colorspace=256` in your `~/.vimrc` but either not running [Base16 Shell](https://github.com/base16-project/base16-shell) or [Base16 Shell](https://github.com/base16-project/base16-shell) is not working for your terminal. Either ensure [Base16 Shell](https://github.com/base16-project/base16-shell) is working by running the `colortest` available in the [Base16 Shell](https://github.com/base16-project/base16-shell) repository or not setting `let base16colorspace=256` in your `~/.vimrc`.