All Projects → josuegaleas → jay

josuegaleas / jay

Licence: MIT License
Yet another Vim colorscheme on GitHub. Inspired by Molokai.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to jay

Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+4574.29%)
Mutual labels:  colorscheme, airline, vim-colorscheme, lightline
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+8860%)
Mutual labels:  colorscheme, vim-colorscheme, lightline
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-5.71%)
Mutual labels:  colorscheme, vim-colorscheme, lightline
Vim Snazzy
Elegant vim theme with bright colors.
Stars: ✭ 252 (+620%)
Mutual labels:  colorscheme, vim-colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+5577.14%)
Mutual labels:  colorscheme, vim-colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+397.14%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Rnb
RNB, a Vim colorscheme template
Stars: ✭ 105 (+200%)
Mutual labels:  colorscheme, vim-colorscheme
quantum.vim
A colorscheme based on the Firefox DevTools
Stars: ✭ 46 (+31.43%)
Mutual labels:  vim-colorscheme, lightline
navim
A full-blown IDE based on Neovim (or Vim) with better navigation.
Stars: ✭ 16 (-54.29%)
Mutual labels:  airline, lightline
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (+302.86%)
Mutual labels:  colorscheme, vim-colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (+91.43%)
Mutual labels:  colorscheme, vim-colorscheme
Vim One
Adaptation of one-light and one-dark colorschemes for Vim
Stars: ✭ 1,794 (+5025.71%)
Mutual labels:  colorscheme, vim-colorscheme
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+4425.71%)
Mutual labels:  colorscheme, vim-colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (+20%)
Mutual labels:  colorscheme, vim-colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+185.71%)
Mutual labels:  colorscheme, vim-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 (+208.57%)
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 (+180%)
Mutual labels:  colorscheme, vim-colorscheme
barow
A minimalist statusline for n/vim
Stars: ✭ 31 (-11.43%)
Mutual labels:  airline, lightline
angr.vim
A pleasant, mild, dark (n)vim theme.
Stars: ✭ 53 (+51.43%)
Mutual labels:  colorscheme, airline
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+331.43%)
Mutual labels:  colorscheme, vim-colorscheme

jay

Yet another Vim colorscheme on GitHub. Inspired by Molokai.

Features

  • Same color palette for both terminal and GUI Vim
  • Light and dark modes, with a transparent option
  • Matching themes for Airline and Lightline
  • Support for 256, 16, and 8 color terminals
  • Explicitly supported plugins: None so far!
    • Want a certain plugin themed? Feel free to open an issue!

Gallery

Font used in screenshots is Hack. Additional syntax highlighting done by vim-polyglot.

For more examples in different languages, visit 'jay' on colorswat.ch.

Dark Mode

Dark Mode

Light Mode

Light Mode

Airline Theme

Airline (Dark)

Airline (Light)

Lightline Theme

Lightline (Dark)

Lightline (Light)

Palette

Tabulated values can be found here.

Palette (Dark)

Palette (Light)

Installation

1) Installing the Theme

Manually

  • Download this repository and unzip its contents
  • Copy or move the contents into your .vim directory (possibly vimfiles on Windows)

vim-plug (or similar plugin manager)

  • Add Plug 'josuegaleas/jay' to your .vimrc file
  • Restart Vim and use :PlugInstall to install

pathogen.vim

Clone this repository into your .vim/bundle directory (possibly vimfiles\bundle on Windows) with:

git clone --depth=1 https://github.com/josuegaleas/jay.git ~/.vim/bundle/jay/

2) Updating .vimrc

Dark Mode

Add the following lines to your .vimrc file:

syntax enable
set background=dark
colorscheme jay

Light Mode

Add the following lines to your .vimrc file:

syntax enable
set background=light
colorscheme jay

Transparent Option

Add the following line anywhere before colorscheme jay to your .vimrc file:

let jay_transparent=1

Matching Airline/Lightline Theme

Airline should detect your configuration without further instruction.

For Lightline, add the following line anywhere after colorscheme jay to your .vimrc file:

let g:lightline = {'colorscheme': 'jay'}

Lightline should detect your configuration after the above line is added.

TODO

  • Find a better solution to issue #4
  • Add explicit support for various plugins
  • Add support for environments that use italics

References

Tools

Credit

  • FliiFe for motivating me to make the transparent option.
  • ksergey for motivating me to improve the tabline of the Airline and Lightline themes.
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].