Skip to content

Commit

Permalink
feat: add openscad (#411)
Browse files Browse the repository at this point in the history
* AddL openscad icon

* Fix: openscad color issues

* Fix: openscad

* Fix: openscad alphabetical order
  • Loading branch information
21st-centuryman authored Mar 9, 2024
1 parent 4adea17 commit 0db6a10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ local filetypes = {
["node"] = "node_modules",
["ocaml"] = "ml",
["ogg"] = "ogg",
["openscad"] = "scad",
["opus"] = "opus",
["otf"] = "otf",
["pck"] = "pck",
Expand Down
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 @@ -1586,6 +1586,12 @@ local icons_by_file_extension = {
cterm_color = "167",
name = "sbt",
},
["scad"] = {
icon = "",
color = "#f9d72c",
cterm_color = "226",
name = "OpenSCAD",
},
["scala"] = {
icon = "",
color = "#cc3e44",
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 @@ -1586,6 +1586,12 @@ local icons_by_file_extension = {
cterm_color = "88",
name = "sbt",
},
["scad"] = {
icon = "",
color = "#53480f",
cterm_color = "58",
name = "OpenSCAD",
},
["scala"] = {
icon = "",
color = "#992e33",
Expand Down

0 comments on commit 0db6a10

Please sign in to comment.