nnsnico / fancomi-vim

colorscheme that inspired the logo of fancommunications, inc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fancomi-vim

colorscheme that inspired the logo of fancommunications, inc.

  • blue color base
  • true color support
Dark Light

Installlation

1. install plugin

dein.vim

vimscript

call dein#add('git@github.com:fan-ADN/fancomi-vim.git')

toml

[[plugins]]
repo = 'git@github.com:fan-ADN/fancomi-vim.git'

2. set colorscheme

set termguicolors

set background=dark " able to select dark or light
colorscheme fancomi
Airline
let g:airline_theme = "fancomi"

Support languages

  • Scala
  • Vim script
  • HTML
  • Markdown

Support plugins

Screenshots

nonešŸ˜¢

About

colorscheme that inspired the logo of fancommunications, inc.


Languages

Language:Vim Script 100.0%