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

https://github.com/hluk/vimcolorstoqtcreator

Convert vim color schemes so they can be used in Qt Creator.
https://github.com/hluk/vimcolorstoqtcreator

Last synced: 2 months ago
JSON representation

Convert vim color schemes so they can be used in Qt Creator.

Awesome Lists containing this project

README

        

vimColorsToQtCreator
===================

Convert vim color schemes so they can be used in Qt Creator.

Usage
-----

./vimColorsToQtC.pl {colorscheme} [light|dark]

Examples:

./vimColorsToQtC.pl molokai
./vimColorsToQtC.pl soso
./vimColorsToQtC.pl solarized dark

Copy output files into Qt Creator's styles directory located in:
- Linux directory `$HOME/.config/QtProject/qtcreator/styles`,
- Windows folder `%APPDATA%\QtProject\qtcreator\styles`.

Pay respect to the authors of the Vim color schemes.