Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisdiana/itg_flat_vim
Port of the awesome Sublime Text theme itg.flat for VIM
https://github.com/chrisdiana/itg_flat_vim
flat flat-design theme vim vim-theme
Last synced: 24 days ago
JSON representation
Port of the awesome Sublime Text theme itg.flat for VIM
- Host: GitHub
- URL: https://github.com/chrisdiana/itg_flat_vim
- Owner: chrisdiana
- Created: 2015-02-01T00:47:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T14:53:49.000Z (over 2 years ago)
- Last Synced: 2024-02-12T19:07:04.976Z (9 months ago)
- Topics: flat, flat-design, theme, vim, vim-theme
- Language: Vim script
- Size: 85.9 KB
- Stars: 40
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## itg_flat theme for VIM
Port of the awesome Sublime Text theme itg.flat
with some minor tweaks. Credit for the original theme
goes to @itsthatguy (https://github.com/itsthatguy/theme-itg-flat)---
![Screenshot](https://raw.githubusercontent.com/cdmedia/itg_flat_vim/master/screenshot.png)
**Manual Installation**
Place `itg_flat.vim` into your `.vim/colors/` folder
then, add this to your .vimrc file```
syntax on
colorscheme itg_flat
```**Install with Vundle**
Add to `.vimrc`
```
syntax on
Plugin 'cdmedia/itg_flat_vim'
colorscheme itg_flat
```Then run `:PluginInstall`.
---
**Transparent Version**
A transparent background version is included as well if you choose to have
a custom background in terminal sessions. Use `itg_flat_transparent` instead.---
## Contributing
All forms of contribution are welcome: bug reports, bug fixes, pull requests and simple suggestions. Thanks!
### List of contributors
You can find the list of contributors [here](https://github.com/cdmedia/itg_flat_vim/graphs/contributors).