Skip to content

GertjanReynaert/cobalt2-vim-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cobalt2 Vim

Install

With 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

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

  • Ruby

  • Javascript

    • Coffeescript
  • Css

    • Scss
    • Less
  • Html

    • Erb
    • Haml
    • Handlebars
    • XML/JSX
  • Markdown

  • JSON

  • Yaml

  • SQL

  • Shell

  • 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