diff --git a/README.md b/README.md index 3cc1cd5..b585d7c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# onedark.vim +![onedark.vim](https://raw.githubusercontent.com/joshdick/onedark.vim/master/img/readme_header.png) A dark Vim/Neovim color scheme for the GUI and 16/256/true-color terminals, based on [FlatColor](https://github.com/MaxSt/FlatColor), with colors inspired by the excellent [One Dark syntax theme](https://github.com/atom/one-dark-syntax) for the [Atom text editor](https://atom.io). -![onedark.vim Preview](https://raw.githubusercontent.com/joshdick/onedark.vim/master/img/preview.png) - ## Installation 1. Install the theme using your Vim plug-in manager of choice (or manually, by placing `colors/onedark.vim` in your `~/.vim/colors/` directory and `autoload/onedark.vim` in your `~/.vim/autoload/` directory.) diff --git a/img/preview.png b/img/preview.png deleted file mode 100644 index b0ed23c..0000000 Binary files a/img/preview.png and /dev/null differ diff --git a/img/readme_header.png b/img/readme_header.png new file mode 100644 index 0000000..f30dc55 Binary files /dev/null and b/img/readme_header.png differ