Skip to content

jakewilkins/ColorConverter

 
 

Repository files navigation

About ColorConverter

This project began as an attempt to bring some of my favorite vim color schemes over to Visual Studio. See my blog post on creating the script for details.

Currently, the code exists only as a powershell script, though I have plans to add a GUI to view color schemes and possibly allow editing/tweaking of schemes before exporting them.

Usage

Convert-VimToVs.ps1 only takes on argument, the path to the vim color script. Here is a sample run:

Convert-VimToVs ~/.vim/colors/wombat.vim

The resulting file in this case would be saved to ~/Documents/Visual Studio 2008/Settings/wombat.vssettings. It can then be imported into Visual Studio like any other theme setting.

Questions?

Visit my website and shoot me a line.

About

Convert color schemes to and from various editors (just Vim and Visual Studio right now)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%