We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed7877 commit 6662f05Copy full SHA for 6662f05
lua/nvim-web-devicons/icons-default.lua
@@ -1664,6 +1664,12 @@ local icons_by_file_extension = {
1664
cterm_color = "167",
1665
name = "Scala",
1666
},
1667
+ ["sc"] = {
1668
+ icon = "",
1669
+ color = "#cc3e44",
1670
+ cterm_color = "167",
1671
+ name = "ScalaScript",
1672
+ },
1673
["scm"] = {
1674
icon = "",
1675
color = "#eeeeee",
lua/nvim-web-devicons/icons-light.lua
cterm_color = "88",
+ color = "#992e33",
+ cterm_color = "88",
color = "#303030",
0 commit comments