k icon indicating copy to clipboard operation
k copied to clipboard

Allow custom colors with env variables

Open eljulians opened this issue 7 years ago • 1 comments
trafficstars

As proposed in issue #85, I modified k to allow color customization with env variables.

Please feel free to suggest any change or to make them yourself. :)

eljulians avatar May 30 '18 11:05 eljulians

Hey, thanks for this. What operating system are you on? If you are using Mac then you can control the colours using $LSCOLORS ala https://unix.stackexchange.com/questions/2897/clicolor-and-ls-colors-in-bash#2904

If you are on linux you could use $LS_COLORS although as I am not on linux I have not implemented this yet.

supercrabtree avatar May 31 '18 04:05 supercrabtree