feat(rc): Add support for vivid tool

This commit is contained in:
2026-07-15 19:36:34 +02:00
parent e8eba3619a
commit 76ce8a4758
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if (command -v vivid &>/dev/null); then
THEME=one-dark # Use command `vivid themes` to see available themes
LS_COLORS="$(vivid generate ${THEME})"
export LS_COLORS
fi