Skip to content

Commit

Permalink
feat: add tailwind icon
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Aug 14, 2024
1 parent d98935a commit 176c999
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/file-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,18 @@ export let fileIcons: FileIcon[] = [
name: 'Swift',
id: 'swift',
},
{
files: [
'tailwind.js',
'tailwind.ts',
'tailwind.config.js',
'tailwind.config.cjs',
'tailwind.config.ts',
'tailwind.config.cts',
],
name: 'Tailwind',
id: 'tailwind',
},
{
extensions: ['ts', 'cts', 'mts'],
name: 'TypeScript',
Expand Down
1 change: 1 addition & 0 deletions icons/files/tailwind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/vitesse-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"stylus": {
"#b3d108": "#1e754f"
},
"tailwind": {
"#15becb": "#2e808f"
},
"vite": {
"#7293ff": "#6f42c1",
"#ffdd35": "#bda437"
Expand Down

0 comments on commit 176c999

Please sign in to comment.