ChihChung / vimColorsToQtCreator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Perl 100.0%