Skip to content

Commit

Permalink
feat: add tailwind.config.js (#375)
Browse files Browse the repository at this point in the history
* fix: Update React Color for tsx files

* feat: Add icon for tailwind.config.js

* Revert "fix: Update React Color for tsx files"

This reverts commit c7af526.
  • Loading branch information
ronitkrshah authored Jan 13, 2024
1 parent db0c864 commit 5840386
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ local icons_by_filename = {
cterm_color = "196",
name = "SvelteConfig",
},
["tailwind.config.js"] = {
icon = "󱏿",
color = "#20c2e3",
cterm_color = "45",
name = "TailwindConfig",
},
["tsconfig.json"] = {
icon = "",
color = "#519aba",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ local icons_by_filename = {
cterm_color = "160",
name = "SvelteConfig",
},
["tailwind.config.js"] = {
icon = "󱏿",
color = "#158197",
cterm_color = "31",
name = "TailwindConfig",
},
["tsconfig.json"] = {
icon = "",
color = "#36677c",
Expand Down

0 comments on commit 5840386

Please sign in to comment.