mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-25 09:46:37 +03:00
feat: add icons for Scala, Elm and Java (.jar & .class)
This commit is contained in:
parent
b82587e2c9
commit
5c078aa18b
@ -181,12 +181,15 @@ rules = [
|
||||
# Programming
|
||||
{ name = "*.c" , text = "", fg = "#599eff" },
|
||||
{ name = "*.cpp" , text = "", fg = "#519aba" },
|
||||
{ name = "*.class", text = "", fg = "#cc3e44" },
|
||||
{ name = "*.css" , text = "", fg = "#42a5f5" },
|
||||
{ name = "*.elm" , text = "", fg = "#4391d2" },
|
||||
{ name = "*.fish" , text = "", fg = "#4d5a5e" },
|
||||
{ name = "*.go" , text = "", fg = "#519aba" },
|
||||
{ name = "*.h" , text = "", fg = "#a074c4" },
|
||||
{ name = "*.hpp" , text = "", fg = "#a074c4" },
|
||||
{ name = "*.html" , text = "", fg = "#e44d26" },
|
||||
{ name = "*.jar" , text = "", fg = "#cc3e44" },
|
||||
{ name = "*.java" , text = "", fg = "#cc3e44" },
|
||||
{ name = "*.js" , text = "", fg = "#F1F134" },
|
||||
{ name = "*.jsx" , text = "", fg = "#20c2e3" },
|
||||
@ -196,6 +199,8 @@ rules = [
|
||||
{ name = "*.py" , text = "", fg = "#ffbc03" },
|
||||
{ name = "*.rb" , text = "", fg = "#701516" },
|
||||
{ name = "*.rs" , text = "", fg = "#dea584" },
|
||||
{ name = "*.sbt" , text = "", fg = "#4d5a5e" },
|
||||
{ name = "*.scala", text = "", fg = "#cc463e" },
|
||||
{ name = "*.scss" , text = "", fg = "#f55385" },
|
||||
{ name = "*.sh" , text = "", fg = "#4d5a5e" },
|
||||
{ name = "*.swift", text = "", fg = "#e37933" },
|
||||
|
Loading…
Reference in New Issue
Block a user