Skip to content

Commit

Permalink
follow naming conventions for objective c
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Mar 24, 2024
1 parent 5e10305 commit af91e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1326,13 +1326,13 @@ local icons_by_file_extension = {
icon = "",
color = "#599eff",
cterm_color = "111",
name = "Objective-C",
name = "ObjectiveC",
},
["mm"] = {
icon = "",
color = "#519aba",
cterm_color = "74",
name = "Objective-Cpp",
name = "ObjectiveCPlusPlus",
},
["mo"] = {
icon = "",
Expand Down
4 changes: 2 additions & 2 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1326,13 +1326,13 @@ local icons_by_file_extension = {
icon = "",
color = "#3b69aa",
cterm_color = "25",
name = "Objective-C",
name = "ObjectiveC",
},
["mm"] = {
icon = "",
color = "#36677c",
cterm_color = "24",
name = "Objective-Cpp",
name = "ObjectiveCPlusPlus",
},
["mo"] = {
icon = "",
Expand Down

0 comments on commit af91e99

Please sign in to comment.