All Projects → connorholyday → Vim Snazzy

connorholyday / Vim Snazzy

Licence: mit
Elegant vim theme with bright colors.

Projects that are alternatives of or similar to Vim Snazzy

Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (-30.95%)
Mutual labels:  vim-colorscheme, colorscheme
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-72.62%)
Mutual labels:  vim-colorscheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-96.43%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+10.71%)
Mutual labels:  vim-colorscheme, colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-57.14%)
Mutual labels:  vim-colorscheme, colorscheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+14.29%)
Mutual labels:  vim-colorscheme, colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+688.49%)
Mutual labels:  vim-colorscheme, colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-78.97%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Rnb
RNB, a Vim colorscheme template
Stars: ✭ 105 (-58.33%)
Mutual labels:  vim-colorscheme, colorscheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+549.21%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (+3.57%)
Mutual labels:  vim-colorscheme, colorscheme
Vim One
Adaptation of one-light and one-dark colorschemes for Vim
Stars: ✭ 1,794 (+611.9%)
Mutual labels:  vim-colorscheme, colorscheme
Tokyonight Vim
A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by enkia with the same name
Stars: ✭ 256 (+1.59%)
Mutual labels:  vim-colorscheme, colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+38.49%)
Mutual labels:  vim-colorscheme, colorscheme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-86.11%)
Mutual labels:  colorscheme, vim-colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-79.37%)
Mutual labels:  vim-colorscheme, colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-73.41%)
Mutual labels:  colorscheme, vim-colorscheme
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (-44.05%)
Mutual labels:  colorscheme, vim-colorscheme
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (-61.11%)
Mutual labels:  vim-colorscheme, colorscheme
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+528.57%)
Mutual labels:  vim-colorscheme, colorscheme

vim-snazzy

Elegant vim theme with bright colors. Based on hyper-snazzy by Sindre Sorhus.

This is still an early build, I'll be implementing better language support as I use this more myself.

All feedback, comments, and PRs welcome.

Screenshots

PHP

CSS

JS

JSX

Installation

Vundle or vim-plug

To install using Vundle or vim-plug add one of the following line to your .vimrc

" vundle
Plugin 'connorholyday/vim-snazzy'

" vim-plug
Plug 'connorholyday/vim-snazzy'

Pathogen

To install using Pathogen run the following command

cd ~/.vim/bundle && git clone [email protected]:connorholyday/vim-snazzy.git

Manually

To install manually download https://raw.githubusercontent.com/connorholyday/vim-snazzy/master/colors/snazzy.vim

Place the file in ~/.vim/colors/ or <your-vim-dir>\vimfiles\colors\ on Windows.

For Neovim place the file in ~/.config/nvim/colors/

Running

To load the color scheme run

:colorscheme snazzy

To always use the snazzy color scheme add the following line to your .vimrc

colorscheme snazzy

Options

Transparent Background

Add this to your vim config let g:SnazzyTransparent = 1

Lightline

Enable the Lightline colorscheme

let g:lightline = {
\ 'colorscheme': 'snazzy',
\ }

Contributing

There are only a couple of things you need to know if you want to help out:

  1. All of the code lives inside colors/snazzy.vim
  2. The variables for the palette are set at the top
  3. :exe is used so we can use the variables via string concatenation
  4. If you're adding a new section, try to keep it to a new block and title it with a comment

There is a test/ directory for language files that you can use to test out the highlighting, feel free to improve them or include your language of choice.

Here's a list of helpful plugins and articles to get you started:

Related

License

MIT © Connor Holyday

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].