@@ -266,20 +266,20 @@ rules = [
266266[icon ]
267267globs = []
268268dirs = [
269- { name = " .config" , text = " " },
270- { name = " .git" , text = " " },
271- { name = " .github" , text = " " },
272- { name = " .npm" , text = " " },
273- { name = " Desktop" , text = " " },
274- { name = " Development" , text = " " },
275- { name = " Documents" , text = " " },
276- { name = " Downloads" , text = " " },
277- { name = " Library" , text = " " },
278- { name = " Movies" , text = " " },
279- { name = " Music" , text = " " },
280- { name = " Pictures" , text = " " },
281- { name = " Public" , text = " " },
282- { name = " Videos" , text = " " },
269+ { name = " .config" , text = " " , fg = " blue " },
270+ { name = " .git" , text = " " , fg = " blue " },
271+ { name = " .github" , text = " " , fg = " blue " },
272+ { name = " .npm" , text = " " , fg = " blue " },
273+ { name = " Desktop" , text = " " , fg = " blue " },
274+ { name = " Development" , text = " " , fg = " blue " },
275+ { name = " Documents" , text = " " , fg = " blue " },
276+ { name = " Downloads" , text = " " , fg = " blue " },
277+ { name = " Library" , text = " " , fg = " blue " },
278+ { name = " Movies" , text = " " , fg = " blue " },
279+ { name = " Music" , text = " " , fg = " blue " },
280+ { name = " Pictures" , text = " " , fg = " blue " },
281+ { name = " Public" , text = " " , fg = " blue " },
282+ { name = " Videos" , text = " " , fg = " blue " },
283283]
284284files = [
285285 { name = " .babelrc" , text = " " , fg = " #cbcb41" },
@@ -312,6 +312,7 @@ files = [
312312 { name = " .npmrc" , text = " " , fg = " #e8274b" },
313313 { name = " .nuxtrc" , text = " " , fg = " #00c58e" },
314314 { name = " .nvmrc" , text = " " , fg = " #5fa04e" },
315+ { name = " .pnpmfile.cjs" , text = " " , fg = " #f9ad02" },
315316 { name = " .pre-commit-config.yaml" , text = " " , fg = " #f8b424" },
316317 { name = " .prettierignore" , text = " " , fg = " #4285f4" },
317318 { name = " .prettierrc" , text = " " , fg = " #4285f4" },
@@ -397,12 +398,14 @@ files = [
397398 { name = " hyprlandd.conf" , text = " " , fg = " #00aaae" },
398399 { name = " hyprlock.conf" , text = " " , fg = " #00aaae" },
399400 { name = " hyprpaper.conf" , text = " " , fg = " #00aaae" },
401+ { name = " hyprsunset.conf" , text = " " , fg = " #00aaae" },
400402 { name = " i18n.config.js" , text = " " , fg = " #7986cb" },
401403 { name = " i18n.config.ts" , text = " " , fg = " #7986cb" },
402404 { name = " i3blocks.conf" , text = " " , fg = " #e8ebee" },
403405 { name = " i3status.conf" , text = " " , fg = " #e8ebee" },
404406 { name = " index.theme" , text = " " , fg = " #2db96f" },
405407 { name = " ionic.config.json" , text = " " , fg = " #4f8ff7" },
408+ { name = " Jenkinsfile" , text = " " , fg = " #d33833" },
406409 { name = " justfile" , text = " " , fg = " #6d8086" },
407410 { name = " kalgebrarc" , text = " " , fg = " #1c99f3" },
408411 { name = " kdeglobals" , text = " " , fg = " #1c99f3" },
@@ -417,6 +420,9 @@ files = [
417420 { name = " makefile" , text = " " , fg = " #6d8086" },
418421 { name = " mix.lock" , text = " " , fg = " #a074c4" },
419422 { name = " mpv.conf" , text = " " , fg = " #3b1342" },
423+ { name = " next.config.cjs" , text = " " , fg = " #ffffff" },
424+ { name = " next.config.js" , text = " " , fg = " #ffffff" },
425+ { name = " next.config.ts" , text = " " , fg = " #ffffff" },
420426 { name = " node_modules" , text = " " , fg = " #e8274b" },
421427 { name = " nuxt.config.cjs" , text = " " , fg = " #00c58e" },
422428 { name = " nuxt.config.js" , text = " " , fg = " #00c58e" },
@@ -426,11 +432,21 @@ files = [
426432 { name = " package.json" , text = " " , fg = " #e8274b" },
427433 { name = " PKGBUILD" , text = " " , fg = " #0f94d2" },
428434 { name = " platformio.ini" , text = " " , fg = " #f6822b" },
435+ { name = " playwright.config.cjs" , text = " " , fg = " #2fad33" },
436+ { name = " playwright.config.cts" , text = " " , fg = " #2fad33" },
437+ { name = " playwright.config.js" , text = " " , fg = " #2fad33" },
438+ { name = " playwright.config.mjs" , text = " " , fg = " #2fad33" },
439+ { name = " playwright.config.mts" , text = " " , fg = " #2fad33" },
440+ { name = " playwright.config.ts" , text = " " , fg = " #2fad33" },
441+ { name = " pnpm-lock.yaml" , text = " " , fg = " #f9ad02" },
442+ { name = " pnpm-workspace.yaml" , text = " " , fg = " #f9ad02" },
429443 { name = " pom.xml" , text = " " , fg = " #7a0d21" },
430444 { name = " prettier.config.cjs" , text = " " , fg = " #4285f4" },
431445 { name = " prettier.config.js" , text = " " , fg = " #4285f4" },
432446 { name = " prettier.config.mjs" , text = " " , fg = " #4285f4" },
433447 { name = " prettier.config.ts" , text = " " , fg = " #4285f4" },
448+ { name = " prisma.config.mts" , text = " " , fg = " #5a67d8" },
449+ { name = " prisma.config.ts" , text = " " , fg = " #5a67d8" },
434450 { name = " procfile" , text = " " , fg = " #a074c4" },
435451 { name = " PrusaSlicer.ini" , text = " " , fg = " #ec6b23" },
436452 { name = " PrusaSlicerGcodeViewer.ini" , text = " " , fg = " #ec6b23" },
@@ -456,12 +472,25 @@ files = [
456472 { name = " unlicense" , text = " " , fg = " #d0bf41" },
457473 { name = " vagrantfile" , text = " " , fg = " #1563ff" },
458474 { name = " vercel.json" , text = " " , fg = " #ffffff" },
475+ { name = " vite.config.cjs" , text = " " , fg = " #ffa800" },
476+ { name = " vite.config.cts" , text = " " , fg = " #ffa800" },
477+ { name = " vite.config.js" , text = " " , fg = " #ffa800" },
478+ { name = " vite.config.mjs" , text = " " , fg = " #ffa800" },
479+ { name = " vite.config.mts" , text = " " , fg = " #ffa800" },
480+ { name = " vite.config.ts" , text = " " , fg = " #ffa800" },
481+ { name = " vitest.config.cjs" , text = " " , fg = " #739b1b" },
482+ { name = " vitest.config.cts" , text = " " , fg = " #739b1b" },
483+ { name = " vitest.config.js" , text = " " , fg = " #739b1b" },
484+ { name = " vitest.config.mjs" , text = " " , fg = " #739b1b" },
485+ { name = " vitest.config.mts" , text = " " , fg = " #739b1b" },
486+ { name = " vitest.config.ts" , text = " " , fg = " #739b1b" },
459487 { name = " vlcrc" , text = " " , fg = " #ee7a00" },
460488 { name = " webpack" , text = " " , fg = " #519aba" },
461489 { name = " weston.ini" , text = " " , fg = " #ffbb01" },
462490 { name = " workspace" , text = " " , fg = " #89e051" },
463491 { name = " wrangler.jsonc" , text = " " , fg = " #f48120" },
464492 { name = " wrangler.toml" , text = " " , fg = " #f48120" },
493+ { name = " xdph.conf" , text = " " , fg = " #00aaae" },
465494 { name = " xmobarrc" , text = " " , fg = " #fd4d5d" },
466495 { name = " xmobarrc.hs" , text = " " , fg = " #fd4d5d" },
467496 { name = " xmonad.hs" , text = " " , fg = " #fd4d5d" },
@@ -494,7 +523,7 @@ exts = [
494523 { name = " awk" , text = " " , fg = " #4d5a5e" },
495524 { name = " azcli" , text = " " , fg = " #0078d4" },
496525 { name = " bak" , text = " " , fg = " #6d8086" },
497- { name = " bash" , text = " " , fg = " #89e051" },
526+ { name = " bash" , text = " " , fg = " #89e051" },
498527 { name = " bat" , text = " " , fg = " #c1f12e" },
499528 { name = " bazel" , text = " " , fg = " #89e051" },
500529 { name = " bib" , text = " " , fg = " #cbcb41" },
@@ -518,7 +547,9 @@ exts = [
518547 { name = " cbl" , text = " " , fg = " #005ca5" },
519548 { name = " cc" , text = " " , fg = " #f34b7d" },
520549 { name = " ccm" , text = " " , fg = " #f34b7d" },
550+ { name = " cfc" , text = " " , fg = " #01a4ba" },
521551 { name = " cfg" , text = " " , fg = " #6d8086" },
552+ { name = " cfm" , text = " " , fg = " #01a4ba" },
522553 { name = " cjs" , text = " " , fg = " #cbcb41" },
523554 { name = " clj" , text = " " , fg = " #8dc149" },
524555 { name = " cljc" , text = " " , fg = " #8dc149" },
@@ -613,17 +644,20 @@ exts = [
613644 { name = " fodp" , text = " " , fg = " #fe9c45" },
614645 { name = " fods" , text = " " , fg = " #78fc4e" },
615646 { name = " fodt" , text = " " , fg = " #2dcbfd" },
647+ { name = " frag" , text = " " , fg = " #5586a6" },
616648 { name = " fs" , text = " " , fg = " #519aba" },
617649 { name = " fsi" , text = " " , fg = " #519aba" },
618650 { name = " fsscript" , text = " " , fg = " #519aba" },
619651 { name = " fsx" , text = " " , fg = " #519aba" },
620652 { name = " gcode" , text = " " , fg = " #1471ad" },
621653 { name = " gd" , text = " " , fg = " #6d8086" },
622654 { name = " gemspec" , text = " " , fg = " #701516" },
655+ { name = " geom" , text = " " , fg = " #5586a6" },
623656 { name = " gif" , text = " " , fg = " #a074c4" },
624657 { name = " git" , text = " " , fg = " #f14c28" },
625658 { name = " glb" , text = " " , fg = " #ffb13b" },
626659 { name = " gleam" , text = " " , fg = " #ffaff3" },
660+ { name = " glsl" , text = " " , fg = " #5586a6" },
627661 { name = " gnumakefile" , text = " " , fg = " #6d8086" },
628662 { name = " go" , text = " " , fg = " #00add8" },
629663 { name = " godot" , text = " " , fg = " #6d8086" },
@@ -668,6 +702,7 @@ exts = [
668702 { name = " ipynb" , text = " " , fg = " #f57d01" },
669703 { name = " iso" , text = " " , fg = " #d0bec8" },
670704 { name = " ixx" , text = " " , fg = " #519aba" },
705+ { name = " jar" , text = " " , fg = " #ffaf67" },
671706 { name = " java" , text = " " , fg = " #cc3e44" },
672707 { name = " jl" , text = " " , fg = " #a270ba" },
673708 { name = " jpeg" , text = " " , fg = " #a074c4" },
@@ -802,10 +837,11 @@ exts = [
802837 { name = " qrc" , text = " " , fg = " #40cd52" },
803838 { name = " qss" , text = " " , fg = " #40cd52" },
804839 { name = " query" , text = " " , fg = " #90a850" },
805- { name = " r" , text = " " , fg = " #2266ba" },
806840 { name = " R" , text = " " , fg = " #2266ba" },
841+ { name = " r" , text = " " , fg = " #2266ba" },
807842 { name = " rake" , text = " " , fg = " #701516" },
808843 { name = " rar" , text = " " , fg = " #eca517" },
844+ { name = " rasi" , text = " " , fg = " #cbcb41" },
809845 { name = " razor" , text = " " , fg = " #512bd4" },
810846 { name = " rb" , text = " " , fg = " #701516" },
811847 { name = " res" , text = " " , fg = " #cc3e44" },
@@ -904,6 +940,7 @@ exts = [
904940 { name = " ui" , text = " " , fg = " #015bf0" },
905941 { name = " v" , text = " " , fg = " #019833" },
906942 { name = " vala" , text = " " , fg = " #7b3db9" },
943+ { name = " vert" , text = " " , fg = " #5586a6" },
907944 { name = " vh" , text = " " , fg = " #019833" },
908945 { name = " vhd" , text = " " , fg = " #019833" },
909946 { name = " vhdl" , text = " " , fg = " #019833" },
@@ -919,6 +956,7 @@ exts = [
919956 { name = " webp" , text = " " , fg = " #a074c4" },
920957 { name = " webpack" , text = " " , fg = " #519aba" },
921958 { name = " wma" , text = " " , fg = " #00afff" },
959+ { name = " wmv" , text = " " , fg = " #fd971f" },
922960 { name = " woff" , text = " " , fg = " #ececec" },
923961 { name = " woff2" , text = " " , fg = " #ececec" },
924962 { name = " wrl" , text = " " , fg = " #888888" },
@@ -935,6 +973,7 @@ exts = [
935973 { name = " xm" , text = " " , fg = " #519aba" },
936974 { name = " xml" , text = " " , fg = " #e37933" },
937975 { name = " xpi" , text = " " , fg = " #ff1b01" },
976+ { name = " xslt" , text = " " , fg = " #33a9dc" },
938977 { name = " xul" , text = " " , fg = " #e37933" },
939978 { name = " xz" , text = " " , fg = " #eca517" },
940979 { name = " yaml" , text = " " , fg = " #6d8086" },
@@ -957,7 +996,7 @@ conds = [
957996 { if = " dummy" , text = " " },
958997
959998 # Fallback
960- { if = " dir" , text = " " },
999+ { if = " dir" , text = " " , fg = " blue " },
9611000 { if = " exec" , text = " " },
9621001 { if = " !dir" , text = " " },
9631002]
0 commit comments