Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romgrk/github-light.vim
Github colorscheme for vim
https://github.com/romgrk/github-light.vim
colorscheme neovim vim vim-colorscheme-light vim-colorschemes
Last synced: 10 days ago
JSON representation
Github colorscheme for vim
- Host: GitHub
- URL: https://github.com/romgrk/github-light.vim
- Owner: romgrk
- Created: 2020-05-24T20:31:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T08:57:29.000Z (about 4 years ago)
- Last Synced: 2024-10-11T22:51:17.427Z (27 days ago)
- Topics: colorscheme, neovim, vim, vim-colorscheme-light, vim-colorschemes
- Language: Vim script
- Homepage:
- Size: 689 KB
- Stars: 36
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-light.vim
> Don't join the Dark Side!
All other github colorschemes fail to capture the real github theme. This one
comes as close as I could take it.## Install
```vim
Plug 'romgrk/github-light.vim'
```### Lightline configuration
```vim
let g:Lightline.colorscheme = 'github_light'
```If you want a more traditional lightline look let the following.
```vim
let g:lightline#colorscheme#github_light#faithful = 0
```## Screenshots
Theme
![theme-and-search](./static/theme-and-search.png)
Fugitive diff mode & Visual selection
![theme-diff-and-visual](./static/theme-diff-and-visual.png)
Side-by-side diff
![theme-diff](./static/theme-diff.png)
Terminal & Completion popup
![theme-terminal-and-completion](./static/theme-terminal-and-completion.png)
Lightline
![lightline-faithful](./static/lightline-faithful.png)
Lightline alternative
![lightline-traditional](./static/lightline-traditional.png)