supercrabtree / k

k is the new l, yo
1.78k stars 123 forks source link

Ability to set file-size/date colors and limits through environment variables #92

Closed glsorre closed 3 years ago

glsorre commented 5 years ago

Use the K_SIZELIMITS_TO_COLOR and K_FILEAGES_TO_COLOR env variables

#solarized theme
export K_SIZELIMITS_TO_COLOR=(
      10240  64
    102400  136
    262144  166
    524288  160
)

export K_FILEAGES_TO_COLOR=(
    3600 244
    86400 245
    15724800 241
    31449600 240
)