summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAri Archer <ari.web.xyz@gmail.com>2023-10-30 17:17:51 +0200
committerGitHub <noreply@github.com>2023-10-30 23:17:51 +0800
commit59dc141c74121dce1b70020090346aa50e05ecf9 (patch)
tree2691009f0692393fcbde8bd3576bbf367290d621
parent36c8f26a1780c4eea9656fc1bf0d409c610b8949 (diff)
add and improve icons (#942)
- 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
-rw-r--r--src/theme/icon.rs32
1 files changed, 31 insertions, 1 deletions
diff --git a/src/theme/icon.rs b/src/theme/icon.rs
index d8b1fc6..5bbd9a1 100644
--- a/src/theme/icon.rs
+++ b/src/theme/icon.rs
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""
@@ -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}"), // ""