Skip to content

jfoscarini/icycle.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Icycle.vim

White and blue (neo)vim colorscheme. It is currently under development and is subject to change drastically.

light

Features

Inspiration

Installation & Usage

Neovim

    {
        "jfoscarini/icycle.vim",
        config = function()
            vim.cmd.set("background=light")
            vim.cmd.colorscheme("icycle")
        end
    }

Vim

    Plug 'jfoscarini/icycle.vim'
    set background=light
    colorscheme icycle

Note: you must enable true colors in (neo)vim.

About

A white and blue (neo)vim colorscheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published