Skip to content

akiicat/vim-github-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Github Theme

Github color theme for vim.

Support themes:

  • Light default
  • Light high contrast
  • Light Protanopia & Deuteranopia
  • Light Tritanopia
  • Dark default
  • Dark high contrast
  • Dark Protanopia & Deuteranopia
  • Dark Tritanopia
  • Dark dimmed

Screenshots

C syntax

Install

Download

Vim-Plug

Plug 'akiicat/vim-github-theme'

Coloring

Full color

set termguicolors

256 Colors

set t_Co=256
set t_ut=
set notermguicolors

16 Colors

set t_Co=16
set t_ut=
set notermguicolors

Enable in .vimrc

Select one of them

colorscheme github_dark
colorscheme github_dark_high_contrast
colorscheme github_dark_protanopia_deuteranopia
colorscheme github_dark_tritanopia
colorscheme github_dark_dimmed
colorscheme github_light
colorscheme github_light_high_contrast
colorscheme github_light_protanopia_deuteranopia
colorscheme github_light_tritanopia