1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00
home-manager/tests/modules/programs/yazi/theme-expected.toml
XYenon 90e62f96c7
programs.yazi: add module (#4373)
add module for yazi https://github.com/sxyazi/yazi a terminal rust file browser akin to ranger or joshuto
2023-08-27 20:47:47 +02:00

16 lines
218 B
TOML

[[filetype.rules]]
fg = "#7AD9E5"
mime = "image/*"
[[filetype.rules]]
fg = "#F3D398"
mime = "video/*"
[[filetype.rules]]
fg = "#F3D398"
mime = "audio/*"
[[filetype.rules]]
fg = "#CD9EFC"
mime = "application/x-bzip"