Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteblackgoose/andromeda.nvim
Colorscheme for neovim inspired by andromeda from VS Code
https://github.com/whiteblackgoose/andromeda.nvim
Last synced: 18 days ago
JSON representation
Colorscheme for neovim inspired by andromeda from VS Code
- Host: GitHub
- URL: https://github.com/whiteblackgoose/andromeda.nvim
- Owner: WhiteBlackGoose
- License: mit
- Created: 2022-12-10T19:28:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:59:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T18:47:22.545Z (30 days ago)
- Language: Vim Script
- Size: 786 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Andromeda.nvim
[![license tag](https://img.shields.io/badge/license-MIT-green)](https://img.shields.io/badge/license-MIT-green)
[![version](https://img.shields.io/badge/version-v0.1.1-blueviolet)](https://img.shields.io/badge/version-v0.1.1-blueviolet)A fork of [andromeda.vim](https://github.com/safv12/andromeda.vim) adapted for neovim.
Andromeda.nvim theme supports graphical Vim and console Vim.
## Installation
You can use your preferred Vim Package Manager to install Andromeda theme.### Using [vim-plug](https://github.com/junegunn/vim-plug).
```vim
Plug 'WhiteBlackGoose/andromeda.nvim'
```### Usage
```
syntax on
set background=dark
colorscheme andromeda
```## Contribute
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.
## Licensing
The original license of andromeda.vim kept. To view WhiteBlackGoose's modifications, just run a diff.
Andromeda.nvim is licensed under the [MIT License](./LICENSE.txt).