Description
While initializing a new Next.js project using the command:
npx create-next-app@latest
users are prompted to choose between multiple setup options (e.g., TypeScript, Tailwind CSS, ESLint, App Router, etc.).
Currently, the recommended choices are displayed using bold text. However, in terminal environments—especially those with dark themes—the bold formatting is not always easily distinguishable from regular text. This can lead to users missing the recommended configuration options.
Suggestion:
To improve user experience and visibility, it would be helpful to apply a more attentive and distinctive text color (such as green or cyan) to the recommended choices. This visual enhancement would make it easier for users to identify and follow best practices when creating a new Next.js project.
How to discover:
Visit the Next.js Installation part of the transformer.js documentation and reference to "Step 1 of Client-side inference"
Screenshot:
