diff options
-rw-r--r-- | README.md | 17 | ||||
-rw-r--r-- | base16-vim.png | bin | 62243 -> 0 bytes | |||
-rw-r--r-- | screenshots/base16-vim-screenshot-classic-dark.png | bin | 0 -> 646737 bytes | |||
-rw-r--r-- | screenshots/base16-vim-screenshot-horizon-dark.png | bin | 0 -> 672093 bytes | |||
-rw-r--r-- | screenshots/base16-vim-screenshot-onedark.png | bin | 0 -> 647355 bytes |
5 files changed, 15 insertions, 2 deletions
@@ -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 Binary files differdeleted file mode 100644 index 631daf2..0000000 --- a/base16-vim.png +++ /dev/null diff --git a/screenshots/base16-vim-screenshot-classic-dark.png b/screenshots/base16-vim-screenshot-classic-dark.png Binary files differnew file mode 100644 index 0000000..d34e29d --- /dev/null +++ b/screenshots/base16-vim-screenshot-classic-dark.png diff --git a/screenshots/base16-vim-screenshot-horizon-dark.png b/screenshots/base16-vim-screenshot-horizon-dark.png Binary files differnew file mode 100644 index 0000000..7cc9a42 --- /dev/null +++ b/screenshots/base16-vim-screenshot-horizon-dark.png diff --git a/screenshots/base16-vim-screenshot-onedark.png b/screenshots/base16-vim-screenshot-onedark.png Binary files differnew file mode 100644 index 0000000..a5794e1 --- /dev/null +++ b/screenshots/base16-vim-screenshot-onedark.png |