In Linux bash terminal we can enable color.
Is it possible to achieve the same for ConEmu?
In Linux bash terminal we can enable color.
Is it possible to achieve the same for ConEmu?
Seems to me, your question is incorrect. You need to enable color in your console application, but not in ConEmu, because it is terminal, but not a shell. Refer to your shell/application manuals. For example, ls has special switch.

There are also ANSI sequences, ConEmu supports them - you must enable two options (ATM they are on the Features page of Settings dialog)

Of course, your application must be able to output ANSI codes to console. If they not - ConEmu can't do anything with them, because it is terminal, but not a shell.
Have you looked in the Options dialog.

I am looking for something like for example, dir are in different color if I press ls command
– Vivek Kumar Mar 06 '13 at 16:07