Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse color setting for whitespace characters

Tags:

eclipse

What color setting does Eclipse use for whitespace characters? Examples in the screenshot below are the little » glyphs representing tabs, and the pilcrow ¶ for paragraphs.

enter image description here

like image 577
QED Avatar asked Aug 30 '13 21:08

QED


1 Answers

Basically, it is Foreground color + Transparency, there are no specific settings for whitespace characters.

  • Transparency is configurable in

    Preferences > General > Editors > Text Editors: click 'configure visibility' link > Transparency level

  • Foreground color is configurable in

    • For Text Editor:

      Preferences > General > Editors > Text Editors: Appearance color options

    • For Java Editor:

      Preferences > Java > Editor > Syntax Coloring: Element > Java > Others

Other editors may have their own settings.

like image 183
atlanto Avatar answered Oct 13 '22 11:10

atlanto