Skip to content

nathanhlouie/takara.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Takara

宝 - A (Neo)vim colorscheme inspired by the colours of the anime K-On!

stars issues wcag

Features

  • Supports both Vim and Neovim
  • Integrations for LSP, Treesitter, and many other plugins
  • Maintains a 4.5:1 contrast ratio, complying with WCAG 2.1 | Level AA and with Level AAA for larger texts.
  • Extra ports to other applications

Installation

lazy.nvim

{ "nathanhlouie/takara.nvim", priority = 1000 }

packer.nvim

use { "nathanhlouie/takara.nvim" }

vim-plug

Plug 'nathanhlouie/takara.nvim',

Usage

colorscheme takara " takara_dark, takara_light
vim.cmd.colorscheme "takara"

Integrations

lightline

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

airline

let g:airline_theme = 'takara'

Extras