Skip to content

Commit

Permalink
add and improve icons (#942)
Browse files Browse the repository at this point in the history
- add icons for files for the ash shell
- add static resources directory icons
- add android directory icons
- add bash history icon
- add packaging icons
- add cache icons
- improve the icon for `idlerc`
- add java icon
- add magic files icon
- add development icons ( like `tests` directory )
- add pdb password database icon
  • Loading branch information
Ari Archer committed Oct 30, 2023
1 parent 36c8f26 commit 59dc141
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,31 @@ impl IconTheme {
("a.out", "\u{f489}"), // ""
("api", "\u{f048d}"), // "󰒍"
(".atom", "\u{e764}"), // ""
(".ash", "\u{f489}"), // ""
(".ash_history", "\u{f489}"), // ""
("authorized_keys", "\u{e60a}"), // ""
("assets", "\u{f0c7}"), // ""
(".android", "\u{f17b}"), // ""
(".audacity-data", "\u{e5fc}"), // ""
("backups", "\u{f006f}"), // "󰁯"
(".bash_logout", "\u{e615}"), // ""
(".bash_profile", "\u{e615}"), // ""
(".bashrc", "\u{f489}"), // ""
(".bash_history", "\u{f489}"), // ""
("bin", "\u{e5fc}"), // ""
(".bpython_history", "\u{e606}"), // ""
("build", "\u{f487}"), // ""
("bspwmrc", "\u{e615}"), // ""
(".cache", "\u{f00e8}"), // "󰃨"
("cache", "\u{f00e8}"), // "󰃨"
(".ccls-cache", "\u{f00e8}"), // "󰃨"
("cargo.lock", "\u{e7a8}"), // ""
("cargo.toml", "\u{e7a8}"), // ""
(".cargo", "\u{e7a8}"), // ""
("changelog", "\u{e609}"), // ""
(".clang-format", "\u{e615}"), // ""
("composer.json", "\u{e608}"), // ""
("content", "\u{f0c7}"), // ""
("conf.d", "\u{e5fc}"), // ""
("config.ac", "\u{e615}"), // ""
("config.el", "\u{e779}"), // ""
Expand All @@ -160,6 +171,7 @@ impl IconTheme {
("docker-compose.yml", "\u{f308}"), // ""
("dockerfile", "\u{f308}"), // ""
("doc", "\u{f02d}"), // ""
("dist", "\u{f487}"), // ""
("documents", "\u{f02d}"), // ""
(".doom.d", "\u{e779}"), // ""
("downloads", "\u{f498}"), // ""
Expand All @@ -174,6 +186,7 @@ impl IconTheme {
("favicon.ico", "\u{f005}"), // ""
("favicons", "\u{f005}"), // ""
("fstab", "\u{f1c0}"), // ""
(".fastboot", "\u{f17b}"), // ""
(".gitattributes", "\u{f1d3}"), // ""
(".gitconfig", "\u{f1d3}"), // ""
(".git-credentials", "\u{e60a}"), // ""
Expand All @@ -200,12 +213,15 @@ impl IconTheme {
(".htaccess", "\u{e615}"), // ""
("htoprc", "\u{e615}"), // ""
(".htpasswd", "\u{e615}"), // ""
(".idlerc", "\u{e235}"), // ""
("img", "\u{f1c5}"), // ""
("include", "\u{e5fc}"), // ""
("init.el", "\u{e779}"), // ""
(".inputrc", "\u{e615}"), // ""
("inputrc", "\u{e615}"), // ""
(".icons", "\u{f005}"), // ""
("icons", "\u{f005}"), // ""
(".idlerc", "\u{e606}"), // ""
(".java", "\u{e256}"), // ""
("js", "\u{e74e}"), // ""
(".jupyter", "\u{e606}"), // ""
("kbuild", "\u{e615}"), // ""
Expand All @@ -223,18 +239,21 @@ impl IconTheme {
(".lynxrc", "\u{e615}"), // ""
(".mailcap", "\u{f01f0}"), // "󰇰"
("mail", "\u{f01f0}"), // "󰇰"
("magic", "\u{f0d0}"), // ""
("maintainers", "\u{e60a}"), // ""
("makefile.ac", "\u{e615}"), // ""
("makefile", "\u{e615}"), // ""
("manifest", "\u{f292}"), // ""
("metadata", "\u{e5fc}"), // ""
("metadata.xml", "\u{f462}"), // ""
("media", "\u{f40f}"), // ""
("mime.types", "\u{f0645}"), // "󰙅"
("module.symvers", "\u{f471}"), // ""
(".mozilla", "\u{e786}"), // ""
("music", "\u{f025}"), // ""
("muttrc", "\u{e615}"), // ""
(".mutt", "\u{e615}"), // ""
(".mypy_cache", "\u{f00e8}"), // "󰃨"
("netlify.toml", "\u{f233}"), // ""
("node_modules", "\u{e5fa}"), // ""
(".node_repl_history", "\u{e718}"), // ""
Expand All @@ -256,6 +275,7 @@ impl IconTheme {
("public", "\u{f415}"), // ""
("__pycache__", "\u{f0320}"), // "󰌠"
(".python_history", "\u{e606}"), // ""
(".pypirc", "\u{e606}"), // ""
("rc.lua", "\u{e615}"), // ""
("readme", "\u{e609}"), // ""
(".release.toml", "\u{e7a8}"), // ""
Expand All @@ -277,13 +297,17 @@ impl IconTheme {
(".sqlite_history", "\u{e7c4}"), // ""
("src", "\u{f121}"), // ""
(".ssh", "\u{f023}"), // ""
("static", "\u{f0c7}"), // ""
("std", "\u{f0171}"), // "󰅱"
("styles", "\u{e749}"), // ""
("sudoers", "\u{f023}"), // ""
("sxhkdrc", "\u{e615}"), // ""
("tests", "\u{f0668}"), // "󰙨"
("tigrc", "\u{e615}"), // ""
("tox.ini", "\u{e615}"), // ""
(".trash", "\u{f1f8}"), // ""
("ts", "\u{e628}"), // ""
(".tox", "\u{e606}"), // ""
("unlicense", "\u{e60a}"), // ""
("url", "\u{f0ac}"), // ""
("user-dirs.dirs", "\u{e5fc}"), // ""
Expand Down Expand Up @@ -392,6 +416,7 @@ impl IconTheme {
("ebuild", "\u{f30d}"), // ""
("eclass", "\u{f30d}"), // ""
("editorconfig", "\u{e615}"), // ""
("egg-info", "\u{e606}"), // ""
("ejs", "\u{e618}"), // ""
("elc", "\u{f0172}"), // "󰅲"
("elf", "\u{f489}"), // ""
Expand Down Expand Up @@ -441,6 +466,7 @@ impl IconTheme {
("img", "\u{f1c0}"), // ""
("iml", "\u{e7b5}"), // ""
("info", "\u{e795}"), // ""
("in", "\u{f15c}"), // ""
("ini", "\u{e615}"), // ""
("ipynb", "\u{e606}"), // ""
("iso", "\u{f1c0}"), // ""
Expand Down Expand Up @@ -472,6 +498,7 @@ impl IconTheme {
("lss", "\u{e749}"), // ""
("lua", "\u{e620}"), // ""
("lz", "\u{f410}"), // ""
("mgc", "\u{f0d0}"), // ""
("m3u8", "\u{f0411}"), // "󰐑"
("m3u", "\u{f0411}"), // "󰐑"
("m4a", "\u{f001}"), // ""
Expand Down Expand Up @@ -500,6 +527,7 @@ impl IconTheme {
("orig", "\u{f006f}"), // "󰁯"
("otf", "\u{f031}"), // ""
("o", "\u{e624}"), // ""
("pdb", "\u{f0aaa}"), // "󰪪"
("pdf", "\u{f1c1}"), // ""
("pem", "\u{f0306}"), // "󰌆"
("phar", "\u{e608}"), // ""
Expand All @@ -517,6 +545,7 @@ impl IconTheme {
("ps1", "\u{f489}"), // ""
("psd", "\u{e7b8}"), // ""
("pub", "\u{e60a}"), // ""
("slt", "\u{f0221}"), // "󰈡"
("pxm", "\u{f1c5}"), // ""
("pyc", "\u{e606}"), // ""
("py", "\u{e606}"), // ""
Expand Down Expand Up @@ -588,6 +617,7 @@ impl IconTheme {
("wav", "\u{f001}"), // ""
("webm", "\u{f008}"), // ""
("webp", "\u{f1c5}"), // ""
("whl", "\u{f487}"), // ""
("windows", "\u{f17a}"), // ""
("wma", "\u{f001}"), // ""
("wmv", "\u{f008}"), // ""
Expand Down

0 comments on commit 59dc141

Please sign in to comment.