Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add many icons, use official git colour #447

Merged
merged 4 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
176 changes: 163 additions & 13 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,20 @@ local icons_by_filename = {
},
[".gitattributes"] = {
icon = "",
color = "#41535b",
cterm_color = "239",
color = "#f54d27",
cterm_color = "196",
name = "GitAttributes",
},
[".gitconfig"] = {
icon = "",
color = "#41535b",
cterm_color = "239",
color = "#f54d27",
cterm_color = "196",
name = "GitConfig",
},
[".gitignore"] = {
icon = "",
color = "#41535b",
cterm_color = "239",
color = "#f54d27",
cterm_color = "196",
name = "GitIgnore",
},
[".gitlab-ci.yml"] = {
Expand All @@ -91,8 +91,8 @@ local icons_by_filename = {
},
[".gitmodules"] = {
icon = "",
color = "#41535b",
cterm_color = "239",
color = "#f54d27",
cterm_color = "196",
name = "GitModules",
},
[".gtkrc-2.0"] = {
Expand Down Expand Up @@ -253,8 +253,8 @@ local icons_by_filename = {
},
["commit_editmsg"] = {
icon = "",
color = "#41535b",
cterm_color = "239",
color = "#f54d27",
cterm_color = "196",
name = "GitCommit",
},
["compose.yaml"] = {
Expand Down Expand Up @@ -611,6 +611,18 @@ local icons_by_filename = {
cterm_color = "45",
name = "TailwindConfig",
},
["tmux.conf"] = {
icon = "",
color = "#14ba19",
cterm_color = "34",
name = "Tmux",
},
["tmux.conf.local"] = {
icon = "",
color = "#14ba19",
cterm_color = "34",
name = "Tmux",
},
["tsconfig.json"] = {
icon = "",
color = "#519aba",
Expand Down Expand Up @@ -710,6 +722,12 @@ local icons_by_file_extension = {
cterm_color = "214",
name = "7z",
},
["a"] = {
alex-courtis marked this conversation as resolved.
Show resolved Hide resolved
icon = "",
color = "#dcddd6",
cterm_color = "253",
name = "StaticLibraryArchive",
},
["aac"] = {
icon = "",
color = "#66D8EF",
Expand All @@ -722,6 +740,18 @@ local icons_by_file_extension = {
cterm_color = "185",
name = "Ai",
},
["android"] = {
icon = "",
color = "#34a853",
cterm_color = "35",
name = "Android",
},
["apk"] = {
icon = "",
color = "#34a853",
cterm_color = "35",
name = "apk",
},
["app"] = {
icon = "",
color = "#9F0500",
Expand Down Expand Up @@ -897,9 +927,9 @@ local icons_by_file_extension = {
name = "CPlusPlusModule",
},
["cfg"] = {
icon = "",
color = "#ECECEC",
cterm_color = "255",
icon = "",
alex-courtis marked this conversation as resolved.
Show resolved Hide resolved
color = "#6d8086",
cterm_color = "66",
name = "Configuration",
},
["cjs"] = {
Expand Down Expand Up @@ -998,6 +1028,12 @@ local icons_by_file_extension = {
cterm_color = "251",
name = "Crystal",
},
["crdownload"] = {
icon = "",
color = "#44cda8",
cterm_color = "43",
name = "Crdownload",
},
["cs"] = {
icon = "󰌛",
color = "#596706",
Expand Down Expand Up @@ -1112,6 +1148,12 @@ local icons_by_file_extension = {
cterm_color = "239",
name = "Diff",
},
["dll"] = {
icon = "",
color = "#4d2c0b",
cterm_color = "52",
name = "Dll",
},
["doc"] = {
icon = "󰈬",
color = "#185abd",
Expand All @@ -1136,6 +1178,12 @@ local icons_by_file_extension = {
cterm_color = "24",
name = "Dot",
},
["download"] = {
icon = "",
color = "#44cda8",
cterm_color = "43",
name = "Download",
},
["drl"] = {
icon = "",
color = "#ffafaf",
Expand Down Expand Up @@ -1196,12 +1244,36 @@ local icons_by_file_extension = {
cterm_color = "124",
name = "Elf",
},
["el"] = {
icon = "",
color = "#8172be",
cterm_color = "97",
name = "Elisp",
},
["elc"] = {
icon = "",
color = "#8172be",
cterm_color = "97",
name = "Elisp",
},
["elm"] = {
icon = "",
color = "#519aba",
cterm_color = "74",
name = "Elm",
},
["eln"] = {
icon = "",
color = "#8172be",
cterm_color = "97",
name = "Elisp",
},
["env"] = {
icon = "",
color = "#faf743",
cterm_color = "227",
name = "Env",
},
["eot"] = {
icon = "",
color = "#ECECEC",
Expand Down Expand Up @@ -1328,6 +1400,12 @@ local icons_by_file_extension = {
cterm_color = "160",
name = "FreeCAD",
},
["fdmdownload"] = {
icon = "",
color = "#44cda8",
cterm_color = "43",
name = "Fdmdownload",
},
["flac"] = {
icon = "",
color = "#66D8EF",
Expand Down Expand Up @@ -1568,6 +1646,30 @@ local icons_by_file_extension = {
cterm_color = "185",
name = "Ico",
},
["ical"] = {
icon = "",
color = "#2B2e83",
cterm_color = "18",
name = "Ical",
},
["icalendar"] = {
icon = "",
color = "#2B2e83",
cterm_color = "18",
name = "Icalendar",
},
["ics"] = {
icon = "",
color = "#2B2e83",
cterm_color = "18",
name = "Ics",
},
["ifb"] = {
icon = "",
color = "#2B2e83",
cterm_color = "18",
name = "Ifb",
},
["ifc"] = {
icon = "󰻫",
color = "#839463",
Expand Down Expand Up @@ -1784,6 +1886,12 @@ local icons_by_file_extension = {
cterm_color = "231",
name = "KiCad",
},
["ko"] = {
icon = "",
color = "#dcddd6",
cterm_color = "253",
name = "LinuxKernelObject",
},
["kpp"] = {
icon = "",
color = "#f245fb",
Expand Down Expand Up @@ -1850,6 +1958,12 @@ local icons_by_file_extension = {
cterm_color = "140",
name = "Lhs",
},
["lib"] = {
icon = "",
color = "#4d2c0b",
cterm_color = "52",
name = "Lib",
},
["license"] = {
icon = "",
color = "#cbcb41",
Expand Down Expand Up @@ -2096,6 +2210,12 @@ local icons_by_file_extension = {
cterm_color = "36",
name = "Nushell",
},
["o"] = {
icon = "",
color = "#9F0500",
cterm_color = "124",
name = "ObjectFile",
},
["obj"] = {
icon = "󰆧",
color = "#888888",
Expand Down Expand Up @@ -2132,6 +2252,18 @@ local icons_by_file_extension = {
cterm_color = "124",
name = "Out",
},
["part"] = {
icon = "",
color = "#44cda8",
cterm_color = "43",
name = "Part",
},
["patch"] = {
icon = "",
alex-courtis marked this conversation as resolved.
Show resolved Hide resolved
color = "#41535b",
cterm_color = "239",
name = "Patch",
},
["pck"] = {
icon = "",
color = "#6d8086",
Expand Down Expand Up @@ -2486,6 +2618,12 @@ local icons_by_file_extension = {
cterm_color = "166",
name = "Sig",
},
["signature"] = {
icon = "λ",
color = "#e37933",
cterm_color = "166",
name = "Signature",
},
["skp"] = {
icon = "󰻫",
color = "#839463",
Expand Down Expand Up @@ -2528,6 +2666,12 @@ local icons_by_file_extension = {
cterm_color = "166",
name = "Sml",
},
["so"] = {
icon = "",
color = "#dcddd6",
cterm_color = "253",
name = "SharedObject",
},
["sol"] = {
icon = "",
color = "#519aba",
Expand Down Expand Up @@ -2756,6 +2900,12 @@ local icons_by_file_extension = {
cterm_color = "124",
name = "Toml",
},
["torrent"] = {
icon = "",
color = "#44cda8",
cterm_color = "43",
name = "Torrent",
},
["tres"] = {
icon = "",
color = "#6d8086",
Expand Down
Loading
Loading