All Projects → ghifarit53 → Tokyonight Vim

ghifarit53 / Tokyonight Vim

Licence: mit
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

Projects that are alternatives of or similar to Tokyonight Vim

disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-79.3%)
Mutual labels:  colorscheme, vim-colorscheme
jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-86.33%)
Mutual labels:  colorscheme, vim-colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+676.17%)
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.81%)
Mutual labels:  vim-colorscheme, colorscheme
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (-44.92%)
Mutual labels:  colorscheme, vim-colorscheme
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+518.75%)
Mutual labels:  vim-colorscheme, colorscheme
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+1125%)
Mutual labels:  vim-colorscheme, colorscheme
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-73.05%)
Mutual labels:  vim-colorscheme, colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-83.59%)
Mutual labels:  colorscheme, vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-87.11%)
Mutual labels:  colorscheme, vim-colorscheme
Vim Rnb
RNB, a Vim colorscheme template
Stars: ✭ 105 (-58.98%)
Mutual labels:  vim-colorscheme, colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-73.83%)
Mutual labels:  colorscheme, vim-colorscheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+539.06%)
Mutual labels:  vim-colorscheme, colorscheme
Vim One
Adaptation of one-light and one-dark colorschemes for Vim
Stars: ✭ 1,794 (+600.78%)
Mutual labels:  vim-colorscheme, colorscheme
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (-61.72%)
Mutual labels:  vim-colorscheme, colorscheme
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (-32.03%)
Mutual labels:  vim-colorscheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-96.48%)
Mutual labels:  vim-colorscheme, colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-79.69%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Snazzy
Elegant vim theme with bright colors.
Stars: ✭ 252 (-1.56%)
Mutual labels:  vim-colorscheme, colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-60.94%)
Mutual labels:  colorscheme, vim-colorscheme

for more screenshot, check here

About

Originally by enkia

A clean, dark vim theme that celebrates the lights of downtown Tokyo at night based on a VS Code theme with the same name

now come with two variants, night and storm. The only difference is the background color, where the storm variant gets a lighter color

this colorscheme works best with vim-polyglot. Please install it first

this colorscheme only support true colors!

Features

  • Support for numerous file types and plugin
  • Customizable
  • Italic support

Installation

Using vim-plug

Plug 'ghifarit53/tokyonight-vim'

add this to your .vimrc

set termguicolors

let g:tokyonight_style = 'night' " available: night, storm
let g:tokyonight_enable_italic = 1

colorscheme tokyonight

if g:tokyonight_style isn't specified, the default night variant will be used

Available configuration

Note: The configuration options should be placed before colorscheme tokyonight .

  • g:tokyonight_style: Customize the style of this color scheme.
    • Available values: 'night', 'storm'
    • Default value: 'night'
  • g:tokyonight_transparent_background: Set to 1 to enable transparent background.
    • Available values: 0, 1
    • Default value: 0
  • g:tokyonight_menu_selection_background: Control the background color of PmenuSel and WildMenu .
    • Available values: 'green', 'red', 'blue'
    • Default value: 'green'
  • g:tokyonight_disable_italic_comment: Set to 1 to disable italic in Comment .
    • Available values: 0, 1
    • Default value: 0
  • g:tokyonight_enable_italic: Set to 1 to italicize keywords. This option is designed to use with fonts that support cursive italic styles, for example Fira Code iCursive Op.
    • Available values: 0, 1
    • Default value: 0
  • g:tokyonight_cursor: Customize the cursor color, only works in GUI clients.
    • Available values: 'auto', 'red', 'green', 'blue'
    • Default value: 'auto'
  • g:tokyonight_current_word: Some plugins can highlight the word under current cursor(for example neoclide/coc-highlight), you can use this option to control their behavior.
    • Available values: 'bold', 'underline', 'italic', 'grey background'
    • Default value: 'grey background' when not in transparent mode, 'bold' when in transparent mode.

Lightline & Airline

This theme also has support for lightline as well as airline.

To enable lightline support:

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

To enable airline support:

let g:airline_theme = "tokyonight"

The lightline and airline styles will both follow the chosen colorscheme style.

Port

.Xresources file available here if you want to port it
Tell me if you made a port and i'll list them here

Credits

  • Sainnhe for the color template file
  • Enkia for the color palettes

License

MIT © Ghifari Taqiuddin

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