diff --git a/README.md b/README.md index 6571a0a..dc793e1 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,26 @@ -# Oceanic Next +# oceanic-next-vim -Port to vim from - https://github.com/voronianski/oceanic-next-theme +> Port to Vim from [oceanic-next-theme](https://github.com/voronianski/oceanic-next-theme) -Using coloration (https://github.com/sickill/coloration) and Vim-toCtrem (shawnbiddle.com/Vim-toCterm/) +![](oceanic-next-vim.png) +Using coloration [coloration](https://github.com/sickill/coloration) and [Vim-toCterm](shawnbiddle.com/Vim-toCterm/) ### Installation #### Vundle + Place this in your .vimrc: + ``` Plugin 'yosiat/oceanic-next-vim' + +colorscheme OceanicNext ``` -then run the following in Vim: + +Then run the following in Vim: + ``` :source % :PluginInstall ``` - diff --git a/oceanic-next-vim.png b/oceanic-next-vim.png new file mode 100644 index 0000000..f28a183 Binary files /dev/null and b/oceanic-next-vim.png differ