Skip to content

Commit 902c204

Browse files
committed
Install specific color schemes
Some color schemes has errors, select only those that work.
1 parent d820485 commit 902c204

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

imports/terminal/terminal.qbs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ LiriQmlPlugin {
1414
Group {
1515
name: "Color Schemes"
1616
prefix: "../../lib/color-schemes/"
17-
files: ["**"]
17+
files: [
18+
"BlackOnLightYellow.schema",
19+
"BlackOnRandomLight.colorscheme",
20+
"Linux.colorscheme",
21+
"BlackOnWhite.schema",
22+
"DarkPastels.colorscheme",
23+
"GreenOnBlack.colorscheme",
24+
"WhiteOnBlack.schema",
25+
"cool-retro-term.schema",
26+
]
1827
excludeFiles: ["*.qrc"]
1928
fileTags: ["liri.terminal.color_schemes"]
2029
qbs.install: true

0 commit comments

Comments
 (0)