File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,18 @@ local icons_by_filename = {
347
347
cterm_color = " 45" ,
348
348
name = " TailwindConfig" ,
349
349
},
350
+ [" tailwind.config.mjs" ] = {
351
+ icon = " " ,
352
+ color = " #20c2e3" ,
353
+ cterm_color = " 45" ,
354
+ name = " TailwindConfig" ,
355
+ },
356
+ [" tailwind.config.ts" ] = {
357
+ icon = " " ,
358
+ color = " #20c2e3" ,
359
+ cterm_color = " 45" ,
360
+ name = " TailwindConfig" ,
361
+ },
350
362
[" tsconfig.json" ] = {
351
363
icon = " " ,
352
364
color = " #519aba" ,
Original file line number Diff line number Diff line change @@ -347,6 +347,18 @@ local icons_by_filename = {
347
347
cterm_color = " 31" ,
348
348
name = " TailwindConfig" ,
349
349
},
350
+ [" tailwind.config.mjs" ] = {
351
+ icon = " " ,
352
+ color = " #158197" ,
353
+ cterm_color = " 31" ,
354
+ name = " TailwindConfig" ,
355
+ },
356
+ [" tailwind.config.ts" ] = {
357
+ icon = " " ,
358
+ color = " #158197" ,
359
+ cterm_color = " 31" ,
360
+ name = " TailwindConfig" ,
361
+ },
350
362
[" tsconfig.json" ] = {
351
363
icon = " " ,
352
364
color = " #36677c" ,
You can’t perform that action at this time.
0 commit comments