How do I remove the icons on the tab bar, and maybe even "close" only visible on active tab?

How do I hide the icons on the tab bar ? I would also like to only show the close button only on the active file tab.

Thanks for any pointers!

Komodo’s UI mostly uses DOM (HTML) and CSS. You can customize the UI by changing the CSS styling of the wanted UI element.

Using tools like Stylish, and Dom Inspector can make it easier to find and customize the individual Komodo UI elements. Here’s some links for more information:
http://komodoide.com/customize/
http://community.activestate.com/faq/customizing-the-komodo-ui

Thanks nathan and todd, i got it sorted.

Useful links from nathan to customize the skin:


https://github.com/Komodo/KomodoEdit/blob/trunk/src/chrome/komodo/skin/plat/shared/tabs.less#L56