Skip to content

Commit

Permalink
fix: remove dashes and underscores that seems to generate errors in s…
Browse files Browse the repository at this point in the history
…ome... terminals?

Fix #440
  • Loading branch information
hasecilu committed Apr 9, 2024
1 parent fd4abfc commit 8a0d266
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ local icons_by_filename = {
icon = "",
color = "#83b8f2",
cterm_color = "110",
name = "Kdenlive-layoutsrc",
name = "KdenliveLayoutsrc",
},
["kdenliverc"] = {
icon = "",
Expand Down Expand Up @@ -2991,7 +2991,7 @@ local icons_by_operating_system = {
icon = "",
color = "#c0c0c0",
cterm_color = "250",
name = "Hyperbola_GNU-Linux_libre",
name = "HyperbolaGNULinuxLibre",
},
["illumos"] = {
icon = "",
Expand Down Expand Up @@ -3021,7 +3021,7 @@ local icons_by_operating_system = {
icon = "",
color = "#fab402",
cterm_color = "214",
name = "Loc-OS",
name = "LocOS",
},
["lxle"] = {
icon = "",
Expand Down Expand Up @@ -3075,7 +3075,7 @@ local icons_by_operating_system = {
icon = "",
color = "#797dac",
cterm_color = "103",
name = "Parabola_GNU-Linux_libre",
name = "ParabolaGNULinuxLibre",
},
["parrot"] = {
icon = "",
Expand Down Expand Up @@ -3153,7 +3153,7 @@ local icons_by_operating_system = {
icon = "",
color = "#0f58b6",
cterm_color = "25",
name = "Trisquel_GNU-Linux",
name = "TrisquelGNULinux",
},
["ubuntu"] = {
icon = "",
Expand Down
10 changes: 5 additions & 5 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ local icons_by_filename = {
icon = "",
color = "#425c79",
cterm_color = "24",
name = "Kdenlive-layoutsrc",
name = "KdenliveLayoutsrc",
},
["kdenliverc"] = {
icon = "",
Expand Down Expand Up @@ -2991,7 +2991,7 @@ local icons_by_operating_system = {
icon = "",
color = "#404040",
cterm_color = "238",
name = "Hyperbola_GNU-Linux_libre",
name = "HyperbolaGNULinuxLibre",
},
["illumos"] = {
icon = "",
Expand Down Expand Up @@ -3021,7 +3021,7 @@ local icons_by_operating_system = {
icon = "",
color = "#7d5a01",
cterm_color = "94",
name = "Loc-OS",
name = "LocOS",
},
["lxle"] = {
icon = "",
Expand Down Expand Up @@ -3075,7 +3075,7 @@ local icons_by_operating_system = {
icon = "",
color = "#515373",
cterm_color = "60",
name = "Parabola_GNU-Linux_libre",
name = "ParabolaGNULinuxLibre",
},
["parrot"] = {
icon = "",
Expand Down Expand Up @@ -3153,7 +3153,7 @@ local icons_by_operating_system = {
icon = "",
color = "#0f58b6",
cterm_color = "25",
name = "Trisquel_GNU-Linux",
name = "TrisquelGNULinux",
},
["ubuntu"] = {
icon = "",
Expand Down

0 comments on commit 8a0d266

Please sign in to comment.