GitHub's theme for Vim (unofficial).
- GitHub's theme based on primer/primitives
- dark
 - dark_dimmed
 - dark_colorbind
 - dark_high_contrast
 - dark_tritanopia
 - light
 - light_colorbind
 - light_high_contrast
 - light_tritanopia
 
 g:terminal_ansi_colors
" default options.
let g:github = {
  \ 'theme': 'dark',
  \ 'enable_termcolors': 1
  \ }| Key | Type | Default | Description | 
|---|---|---|---|
theme | 
string | 'dark' | 
The flavor of this colorscheme. Available: 'dark', 'light', 'dark_dimmed', 'dark_colorbind', 'light_colorbind', 'dark_high_contrast', 'light_high_contrast', 'dark_tritanopia', 'light_tritanopia' | 
enable_termcolors | 
number | 1 | 
Set g:terminal_ansi_colors. | 
- More themes(e.g. dark_colorbind)
 - Configurable highlighting
 - Export colorscheme to one file
 








