qmltermwidget
qmltermwidget copied to clipboard
Support multiple color scheme dirs
Currently, there's no way for an application user or a distribution maintainer to add custom color schemes, since only the first of QML_INCLUDE_DIRS that includes the colorschemes dir is chosen, and COLORSCHEMES_DIR is overwritten inside the app. Use a colon-separated COLORSCHEMES_DIRS instead, which allows to set multiple dirs for color schemes.