Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T08:06:01.000Z (about 9 years ago)
- Last Synced: 2024-04-14T15:14:32.955Z (8 months ago)
- Topics: cobalt2, theme, vim, xcode
- Language: VimL
- Homepage: https://github.com/wesbos/cobalt2
- Size: 1.32 MB
- Stars: 43
- Watchers: 3
- 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 elementsLanguage 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 themeCurrently not scheduled
------------------------ Python
- PHP
- Objective C
- C
- Erlang
- Lua
- ...License
-------MIT