nixdots/home/programs/terminal/file-managers/yazi/theme/icons.nix

148 lines
2.7 KiB
Nix
Raw Normal View History

2024-04-04 23:17:53 +00:00
{
programs.yazi.theme.icons = {
# Default
"*" = "";
"*/" = "󰉋";
# Home
".config/" = "";
".ssh/" = "󰢬";
"Desktop/" = "";
"Development/" = "";
"Documents/" = "";
"Downloads/" = "󰉍";
"Library/" = "";
"Movies/" = "";
"Music/" = "󱍙";
"Pictures/" = "󰉏";
"Videos/" = "";
"Public/" = "";
# Git
".git/" = "";
".gitignore" = "";
".gitmodules" = "";
".gitattributes" = "";
# Dotfiles
".DS_Store" = "";
".bashrc" = "";
".bashprofile" = "";
".zshrc" = "";
".zshenv" = "";
".zprofile" = "";
".vimrc" = "";
# Text
"*.txt" = "";
"*.md" = "";
"*.rst" = "";
COPYING = "󰿃";
LICENSE = "󰿃";
# Archives
"*.zip" = "";
"*.tar" = "";
"*.gz" = "";
"*.7z" = "";
"*.bz2" = "";
"*.xz" = "";
# Documents
"*.csv" = "";
"*.doc" = "";
"*.doct" = "";
"*.docx" = "";
"*.dot" = "";
"*.ods" = "";
"*.ots" = "";
"*.pdf" = "";
"*.pom" = "";
"*.pot" = "";
"*.ppm" = "";
"*.pps" = "";
"*.ppt" = "";
"*.potx" = "";
"*.ppmx" = "";
"*.ppsx" = "";
"*.pptx" = "";
"*.xlc" = "";
"*.xlm" = "";
"*.xls" = "";
"*.xlt" = "";
"*.xlsm" = "";
"*.xlsx" = "";
# Audio
"*.mp3" = "";
"*.flac" = "";
"*.wav" = "";
"*.aac" = "";
"*.ogg" = "";
"*.m4a" = "";
"*.mp2" = "";
# Movies
"*.mp4" = "";
"*.mkv" = "";
"*.avi" = "";
"*.mov" = "";
"*.webm" = "";
# Images
"*.jpg" = "";
"*.jpeg" = "";
"*.png" = "";
"*.gif" = "";
"*.webp" = "";
"*.avif" = "";
"*.bmp" = "";
"*.ico" = "";
"*.svg" = "";
"*.xcf" = "";
"*.HEIC" = "";
# Programming
"*.c" = "";
"*.cpp" = "";
"*.h" = "";
"*.hpp" = "";
"*.rs" = "";
"*.go" = "";
"*.py" = "";
"*.hs" = "";
"*.js" = "";
"*.ts" = "";
"*.tsx" = "";
"*.jsx" = "";
"*.rb" = "";
"*.php" = "";
"*.java" = "";
"*.sh" = "";
"*.fish" = "";
"*.swift" = "";
"*.vim" = "";
"*.lua" = "";
"*.html" = "";
"*.css" = "";
"*.sass" = "";
"*.scss" = "";
"*.json" = "";
"*.toml" = "";
"*.yml" = "";
"*.yaml" = "";
"*.ini" = "";
"*.conf" = "";
"*.lock" = "";
"*.nix" = "";
Containerfile = "󰡨";
Dockerfile = "󰡨";
# Misc
"*.bin" = "";
"*.exe" = "";
"*.pkg" = "";
};
}