create-z3 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2620,9 +2620,9 @@ program.name("create-z3").version(packageJson.version).description("CLI for scaf
|
|
|
2620
2620
|
}
|
|
2621
2621
|
console.log();
|
|
2622
2622
|
console.log(chalk2.dim("\u{1F4A1} TweakCN themes: Visit https://tweakcn.com/themes/[theme-id]"));
|
|
2623
|
-
console.log(chalk2.dim(' Click "Code" button
|
|
2623
|
+
console.log(chalk2.dim(' Click "Code" button and copy the CSS.'));
|
|
2624
2624
|
const applyTheme = await confirm({
|
|
2625
|
-
message: "Apply a custom TweakCN theme? (will open your
|
|
2625
|
+
message: "Apply a custom TweakCN theme? (This will open your editor - paste CSS, save, and close file to continue)",
|
|
2626
2626
|
default: false
|
|
2627
2627
|
});
|
|
2628
2628
|
let tweakcnTheme;
|