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.
- Host: GitHub
- URL: https://github.com/hluk/vimcolorstoqtcreator
- Owner: hluk
- License: gpl-3.0
- Created: 2012-09-23T18:21:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T07:52:33.000Z (over 9 years ago)
- Last Synced: 2025-03-28T01:53:42.197Z (3 months ago)
- Language: Perl
- Size: 104 KB
- Stars: 41
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 darkCopy 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.