Skip to content

Commit

Permalink
fix: add sky theme
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Oct 9, 2024
1 parent d2a08c5 commit 237d3cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/select-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ export async function selectTheme(cssLocation: string): Promise<string | undefin
'default.css',
'zinc.css',
'neutral.css',
'azure.css',
'slate.css',
'gray.css',
'azure.css',
'sky.css',
'amber.css',
'violet.css',
'emerald.css',
Expand Down

0 comments on commit 237d3cc

Please sign in to comment.