Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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