All Projects → tiagovla → tokyodark.nvim

tiagovla / tokyodark.nvim

Licence: other
A clean dark theme written in lua for neovim.

Programming Languages

lua
6591 projects
scheme
763 projects

Projects that are alternatives of or similar to tokyodark.nvim

Snow
❄ a blue-tinted winter vimscape (low-contrast vim theme/colorscheme)
Stars: ✭ 240 (-9.09%)
Mutual labels:  colorscheme
nord-notepadplusplus
An arctic, north-bluish clean and elegant Notepad++ theme.
Stars: ✭ 112 (-57.58%)
Mutual labels:  colorscheme
zathuraconf
Change zathura colour schemes
Stars: ✭ 42 (-84.09%)
Mutual labels:  colorscheme
Vim Afterglow
Vim adaptation of the Afterglow colorscheme
Stars: ✭ 248 (-6.06%)
Mutual labels:  colorscheme
vscode.nvim
Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
Stars: ✭ 362 (+37.12%)
Mutual labels:  colorscheme
plan9-theme.el
Emacs theme inspired by the Plan9 project
Stars: ✭ 94 (-64.39%)
Mutual labels:  colorscheme
Alacritty Colorscheme
Change colorscheme of alacritty with ease.
Stars: ✭ 184 (-30.3%)
Mutual labels:  colorscheme
daily
7 Beautiful and famous dark themes with Operator mono font superpowers
Stars: ✭ 34 (-87.12%)
Mutual labels:  colorscheme
npp-darcula
Dark theme for Notepad++ based on Darcula theme from JetBrains products
Stars: ✭ 114 (-56.82%)
Mutual labels:  colorscheme
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-85.98%)
Mutual labels:  colorscheme
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+1087.88%)
Mutual labels:  colorscheme
vim-mysticaltutor
Low-contrast flat colorscheme for Vim and terminals
Stars: ✭ 22 (-91.67%)
Mutual labels:  colorscheme
substrata.nvim
A cold, dark color scheme for Neovim
Stars: ✭ 89 (-66.29%)
Mutual labels:  colorscheme
Iterm Colors
♥️ Awesome iTerm color schemes
Stars: ✭ 243 (-7.95%)
Mutual labels:  colorscheme
angr.vim
A pleasant, mild, dark (n)vim theme.
Stars: ✭ 53 (-79.92%)
Mutual labels:  colorscheme
Vim Color Spring Night
Low-contrast calm color scheme for Vim
Stars: ✭ 227 (-14.02%)
Mutual labels:  colorscheme
sketch-colorfulgradients
🔶 Import colorful gradients as shape fills in Sketch
Stars: ✭ 69 (-73.86%)
Mutual labels:  colorscheme
mocp-themes
My collection of themes for the music on console player
Stars: ✭ 48 (-81.82%)
Mutual labels:  colorscheme
sabuni
Light Colorscheme for IntelliJ IDEA
Stars: ✭ 14 (-94.7%)
Mutual labels:  colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-87.5%)
Mutual labels:  colorscheme

tokyodark.nvim

image

About

A clean dark theme written in lua for neovim 0.7.

Features

  • Support for numerous plugins
  • Customizable
  • Italic Support

Installation

Install with your favorite package manager:

packer

use 'tiagovla/tokyodark.nvim'

vim-plug

Plug 'tiagovla/tokyodark.nvim'

Available configuration

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

  • tokyodark_transparent_background: Set to enable transparent background.
  • tokyodark_enable_italic_comment: Set to enable italic in Comment .
  • tokyodark_enable_italic: Set to italicize keywords. This option is designed to use with fonts that support italic styles, for example Fira Code, MonoLisa, Dank Mono.
  • tokyodark_color_gamma: Change to adjust the brightness of the theme. (Darker < 1.0 < Lighter).

Default configuration

-- init.lua
vim.g.tokyodark_transparent_background = false
vim.g.tokyodark_enable_italic_comment = true
vim.g.tokyodark_enable_italic = true
vim.g.tokyodark_color_gamma = "1.0"
vim.cmd("colorscheme tokyodark")
" .vimrc
let g:tokyodark_transparent_background = 0
let g:tokyodark_enable_italic_comment = 1
let g:tokyodark_enable_italic = 1
let g:tokyodark_color_gamma = "1.0"
colorscheme tokyodark

Inspiration

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