https://github.com/gertjanreynaert/cobalt2-vim-theme
Vim port of cobalt2 sublime theme
https://github.com/gertjanreynaert/cobalt2-vim-theme
cobalt2 theme vim xcode
Last synced: about 1 year ago
JSON representation
Vim port of cobalt2 sublime theme
- Host: GitHub
- URL: https://github.com/gertjanreynaert/cobalt2-vim-theme
- Owner: GertjanReynaert
- License: other
- Created: 2014-11-27T10:19:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T08:06:01.000Z (over 10 years ago)
- Last Synced: 2025-03-27T06:11:16.939Z (about 1 year ago)
- Topics: cobalt2, theme, vim, xcode
- Language: VimL
- Homepage: https://github.com/wesbos/cobalt2
- Size: 1.32 MB
- Stars: 42
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cobalt2 Vim
===========
Install
-------
With [Plug](https://github.com/junegunn/vim-plug):
Plug 'gertjanreynaert/cobalt2-vim-theme'
For terminal vim: the only way to accomplish the background color is by
installing the [cobalt2 iterm color
scheme](https://github.com/wesbos/Cobalt2-iterm/blob/master/cobalt2.itermcolors)
Installing xcode theme
----------------------
Download the Cobalt2.dvtcolortheme file
Create the destination folder for the theme
```
mkdir ~/Library/Developer/Xcode/UserData/FontAndColorThemes
```
Copy the theme from Downloads folder to the xcode destination folder
```
cp ~/Downloads/Cobalt2.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
```
The colortheme must be an executable, which can be achieved by following command
```
chmod +x ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Cobalt2.dvtcolortheme
```
Restart xcode and the theme should be available in xcode preferences
Contributions
-------------
Pr's are always welcome. Please include a screenshot and a test file that
demonstrates all the highlighted elements
Language support
----------------
- [x] Ruby
- [x] Javascript
- [x] Coffeescript
- [x] Css
- [x] Scss
- [ ] Less
- [x] Html
- [ ] Erb
- [x] Haml
- [ ] Handlebars
- [x] XML/JSX
- [x] Markdown
- [ ] JSON
- [x] Yaml
- [ ] SQL
- [ ] Shell
- [x] NERDtree (plugin)
- [ ] airplane (plugin)
- [ ] CTRL-P (plugin)
All unsupported languages have a fallback to the default linked elements, or
to predefined colors of the jellybeans color theme
Currently not scheduled
-----------------------
- Python
- PHP
- Objective C
- C
- Erlang
- Lua
- ...
License
-------
MIT