https://github.com/leviosa42/vim-github-theme
GitHub theme for Vim (unofficial)
https://github.com/leviosa42/vim-github-theme
colorscheme github-theme vim
Last synced: 3 months ago
JSON representation
GitHub theme for Vim (unofficial)
- Host: GitHub
- URL: https://github.com/leviosa42/vim-github-theme
- Owner: leviosa42
- License: mit
- Created: 2023-03-22T13:42:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T16:09:15.000Z (over 1 year ago)
- Last Synced: 2025-07-02T19:49:49.746Z (6 months ago)
- Topics: colorscheme, github-theme, vim
- Language: Vim Script
- Homepage:
- Size: 47.9 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-github-theme
GitHub's theme for Vim (unofficial).
dark

light

dark_dimmed

dark_colorbind

light_colorbind

dark_high_contrast

light_high_contrast

dark_tritanopia

light_tritanopia

## 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
```vim
" 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
- [x] More themes(e.g. dark_colorbind)
- [ ] Configurable highlighting
- [ ] Export colorscheme to one file
## Licnese
[MIT License](./LICENSE)
[primer/primitives]: https://github.com/primer/primitives