aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFausto Núñez Alberro <fausto.nunez@mailbox.org>2021-03-19 20:32:45 +0100
committerGitHub <noreply@github.com>2021-03-19 20:32:45 +0100
commit571aac49ffe7b7ba36279bb690b298f3e3c19a71 (patch)
treea09bf9c1882f0247bf810077596c8697833a77fa
parent62dda766bca0478243381518fa13628597fb9c6e (diff)
parent68a3cd9397b1d26c5f44286ede787dae2f7f8c34 (diff)
Merge pull request #20 from fnune/update-readme-screenshots
Update the screenshots in the README
-rw-r--r--README.md17
-rw-r--r--base16-vim.pngbin62243 -> 0 bytes
-rw-r--r--screenshots/base16-vim-screenshot-classic-dark.pngbin0 -> 646737 bytes
-rw-r--r--screenshots/base16-vim-screenshot-horizon-dark.pngbin0 -> 672093 bytes
-rw-r--r--screenshots/base16-vim-screenshot-onedark.pngbin0 -> 647355 bytes
5 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc0af05..12849a2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
| This is a fork of [chriskempson](https://github.com/chriskempson)'s [base16-vim](https://github.com/chriskempson/base16-vim) which refreshes and commits new themes weekly automatically and has a documented build process. |
-| --- |
+| :-- |
+| Development has continued beyond the automation of the repository since the moment of the fork. See [the full diff here](https://github.com/fnune/base16-vim/compare/c8a7da6...HEAD). |
# Base16 Vim
See the [Base16 repository](https://github.com/chriskempson/base16) for more information.
@@ -7,7 +8,19 @@ This theme was built with [base16-builder-python](https://github.com/InspectorMu
Supports graphical Vim and console Vim.
-![Base16 Vim](https://raw.github.com/fnune/base16-vim/master/base16-vim.png)
+Over [70 themes](https://github.com/chriskempson/base16-schemes-source/blob/master/list.yaml) plus light/dark variations are available. Here are some of my favorites:
+
+The `classic-dark` theme:
+
+![base16-vim classic-dark](/screenshots/base16-vim-screenshot-classic-dark.png)
+
+The `horizon-dark` theme:
+
+![base16-vim horizon-dark](/screenshots/base16-vim-screenshot-horizon-dark.png)
+
+The `onedark` theme:
+
+![base16-vim onedark](/screenshots/base16-vim-screenshot-onedark.png)
## Terminal Themes
For terminal Vim (non-gui) please ensure you are using a base16 terminal theme.
diff --git a/base16-vim.png b/base16-vim.png
deleted file mode 100644
index 631daf2..0000000
--- a/base16-vim.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/base16-vim-screenshot-classic-dark.png b/screenshots/base16-vim-screenshot-classic-dark.png
new file mode 100644
index 0000000..d34e29d
--- /dev/null
+++ b/screenshots/base16-vim-screenshot-classic-dark.png
Binary files differ
diff --git a/screenshots/base16-vim-screenshot-horizon-dark.png b/screenshots/base16-vim-screenshot-horizon-dark.png
new file mode 100644
index 0000000..7cc9a42
--- /dev/null
+++ b/screenshots/base16-vim-screenshot-horizon-dark.png
Binary files differ
diff --git a/screenshots/base16-vim-screenshot-onedark.png b/screenshots/base16-vim-screenshot-onedark.png
new file mode 100644
index 0000000..a5794e1
--- /dev/null
+++ b/screenshots/base16-vim-screenshot-onedark.png
Binary files differ