mirror of
https://github.com/jarun/nnn.git
synced 2024-10-31 16:37:18 +00:00
Merge pull request #1638 from luukvbaal/nerdfix
Update nerd-font icons to v3
This commit is contained in:
commit
fe96bd6bc7
|
@ -29,6 +29,7 @@ awk 'BEGIN {
|
|||
color_docs=202 #color_docs=173 #color_docs="208;135;112"
|
||||
color_archive=209 #color_archive=179 #color_archive="235;203;139"
|
||||
color_c=81 #color_c=150 #color_c="163;190;140"
|
||||
color_elixir=104 #color_elixir=109 #color_elixir="143;188;187"
|
||||
color_java=32 #color_java=139 #color_java="180;142;173"
|
||||
color_js=47 #color_js=109 #color_js="143;188;187"
|
||||
color_react=39 #color_react=111 #color_react="129;161;193"
|
||||
|
@ -44,49 +45,53 @@ awk 'BEGIN {
|
|||
|
||||
# icons[][1] contains icon and icons[][2] contains color
|
||||
icons["directory"][1] = ""; icons["directory"][2] = color_default
|
||||
icons["file"][1] = ""; icons["file"][2] = color_default
|
||||
icons["file"][1] = ""; icons["file"][2] = color_default
|
||||
icons["exec"][1] = ""; icons["exec"][2] = color_default
|
||||
icons["manual"][1] = ""; icons["manual"][2] = color_docs
|
||||
icons["pipe"][1] = "ﳣ"; icons["pipe"][2] = color_default
|
||||
icons["socket"][1] = "ﳧ"; icons["socket"][2] = color_default
|
||||
icons["manual"][1] = ""; icons["manual"][2] = color_docs
|
||||
icons["pipe"][1] = ""; icons["pipe"][2] = color_default
|
||||
icons["socket"][1] = ""; icons["socket"][2] = color_default
|
||||
icons["door"][1] = "➡"; icons["door"][2] = color_default
|
||||
|
||||
# top level and common icons
|
||||
icons[".git"][1] = ""; icons[".git"][2] = color_default
|
||||
icons["desktop"][1] = "ﲾ"; icons["desktop"][2] = color_default
|
||||
icons["briefcase"][1] = ""; icons["briefcase"][2] = color_default
|
||||
icons["document"][1] = ""; icons["document"][2] = color_default
|
||||
icons["downloads"][1] = ""; icons["downloads"][2] = color_default
|
||||
icons["music"][1] = ""; icons["music"][2] = color_default
|
||||
icons["musicfile"][1] = ""; icons["musicfile"][2] = color_audio
|
||||
icons["pictures"][1] = ""; icons["pictures"][2] = color_default
|
||||
icons["picturefile"][1] = ""; icons["picturefile"][2] = color_image
|
||||
icons["desktop"][1] = ""; icons["desktop"][2] = color_default
|
||||
icons["briefcase"][1] = ""; icons["briefcase"][2] = color_default
|
||||
icons["document"][1] = ""; icons["document"][2] = color_default
|
||||
icons["downloads"][1] = ""; icons["downloads"][2] = color_default
|
||||
icons["music"][1] = ""; icons["music"][2] = color_default
|
||||
icons["musicfile"][1] = ""; icons["musicfile"][2] = color_audio
|
||||
icons["pictures"][1] = ""; icons["pictures"][2] = color_default
|
||||
icons["picturefile"][1] = ""; icons["picturefile"][2] = color_image
|
||||
icons["public"][1] = ""; icons["public"][2] = color_default
|
||||
icons["templates"][1] = "陼"; icons["templates"][2] = color_default
|
||||
icons["videos"][1] = ""; icons["videos"][2] = color_default
|
||||
icons["videofile"][1] = "ﳜ"; icons["videofile"][2] = color_video
|
||||
icons["changelog"][1] = ""; icons["changelog"][2] = color_docs
|
||||
icons["templates"][1] = ""; icons["templates"][2] = color_default
|
||||
icons["videos"][1] = ""; icons["videos"][2] = color_default
|
||||
icons["videofile"][1] = ""; icons["videofile"][2] = color_video
|
||||
icons["changelog"][1] = ""; icons["changelog"][2] = color_docs
|
||||
icons["configure"][1] = ""; icons["configure"][2] = color_default
|
||||
icons["license"][1] = ""; icons["license"][2] = color_docs
|
||||
icons["makefile"][1] = ""; icons["makefile"][2] = color_default
|
||||
icons["archive"][1] = ""; icons["archive"][2] = color_archive
|
||||
icons["license"][1] = ""; icons["license"][2] = color_docs
|
||||
icons["makefile"][1] = ""; icons["makefile"][2] = color_default
|
||||
icons["archive"][1] = ""; icons["archive"][2] = color_archive
|
||||
icons["rust"][1] = ""; icons["rust"][2] = color_default
|
||||
icons["script"][1] = ""; icons["script"][2] = color_shell
|
||||
icons["subtitle"][1] = ""; icons["subtitle"][2] = color_default
|
||||
icons["cplusplus"][1] = ""; icons["cplusplus"][2] = color_c
|
||||
icons["java"][1] = ""; icons["java"][2] = color_java
|
||||
icons["clojure"][1] = ""; icons["clojure"][2] = color_default
|
||||
icons["js"][1] = ""; icons["js"][2] = color_js
|
||||
icons["linux"][1] = ""; icons["linux"][2] = color_default
|
||||
icons["js"][1] = ""; icons["js"][2] = color_js
|
||||
icons["linux"][1] = ""; icons["linux"][2] = color_default
|
||||
icons["elixir"][1] = ""; icons["elixir"][2] = color_fsharp
|
||||
icons["fsharp"][1] = ""; icons["fsharp"][2] = color_fsharp
|
||||
icons["ruby"][1] = ""; icons["ruby"][2] = color_ruby
|
||||
icons["c"][1] = ""; icons["c"][2] = color_c
|
||||
icons["chess"][1] = ""; icons["chess"][2] = color_default
|
||||
icons["chess"][1] = ""; icons["chess"][2] = color_default
|
||||
icons["haskell"][1] = ""; icons["haskell"][2] = color_vim
|
||||
icons["html"][1] = ""; icons["html"][2] = color_default
|
||||
icons["font"][1] = ""; icons["font"][2] = color_default
|
||||
icons["html"][1] = ""; icons["html"][2] = color_default
|
||||
icons["react"][1] = ""; icons["react"][2] = color_react
|
||||
icons["python"][1] = ""; icons["python"][2] = color_python
|
||||
icons["database"][1] = ""; icons["database"][2] = color_default
|
||||
icons["worddoc"][1] = ""; icons["worddoc"][2] = color_document
|
||||
icons["playlist"][1] = "蘿"; icons["playlist"][2] = color_audio
|
||||
icons["database"][1] = ""; icons["database"][2] = color_default
|
||||
icons["worddoc"][1] = ""; icons["worddoc"][2] = color_document
|
||||
icons["playlist"][1] = ""; icons["playlist"][2] = color_audio
|
||||
icons["opticaldisk"][1] = ""; icons["opticaldisk"][2] = color_archive
|
||||
|
||||
# numbers
|
||||
|
@ -140,6 +145,9 @@ awk 'BEGIN {
|
|||
icons["elf"][1] = icons["linux"][1]; icons["elf"][2] = icons["linux"][2]
|
||||
icons["epub"][1] = icons["manual"][1]; icons["epub"][2] = icons["manual"][2]
|
||||
icons["exe"][1] = icons["exec"][1]; icons["exe"][2] = icons["exec"][2]
|
||||
icons["ex"][1] = icons["elixir"][1]; icons["ex"][2] = icons["elixir"][2]
|
||||
icons["eex"][1] = icons["elixir"][1]; icons["eee"]2] = icons["elixir"][2]
|
||||
icons["exs"][1] = icons["elixir"][1]; icons["exs"][2] = icons["elixir"][2]
|
||||
|
||||
# f
|
||||
icons["fsharp"][1] = icons["fsharp"][1]; icons["fsharp"][2] = icons["fsharp"][2]
|
||||
|
@ -154,7 +162,7 @@ awk 'BEGIN {
|
|||
# g
|
||||
icons["gem"][1] = icons["ruby"][1]; icons["gem"][2] = icons["ruby"][2]
|
||||
icons["gif"][1] = icons["picturefile"][1]; icons["gif"][2] = icons["picturefile"][2]
|
||||
icons["go"][1] = "ﳑ"; icons["go"][2] = color_default
|
||||
icons["go"][1] = ""; icons["go"][2] = color_default
|
||||
icons["gz"][1] = icons["archive"][1]; icons["gz"][2] = icons["archive"][2]
|
||||
icons["gzip"][1] = icons["archive"][1]; icons["gzip"][2] = icons["archive"][2]
|
||||
|
||||
|
@ -167,12 +175,14 @@ awk 'BEGIN {
|
|||
icons["htpasswd"][1] = icons["configure"][1]; icons["htpasswd"][2] = icons["configure"][2]
|
||||
icons["htm"][1] = icons["html"][1]; icons["htm"][2] = icons["html"][2]
|
||||
icons["hxx"][1] = icons["cplusplus"][1]; icons["hxx"][2] = icons["cplusplus"][2]
|
||||
icons["heex"][1] = icons["elixir"][1]; icons["heex"][2] = icons["elixir"][2]
|
||||
|
||||
# i
|
||||
icons["ico"][1] = icons["picturefile"][1]; icons["ico"][2] = icons["picturefile"][2]
|
||||
icons["img"][1] = icons["opticaldisk"][1]; icons["img"][2] = icons["opticaldisk"][2]
|
||||
icons["ini"][1] = icons["configure"][1]; icons["ini"][2] = icons["configure"][2]
|
||||
icons["iso"][1] = icons["opticaldisk"][1]; icons["iso"][2] = icons["opticaldisk"][2]
|
||||
icons["isub"][1] = icons["subtitle"][1]; icons["isub"][2] = icons["subtitle"][2]
|
||||
|
||||
# j
|
||||
icons["jar"][1] = icons["java"][1]; icons["jar"][2] = icons["java"][2]
|
||||
|
@ -180,10 +190,12 @@ awk 'BEGIN {
|
|||
icons["jl"][1] = icons["configure"][1]; icons["jl"][2] = icons["configure"][2]
|
||||
icons["jpeg"][1] = icons["picturefile"][1]; icons["jpeg"][2] = icons["picturefile"][2]
|
||||
icons["jpg"][1] = icons["picturefile"][1]; icons["jpg"][2] = icons["picturefile"][2]
|
||||
icons["json"][1] = "ﬥ"; icons["json"][2] = color_js
|
||||
icons["json"][1] = ""; icons["json"][2] = color_js
|
||||
icons["jsx"][1] = icons["react"][1]; icons["jsx"][2] = icons["react"][2]
|
||||
icons["jxl"][1] = icons["picturefile"][1]; icons["jxl"][2] = icons["picturefile"][2]
|
||||
|
||||
# k
|
||||
icons["ksh"][1] = icons["font"][1]; icons["ksf"][2] = icons["font"][2]
|
||||
|
||||
# l
|
||||
icons["lha"][1] = icons["archive"][1]; icons["lha"][2] = icons["archive"][2]
|
||||
|
@ -194,7 +206,7 @@ awk 'BEGIN {
|
|||
icons["lzma"][1] = icons["archive"][1]; icons["lzma"][2] = icons["archive"][2]
|
||||
|
||||
# m
|
||||
icons["m"][1] = "ﴜ"; icons["mat"][2] = color_c
|
||||
icons["m"][1] = ""; icons["mat"][2] = color_c
|
||||
icons["m4a"][1] = icons["musicfile"][1]; icons["m4a"][2] = icons["musicfile"][2]
|
||||
icons["m4v"][1] = icons["videofile"][1]; icons["m4v"][2] = icons["videofile"][2]
|
||||
icons["mat"][1] = ""; icons["mat"][2] = color_c
|
||||
|
@ -207,7 +219,7 @@ awk 'BEGIN {
|
|||
icons["mp4"][1] = icons["videofile"][1]; icons["mp4"][2] = icons["videofile"][2]
|
||||
icons["mpeg"][1] = icons["videofile"][1]; icons["mpeg"][2] = icons["videofile"][2]
|
||||
icons["mpg"][1] = icons["videofile"][1]; icons["mpg"][2] = icons["videofile"][2]
|
||||
icons["msi"][1] = ""; icons["msi"][2] = color_default
|
||||
icons["msi"][1] = ""; icons["msi"][2] = color_default
|
||||
|
||||
# n
|
||||
icons["nix"][1] = ""; icons["nix"][2] = color_fsharp
|
||||
|
@ -216,17 +228,18 @@ awk 'BEGIN {
|
|||
icons["o"][1] = icons["manual"][1]; icons["o"][2] = icons["manual"][2]
|
||||
icons["ogg"][1] = icons["musicfile"][1]; icons["ogg"][2] = icons["musicfile"][2]
|
||||
icons["odownload"][1] = icons["download"][1]; icons["odownload"][2] = icons["download"][2]
|
||||
icons["otf"][1] = icons["font"][1]; icons["otf"][2] = icons["font"][2]
|
||||
icons["out"][1] = icons["linux"][1]; icons["out"][2] = icons["linux"][2]
|
||||
|
||||
# p
|
||||
icons["part"][1] = icons["download"][1]; icons["part"][2] = icons["download"][2]
|
||||
icons["patch"][1] = icons["diff"][1]; icons["patch"][2] = icons["diff"][2]
|
||||
icons["pdf"][1] = ""; icons["pdf"][2] = color_docs
|
||||
icons["pdf"][1] = ""; icons["pdf"][2] = color_docs
|
||||
icons["pgn"][1] = icons["chess"][1]; icons["pgn"][2] = icons["chess"][2]
|
||||
icons["php"][1] = ""; icons["php"][2] = color_default
|
||||
icons["png"][1] = icons["picturefile"][1]; icons["png"][2] = icons["picturefile"][2]
|
||||
icons["ppt"][1] = ""; icons["ppt"][2] = color_default
|
||||
icons["pptx"][1] = ""; icons["pptx"][2] = color_default
|
||||
icons["ppt"][1] = ""; icons["ppt"][2] = color_default
|
||||
icons["pptx"][1] = ""; icons["pptx"][2] = color_default
|
||||
icons["psb"][1] = ""; icons["psb"][2] = color_default
|
||||
icons["psd"][1] = ""; icons["psd"][2] = color_default
|
||||
icons["py"][1] = icons["python"][1]; icons["py"][2] = icons["python"][2]
|
||||
|
@ -239,10 +252,10 @@ awk 'BEGIN {
|
|||
# r
|
||||
icons["rar"][1] = icons["archive"][1]; icons["rar"][2] = icons["archive"][2]
|
||||
icons["rc"][1] = icons["configure"][1]; icons["rc"][2] = icons["configure"][2]
|
||||
icons["rom"][1] = ""; icons["rom"][2] = color_default
|
||||
icons["rom"][1] = ""; icons["rom"][2] = color_default
|
||||
icons["rpm"][1] = icons["archive"][1]; icons["rpm"][2] = icons["archive"][2]
|
||||
icons["rss"][1] = "參"; icons["rss"][2] = color_default
|
||||
icons["rtf"][1] = ""; icons["rtf"][2] = color_default
|
||||
icons["rss"][1] = ""; icons["rss"][2] = color_default
|
||||
icons["rtf"][1] = ""; icons["rtf"][2] = color_default
|
||||
|
||||
# s
|
||||
icons["sass"][1] = ""; icons["sass"][2] = color_css
|
||||
|
@ -253,18 +266,18 @@ awk 'BEGIN {
|
|||
icons["slim"][1] = icons["script"][1]; icons["slim"][2] = icons["script"][2]
|
||||
icons["sln"][1] = ""; icons["sln"][2] = color_default
|
||||
icons["sql"][1] = icons["database"][1]; icons["sql"][2] = icons["database"][2]
|
||||
icons["srt"][1] = ""; icons["srt"][2] = color_default
|
||||
icons["isub"][1] = ""; icons["isub"][2] = color_default
|
||||
icons["srt"][1] = icons["subtitle"][1]; icons["srt"][2] = icons["subtitle"][2]
|
||||
icons["svg"][1] = icons["picturefile"][1]; icons["svg"][2] = icons["picturefile"][2]
|
||||
|
||||
# t
|
||||
icons["tar"][1] = icons["archive"][1]; icons["tar"][2] = icons["archive"][2]
|
||||
icons["tex"][1] = ""; icons["tex"][2] = color_default
|
||||
icons["tex"][1] = ""; icons["tex"][2] = color_default
|
||||
icons["tgz"][1] = icons["archive"][1]; icons["tgz"][2] = icons["archive"][2]
|
||||
icons["ts"][1] = ""; icons["ts"][2] = color_js
|
||||
icons["tsx"][1] = icons["react"][1]; icons["tsx"][2] = icons["react"][2]
|
||||
icons["txt"][1] = icons["document"][1]; icons["txt"][2] = icons["document"][2]
|
||||
icons["txz"][1] = icons["archive"][1]; icons["txz"][2] = icons["archive"][2]
|
||||
icons["ttf"][1] = icons["font"][1]; icons["ttf"][2] = icons["font"][2]
|
||||
|
||||
# u
|
||||
|
||||
|
@ -272,7 +285,7 @@ awk 'BEGIN {
|
|||
icons["vid"][1] = icons["videofile"][1]; icons["vid"][2] = icons["videofile"][2]
|
||||
icons["vim"][1] = ""; icons["vim"][2] = color_vim
|
||||
icons["vimrc"][1] = ""; icons["vimrc"][2] = color_vim
|
||||
icons["vtt"][1] = ""; icons["vtt"][2] = color_default
|
||||
icons["vtt"][1] = icons["subtitle"][1]; icons["vtt"][2] = icons["subtitle"][2]
|
||||
# w
|
||||
icons["wav"][1] = icons["musicfile"][1]; icons["wav"][2] = icons["musicfile"][2]
|
||||
icons["webm"][1] = icons["videofile"][1]; icons["webm"][2] = icons["videofile"][2]
|
||||
|
@ -283,8 +296,8 @@ awk 'BEGIN {
|
|||
icons["xbps"][1] = icons["archive"][1]; icons["xbps"][2] = color_archive
|
||||
icons["xcf"][1] = icons["picturefile"][1]; icons["xcf"][2] = color_image
|
||||
icons["xhtml"][1] = icons["html"][1]; icons["xhtml"][2] = icons["html"][2]
|
||||
icons["xls"][1] = ""; icons["xls"][2] = color_default
|
||||
icons["xlsx"][1] = ""; icons["xlsx"][2] = color_default
|
||||
icons["xls"][1] = ""; icons["xls"][2] = color_default
|
||||
icons["xlsx"][1] = ""; icons["xlsx"][2] = color_default
|
||||
icons["xml"][1] = icons["html"][1]; icons["xml"][2] = icons["html"][2]
|
||||
icons["xz"][1] = icons["archive"][1]; icons["xz"][2] = icons["archive"][2]
|
||||
|
||||
|
|
152
src/icons.h
152
src/icons.h
|
@ -43,88 +43,88 @@
|
|||
#define ICON_PADDING_RIGHT_LEN (sizeof ICON_PADDING_RIGHT - 1)
|
||||
|
||||
/* ARROWS */
|
||||
#define ICON_ARROW_UP ICON_STR(MD_ARROW_UPWARD, "\uf55c", "⬆")
|
||||
#define ICON_ARROW_FORWARD ICON_STR(MD_ARROW_FORWARD, "\uf553", "➡")
|
||||
#define ICON_ARROW_DOWN ICON_STR(MD_ARROW_DOWNWARD, "\uf544", "⬇")
|
||||
#define ICON_ARROW_UP ICON_STR(MD_ARROW_UPWARD, "", "⬆")
|
||||
#define ICON_ARROW_FORWARD ICON_STR(MD_ARROW_FORWARD, "", "➡")
|
||||
#define ICON_ARROW_DOWN ICON_STR(MD_ARROW_DOWNWARD, "", "⬇")
|
||||
|
||||
/* GENERIC */
|
||||
#define ICON_DIRECTORY ICON_STR(FA_FOLDER, "\ue5ff", "📂")
|
||||
#define ICON_FILE ICON_STR(FA_FILE, "\uf713", "📃")
|
||||
#define ICON_EXEC ICON_STR(FA_COG, "\uf144", "⚙️ ")
|
||||
#define ICON_DIRECTORY ICON_STR(FA_FOLDER, "", "📂")
|
||||
#define ICON_FILE ICON_STR(FA_FILE, "", "📃")
|
||||
#define ICON_EXEC ICON_STR(FA_COG, "", "⚙️ ")
|
||||
|
||||
/* Top level and common icons */
|
||||
#define ICON_ARCHIVE ICON_STR(FA_FILE_ARCHIVE_O, "\uf53b", "📦")
|
||||
#define ICON_BRIEFCASE ICON_STR(FA_BRIEFCASE, "\uf5d5", "💼")
|
||||
#define ICON_C ICON_STR(MFIZZ_C, "\ue61e", "🇨 ")
|
||||
#define ICON_CHANGELOG ICON_STR(FA_HISTORY, "\uf7d9", "🔺")
|
||||
#define ICON_CHESS ICON_STR("", "\uf639", "")
|
||||
#define ICON_CLOJURE ICON_STR(MFIZZ_CLOJURE, "\ue76a", "")
|
||||
#define ICON_CONFIGURE ICON_STR(FILE_CONFIG, "\uf423", "🔧")
|
||||
#define ICON_CPLUSPLUS ICON_STR(MFIZZ_CPLUSPLUS, "\ue61d", ICON_C)
|
||||
#define ICON_DATABASE ICON_STR(MFIZZ_DATABASE_ALT2, "\uf6b7", "🗃️ ")
|
||||
#define ICON_DESKTOP ICON_STR(FA_DESKTOP, "\ufcbe", "🖥️ ")
|
||||
#define ICON_DOCUMENT ICON_STR(FA_FILE_TEXT_O, "\uf718", "🗒 ")
|
||||
#define ICON_DOWNLOADS ICON_STR(FA_DOWNLOAD, "\uf5d7", "📥")
|
||||
#define ICON_ELIXIR ICON_STR(MFIZZ_ELIXIR, "\ue62d", "💧")
|
||||
#define ICON_ENCRYPT ICON_STR("", "\uf805", "🔒")
|
||||
#define ICON_FSHARP ICON_STR(DEV_FSHARP, "\ue7a7", "")
|
||||
#define ICON_FONT ICON_STR(FILE_FONT, "\uf031", "")
|
||||
#define ICON_GIT ICON_STR(FA_GIT, "\ue5fb", "🌱")
|
||||
#define ICON_HASKELL ICON_STR("", "\ue777", "")
|
||||
#define ICON_HTML ICON_STR(FA_FILE_CODE_O, "\uf72d", "")
|
||||
#define ICON_JAVA ICON_STR(MFIZZ_JAVA, "\ue738", "☕")
|
||||
#define ICON_JAVASCRIPT ICON_STR(FA_FILE_CODE_O, "\uf81d", "")
|
||||
#define ICON_LICENSE ICON_STR(FA_COPYRIGHT, "\uf718", "⚖️ ")
|
||||
#define ICON_LINUX ICON_STR(FA_LINUX, "\uf83c", "🐧")
|
||||
#define ICON_MAKEFILE ICON_STR(FILE_CMAKE, "\uf68c", "🛠 ")
|
||||
#define ICON_MANUAL ICON_STR(FILE_MANPAGE, "\uf5bd", "❓")
|
||||
#define ICON_MS_EXCEL ICON_STR(FILE_EXCEL, "\uf71a", ICON_WORDDOC)
|
||||
#define ICON_MUSIC ICON_STR(FA_MUSIC, "\uf832", "🎧")
|
||||
#define ICON_MUSICFILE ICON_STR(FA_FILE_AUDIO_O, "\uf886", ICON_MUSIC)
|
||||
#define ICON_OPTICALDISK ICON_STR(LINEA_MUSIC_CD, "\ue271", "💿")
|
||||
#define ICON_PDF ICON_STR(FA_FILE_PDF_O, "\uf724", "📕")
|
||||
#define ICON_PHOTOSHOP ICON_STR(DEV_PHOTOSHOP, "\ue7b8", ICON_PICTUREFILE)
|
||||
#define ICON_PICTUREFILE ICON_STR(FA_FILE_IMAGE_O, "\uf71e", ICON_PICTURES)
|
||||
#define ICON_PICTURES ICON_STR(MD_CAMERA_ALT, "\uf753", "🎨")
|
||||
#define ICON_PLAYLIST ICON_STR(ICON_MUSICFILE, "\uf831", "")
|
||||
#define ICON_POWERPOINT ICON_STR(FILE_POWERPOINT, "\uf726", "📊")
|
||||
#define ICON_PUBLIC ICON_STR(FA_INBOX, "\ue5ff", "👀")
|
||||
#define ICON_PYTHON ICON_STR(MFIZZ_PYTHON, "\ue235", "🐍")
|
||||
#define ICON_REACT ICON_STR(FILE_JSX, "\ue625", ICON_JAVASCRIPT)
|
||||
#define ICON_RUBY ICON_STR(MFIZZ_RUBY, "\ue23e", "💎")
|
||||
#define ICON_RUST ICON_STR(DEV_RUST, "\ue7a8", "")
|
||||
#define ICON_SASS ICON_STR("", "\ue603", "")
|
||||
#define ICON_SCRIPT ICON_STR(MFIZZ_SCRIPT, "\ue795", "📜")
|
||||
#define ICON_SUBTITLE ICON_STR(FA_COMMENTS_O, "\uf679", "💬")
|
||||
#define ICON_TEMPLATES ICON_STR(FA_PAPERCLIP, "\ufac6", "📎")
|
||||
#define ICON_TEX ICON_STR(FILE_TEX, "\ufb68", ICON_DOCUMENT)
|
||||
#define ICON_VIDEOFILE ICON_STR(FA_FILE_MOVIE_O, "\uf72a", ICON_VIDEOS)
|
||||
#define ICON_VIDEOS ICON_STR(FA_FILM, "\uf72f", "🎞 ")
|
||||
#define ICON_VIM ICON_STR(DEV_VIM, "\ue62b", "")
|
||||
#define ICON_WORDDOC ICON_STR(FILE_WORD, "\uf72b", "📘")
|
||||
#define ICON_ARCHIVE ICON_STR(FA_FILE_ARCHIVE_O, "", "📦")
|
||||
#define ICON_BRIEFCASE ICON_STR(FA_BRIEFCASE, "", "💼")
|
||||
#define ICON_C ICON_STR(MFIZZ_C, "", "🇨 ")
|
||||
#define ICON_CHANGELOG ICON_STR(FA_HISTORY, "", "🔺")
|
||||
#define ICON_CHESS ICON_STR("", "", "")
|
||||
#define ICON_CLOJURE ICON_STR(MFIZZ_CLOJURE, "", "")
|
||||
#define ICON_CONFIGURE ICON_STR(FILE_CONFIG, "", "🔧")
|
||||
#define ICON_CPLUSPLUS ICON_STR(MFIZZ_CPLUSPLUS, "", ICON_C)
|
||||
#define ICON_DATABASE ICON_STR(MFIZZ_DATABASE_ALT2, "", "🗃️ ")
|
||||
#define ICON_DESKTOP ICON_STR(FA_DESKTOP, "", "🖥️ ")
|
||||
#define ICON_DOCUMENT ICON_STR(FA_FILE_TEXT_O, "", "🗒 ")
|
||||
#define ICON_DOWNLOADS ICON_STR(FA_DOWNLOAD, "", "📥")
|
||||
#define ICON_ELIXIR ICON_STR(MFIZZ_ELIXIR, "", "💧")
|
||||
#define ICON_ENCRYPT ICON_STR("", "", "🔒")
|
||||
#define ICON_FSHARP ICON_STR(DEV_FSHARP, "", "")
|
||||
#define ICON_FONT ICON_STR(FILE_FONT, "", "")
|
||||
#define ICON_GIT ICON_STR(FA_GIT, "", "🌱")
|
||||
#define ICON_HASKELL ICON_STR("", "", "")
|
||||
#define ICON_HTML ICON_STR(FA_FILE_CODE_O, "", "")
|
||||
#define ICON_JAVA ICON_STR(MFIZZ_JAVA, "", "☕")
|
||||
#define ICON_JAVASCRIPT ICON_STR(FA_FILE_CODE_O, "", "")
|
||||
#define ICON_LICENSE ICON_STR(FA_COPYRIGHT, "", "⚖️ ")
|
||||
#define ICON_LINUX ICON_STR(FA_LINUX, "", "🐧")
|
||||
#define ICON_MAKEFILE ICON_STR(FILE_CMAKE, "", "🛠 ")
|
||||
#define ICON_MANUAL ICON_STR(FILE_MANPAGE, "", "❓")
|
||||
#define ICON_MS_EXCEL ICON_STR(FILE_EXCEL, "", ICON_WORDDOC)
|
||||
#define ICON_MUSIC ICON_STR(FA_MUSIC, "", "🎧")
|
||||
#define ICON_MUSICFILE ICON_STR(FA_FILE_AUDIO_O, "", ICON_MUSIC)
|
||||
#define ICON_OPTICALDISK ICON_STR(LINEA_MUSIC_CD, "", "💿")
|
||||
#define ICON_PDF ICON_STR(FA_FILE_PDF_O, "", "📕")
|
||||
#define ICON_PHOTOSHOP ICON_STR(DEV_PHOTOSHOP, "", ICON_PICTUREFILE)
|
||||
#define ICON_PICTUREFILE ICON_STR(FA_FILE_IMAGE_O, "", ICON_PICTURES)
|
||||
#define ICON_PICTURES ICON_STR(MD_CAMERA_ALT, "", "🎨")
|
||||
#define ICON_PLAYLIST ICON_STR(ICON_MUSICFILE, "", "")
|
||||
#define ICON_POWERPOINT ICON_STR(FILE_POWERPOINT, "", "📊")
|
||||
#define ICON_PUBLIC ICON_STR(FA_INBOX, "", "👀")
|
||||
#define ICON_PYTHON ICON_STR(MFIZZ_PYTHON, "", "🐍")
|
||||
#define ICON_REACT ICON_STR(FILE_JSX, "", ICON_JAVASCRIPT)
|
||||
#define ICON_RUBY ICON_STR(MFIZZ_RUBY, "", "💎")
|
||||
#define ICON_RUST ICON_STR(DEV_RUST, "", "")
|
||||
#define ICON_SASS ICON_STR("", "", "")
|
||||
#define ICON_SCRIPT ICON_STR(MFIZZ_SCRIPT, "", "📜")
|
||||
#define ICON_SUBTITLE ICON_STR(FA_COMMENTS_O, "", "💬")
|
||||
#define ICON_TEMPLATES ICON_STR(FA_PAPERCLIP, "", "📎")
|
||||
#define ICON_TEX ICON_STR(FILE_TEX, "", ICON_DOCUMENT)
|
||||
#define ICON_VIDEOFILE ICON_STR(FA_FILE_MOVIE_O, "", ICON_VIDEOS)
|
||||
#define ICON_VIDEOS ICON_STR(FA_FILM, "", "🎞 ")
|
||||
#define ICON_VIM ICON_STR(DEV_VIM, "", "")
|
||||
#define ICON_WORDDOC ICON_STR(FILE_WORD, "", "📘")
|
||||
|
||||
#define ICON_EXT_ASM ICON_STR(FILE_NASM, "", "")
|
||||
#define ICON_EXT_BIN ICON_STR(OCT_FILE_BINARY, "\uf471", "📓")
|
||||
#define ICON_EXT_COFFEE ICON_STR(MFIZZ_COFFEE_BEAN, "\ue751", "")
|
||||
#define ICON_EXT_CSS ICON_STR(MFIZZ_CSS3, "\ue749", "🦋")
|
||||
#define ICON_EXT_DEB ICON_STR(MFIZZ_DEBIAN, "\ue77d", ICON_LINUX)
|
||||
#define ICON_EXT_DIFF ICON_STR(FILE_DIFF, "\uf440", "📋")
|
||||
#define ICON_EXT_GO ICON_STR(MFIZZ_GO, "\ufcd1", "")
|
||||
#define ICON_EXT_JSON ICON_STR(ICON_JAVASCRIPT, "\ufb25", ICON_JAVASCRIPT)
|
||||
#define ICON_EXT_LUA ICON_STR(FILE_LUA, "\ue620", "🌘")
|
||||
#define ICON_EXT_M ICON_STR("", "\ufd1c", "📊")
|
||||
#define ICON_EXT_MAT ICON_STR("", "\uf0ce", "")
|
||||
#define ICON_EXT_MD ICON_STR(DEV_MARKDOWN, "\ue609", "📝")
|
||||
#define ICON_EXT_MSI ICON_STR(FA_WINDOWS, "\uf871", "🪟")
|
||||
#define ICON_EXT_NIX ICON_STR("", "\uf313", "")
|
||||
#define ICON_EXT_PATCH ICON_STR(FILE_PATCH, "\uf440", "🩹")
|
||||
#define ICON_EXT_PHP ICON_STR(MFIZZ_PHP, "\ue73d", "🌐")
|
||||
#define ICON_EXT_ROM ICON_STR(FA_LOCK, "\uf795", "")
|
||||
#define ICON_EXT_RSS ICON_STR(FA_RSS_SQUARE, "\uf143", "📡")
|
||||
#define ICON_EXT_RTF ICON_STR(ICON_PDF, "\uf724", ICON_PDF)
|
||||
#define ICON_EXT_SCALA ICON_STR(MFIZZ_SCALA, "\ue737", "")
|
||||
#define ICON_EXT_SLN ICON_STR(DEV_VISUALSTUDIO, "\ue70c", "")
|
||||
#define ICON_EXT_TS ICON_STR(FILE_TS, "\ue628", "")
|
||||
#define ICON_EXT_BIN ICON_STR(OCT_FILE_BINARY, "", "📓")
|
||||
#define ICON_EXT_COFFEE ICON_STR(MFIZZ_COFFEE_BEAN, "", "")
|
||||
#define ICON_EXT_CSS ICON_STR(MFIZZ_CSS3, "", "🦋")
|
||||
#define ICON_EXT_DEB ICON_STR(MFIZZ_DEBIAN, "", ICON_LINUX)
|
||||
#define ICON_EXT_DIFF ICON_STR(FILE_DIFF, "", "📋")
|
||||
#define ICON_EXT_GO ICON_STR(MFIZZ_GO, "", "")
|
||||
#define ICON_EXT_JSON ICON_STR(ICON_JAVASCRIPT, "", ICON_JAVASCRIPT)
|
||||
#define ICON_EXT_LUA ICON_STR(FILE_LUA, "", "🌘")
|
||||
#define ICON_EXT_M ICON_STR("", "", "📊")
|
||||
#define ICON_EXT_MAT ICON_STR("", "", "")
|
||||
#define ICON_EXT_MD ICON_STR(DEV_MARKDOWN, "", "📝")
|
||||
#define ICON_EXT_MSI ICON_STR(FA_WINDOWS, "", "🪟")
|
||||
#define ICON_EXT_NIX ICON_STR("", "", "")
|
||||
#define ICON_EXT_PATCH ICON_STR(FILE_PATCH, "", "🩹")
|
||||
#define ICON_EXT_PHP ICON_STR(MFIZZ_PHP, "", "🌐")
|
||||
#define ICON_EXT_ROM ICON_STR(FA_LOCK, "", "")
|
||||
#define ICON_EXT_RSS ICON_STR(FA_RSS_SQUARE, "", "📡")
|
||||
#define ICON_EXT_RTF ICON_STR(ICON_PDF, "", ICON_PDF)
|
||||
#define ICON_EXT_SCALA ICON_STR(MFIZZ_SCALA, "", "")
|
||||
#define ICON_EXT_SLN ICON_STR(DEV_VISUALSTUDIO, "", "")
|
||||
#define ICON_EXT_TS ICON_STR(FILE_TS, "", "")
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue