Coder Social home page Coder Social logo

4513echo / vim-colors-hatsunemiku Goto Github PK

View Code? Open in Web Editor NEW
121.0 1.0 5.0 1.11 MB

πŸ’š A vim colorscheme like "εˆιŸ³γƒŸγ‚―" (Hatsune Miku). Miku makes vimmers happy!

License: MIT License

Vim Script 100.00%
vim vim-plugin vim-colorscheme color-scheme hatsune-miku colorscheme colorschemes hatsune miku

vim-colors-hatsunemiku's Introduction

vim-colors-hatsunemiku

Table of Contents

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 which have more than 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, so please install estilo. estilo requires deno v1.7 or later.

deno install --allow-read --allow-write --no-check https://pax.deno.dev/jacoborus/estilo/dist/estilo.js

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.

vim-colors-hatsunemiku's People

Contributors

4513echo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vim-colors-hatsunemiku's Issues

Screenshots

Note: This colorscheme is still under development. Newer comments' screenshot is more similar with the actual situation.

  • Markdown
  • terminal
  • Python
  • TypeScript
  • light theme
  • lightline
  • airline
  • color palettes
  • filer
  • visual mode
  • completion popup
  • OGP image
  • group-name
  • vimdiff

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.