Eclipse Juno: How to Change the Background of Code Folding Areas

enter image description here

I am currently using Eclipse Juno (latest version is August 30, 2012). I switched to a dark theme using the Eclipse Color Theme plugin.

I changed some background colors to fit this dark theme. However, I can never find the opportunity to change the back surface of the code folding areas (a space between line numbers and code).

Please help me change this background color!

+5
source share
2 answers

I managed to solve this problem using Eclipse-Juno on Ubuntu with the Dark Juno theme installed as follows:

  • - > , .
  • . C/++
  • , " " .
  • "" "".

enter image description here

, ( Eclipse ). .

( ), CTRL + NUMPAD_DIVIDE.

enter image description here

+8

, :

org.eclipse.ui.editors.prefs

:

printMarginColor=101,101,101 

RGB. , . Eclipse .

Linux, org.eclipse.ui.editors.prefs :

~/[your workspace folder]/.metadata/.plugins/org.eclipse.core.runtime/.settings
-1

All Articles