Skip to content

asteroid is a dark 24-bit truecolor colorscheme for neovim and vim

License

Notifications You must be signed in to change notification settings

prdx23/asteroid.vim

Repository files navigation

🔭 asteroid.vim

asteroid is a dark 24-bit truecolor colorscheme for neovim and vim.

screenshot.png

Install

Add to your init.lua:

{
    "prdx23/asteroid.vim",
    lazy = false,
    priority = 1000,
    config = function ()
        vim.cmd.colorscheme("asteroid")
    end
},

Add to your .vimrc:

Plug 'prdx23/asteroid.vim'

Native vim package (vim 8+)

Run the following command to install:

git clone https://github.com/prdx23/asteroid.vim ~/.vim/pack/plugins/start/asteroid.vim

Manual Install

Copy the colors and autoload folders into your .vim folder

Configuration

When using in a terminal, make sure the terminal supports 24-bit truecolors or the colors might look a little off. After installation, add the following in your .vimrc:

syntax on

if (has("termguicolors"))
    set termguicolors
endif

colorscheme asteroid

Acknowledgement


MIT License: Copyright (c) Arsh | License.txt

About

asteroid is a dark 24-bit truecolor colorscheme for neovim and vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published