Skip to content

leviosa42/vim-github-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-github-theme

GitHub's theme for Vim (unofficial).

dark image
light image
dark_dimmed image
dark_colorbind image
light_colorbind image
dark_high_contrast image
light_high_contrast image
dark_tritanopia image
light_tritanopia image

Features

  • 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

Options

" 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.

ToDo

  • More themes(e.g. dark_colorbind)
  • Configurable highlighting
  • Export colorscheme to one file

Licnese

MIT License