A vim theme inspired by Andromeda theme.
Andromeda.vim theme supports graphical Vim and console Vim.
You can use your preferred Vim Package Manager to install Andromeda theme.
Using vim-plug.
To install andromeda.vim using vim-plug you copy the next plug configuration in you .vimrc
file and run the :PlugInstall
command.
Plug 'safv12/andromeda.vim'
syntax on
set background=dark
colorscheme andromeda
This is an in-progress theme. If you have any problem feel free to open an issue or create a pull request. I'll attend the issues and revisions as soon as possible.
Andromeda.vim is licensed under the MIT License.