Skip to content

Commit 1fb58cc

Browse files
authored
fix: css icon uses Rebecca Purple #663399 (#589)
1 parent fb83cbd commit 1fb58cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/nvim-web-devicons/default/icons_by_file_extension.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ return {
7575
["cshtml"] = { icon = "󱦗", color = "#512BD4", cterm_color = "56", name = "RazorPage" },
7676
["cson"] = { icon = "", color = "#CBCB41", cterm_color = "185", name = "Cson" },
7777
["csproj"] = { icon = "󰪮", color = "#512BD4", cterm_color = "56", name = "CSharpProject" },
78-
["css"] = { icon = "", color = "#42A5F5", cterm_color = "75", name = "Css" },
78+
["css"] = { icon = "", color = "#663399", cterm_color = "91", name = "Css" },
7979
["csv"] = { icon = "", color = "#89E051", cterm_color = "113", name = "Csv" },
8080
["cts"] = { icon = "", color = "#519ABA", cterm_color = "74", name = "Cts" },
8181
["cu"] = { icon = "", color = "#89E051", cterm_color = "113", name = "cuda" },

lua/nvim-web-devicons/light/icons_by_file_extension.lua

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)