Skip to content

Commit

Permalink
chore: fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
peterroe committed Sep 6, 2023
1 parent 833493e commit cc1b01f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
blue,
cyan,
green,
magenta,
red,
reset,
yellow,
Expand All @@ -25,7 +26,7 @@ interface Framework {
title: string
value: string
}
const colorPreset = [yellow, cyan, blue, red, green]
const colorPreset = [yellow, magenta, cyan, blue, red, green]
const templateNames = readdirSync(resolve(__dirname, '../templates'))

const FRAMEWORK: Array<Framework> = templateNames.map((t, i) => ({
Expand Down

0 comments on commit cc1b01f

Please sign in to comment.