Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change error colors for Komodo IDE color scheme

Tags:

colors

komodo

I'm customizing color scheme, and almost everything working right. Except command output tab is showing errors in red italic font, color settings for which I cannot find anywhere! In font&color settings there are "fonts", "colors", "common syntax", "lang-specific" and "indicators" tabs, with drop-down selectors. There is not one option that has red italic color assigned!! Default font is white on blue. Where could I find color settings for command output errors?

like image 846
Sly Avatar asked Jun 02 '12 20:06

Sly


1 Answers

Well, nobody is answering, and I found a hack that helps. It seems, that there's really no gui menu option for error text color in command output, but there is setting in .ksf file for it. I changed manually line that says

'Errors': {'Error lines': {'fore': 65535, 'hotspot': 1, 'italic': 0}},

where 'fore' is the foreground color, 'italic' is italic font, to what I wanted, and it worked. I suppose, 'hotspot' means it's clickable, but I don't sure/don't care now.

like image 60
Sly Avatar answered Nov 04 '22 15:11

Sly