dorkhub

vim-colors-hatsunemiku

πŸ’š A vim colorscheme for εˆιŸ³γƒŸγ‚―/Hatsune Miku-san lovers

4513ECHO
Vim Scriptβ˜… 166β‘‚ 5 forksMITupdated 2 years ago
git clone https://github.com/4513ECHO/vim-colors-hatsunemiku.git4513ECHO/vim-colors-hatsunemiku

vim-colors-hatsunemiku

Features

Environmental Requirements

If you use (Neo)vim on GUI, this colorscheme works fine. If you use (Neo)vim on terminal, you have to use the terminal with 256 colors support. Setting 'termguicolors' and using true colors (24 bit colors) is recommended if the terminal has support.

Screenshot

Please see this issue to find more screenshots. Your screenshot is welcome!

screenshot

Usage

if !has('gui_running') && has('termguicolors')
  " Use true colors (recommended)
  set termguicolors
endif
syntax enable
" for dark theme
colorscheme hatsunemiku
" for light theme
colorscheme hatsunemiku_light

Use as lightline.vim colorscheme:

" for dark theme
let g:lightline = { 'colorscheme': 'hatsunemiku' }
" for light theme
let g:lightline = { 'colorscheme': 'hatsunemiku_light' }

Use as vim-airline theme:

" for dark theme
let g:airline_theme = 'hatsunemiku'
" for light theme
let g:airline_theme = 'hatsunemiku_light'

Contribution

Colorscheme files are generated by estilo, which requires deno v1.42 or later.

You MUST NOT edit files in colors/ directly.

If you want to add new highlights for specific filetypes, please create new file for estilos/syntax/{filetype}.yml.

If you want to add new highlights for specific plugins, please add section for estilos/syntax/plugins.yml, and you should comment the name of plugin.

License

This work depicts the character "εˆιŸ³γƒŸγ‚―" (Hatsune Miku) of Crypton Future Media, Inc. based on ピをプロ・キャラクター・ラむセンス.

This plugin distributed under the MIT license.

more like this

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Scriptβ˜… 50

gns3theme

Custom color themes for GNS3 GUI. Built-in schemes, custom JSON themes, device symbols. Supports Linux and macOS.

Pythonβ˜… 50

search

search projects, people, and tags