All Projects → haishanh → Night Owl.vim

haishanh / Night Owl.vim

A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme

Projects that are alternatives of or similar to Night Owl.vim

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 (-69.05%)
Mutual labels:  neovim, vim-colorscheme, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-20.06%)
Mutual labels:  neovim, vim-colorscheme, colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (-25.21%)
Mutual labels:  neovim, vim-colorscheme, colorscheme
vim-paper
A personal light theme for (Neo)Vim, based on the colour of paper as found in various notebooks. This project is a read-only mirror of https://gitlab.com/yorickpeterse/vim-paper.
Stars: ✭ 53 (-84.81%)
Mutual labels:  neovim, colorscheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-56.73%)
Mutual labels:  colorscheme, vim-colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-80.8%)
Mutual labels:  colorscheme, vim-colorscheme
Alacritty Colorscheme
Change colorscheme of alacritty with ease.
Stars: ✭ 184 (-47.28%)
Mutual labels:  neovim, colorscheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (-17.48%)
Mutual labels:  vim-colorscheme, colorscheme
zephyr-nvim
A dark neovim colorscheme written in lua
Stars: ✭ 196 (-43.84%)
Mutual labels:  neovim, colorscheme
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (-7.16%)
Mutual labels:  neovim, colorscheme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-89.97%)
Mutual labels:  colorscheme, vim-colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-71.35%)
Mutual labels:  colorscheme, vim-colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-87.97%)
Mutual labels:  colorscheme, vim-colorscheme
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (-59.6%)
Mutual labels:  colorscheme, vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-90.54%)
Mutual labels:  colorscheme, vim-colorscheme
boo-colorscheme-nvim
Boo is a colorscheme for Neovim with handcrafted support for LSP, Treesitter.
Stars: ✭ 62 (-82.23%)
Mutual labels:  neovim, colorscheme
vim-colors-plain
Minimal colorscheme for vim
Stars: ✭ 182 (-47.85%)
Mutual labels:  neovim, 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 (-26.65%)
Mutual labels:  vim-colorscheme, colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-54.73%)
Mutual labels:  neovim, colorscheme
Vim Janah
Vim colorscheme.
Stars: ✭ 172 (-50.72%)
Mutual labels:  neovim, colorscheme

Night Owl syntax

Font in the above screenshot is Iosevka

Night Owl Vim colorscheme screenshot

Font in the above screenshot is Fantasque Sans Mono

A true color Vim colorscheme based on sdras/night-owl-vscode-theme

Usage

""""" install

" install with vim-plug
Plug 'haishanh/night-owl.vim'
" or with NeoBundle
" NeoBundle 'haishanh/night-owl.vim'
" or with Vundle
" Plugin 'haishanh/night-owl.vim'

""""" enable 24bit true color

" If you have vim >=8.0 or Neovim >= 0.1.5
if (has("termguicolors"))
 set termguicolors
endif

" For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1

""""" enable the theme

syntax enable
colorscheme night-owl

" To enable the lightline theme
let g:lightline = { 'colorscheme': 'nightowl' }

This theme is build with jacoborus/estilo. If you want to customize this theme, you will need Node.js.

# clone the repo and cd to the dir
# install deps
# you can use npm too
yarn

# checkout file estilo/palettes/night-owl.vim.yml and estilo/syntax/base.yml
# read https://github.com/jacoborus/estilo/blob/master/docs/color-palettes.md
# and https://github.com/jacoborus/estilo/blob/master/docs/colorschemes.md
# to understand how to use them

# make changes and run
yarn render

Links

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].