color in the compiler

gremonesi

Member²
When compiling an object, if there is an error, the color of the line where there is the error is yellow, very difficult to read the source, where is the light blue color that it had before
 
To fix this, you can do the following:

  1. Download this light.zip file.
  2. Exit PL/SQL Developer.
  3. Go to %APPDATA%\PLSQL Developer 15\Preferences\Themes
    (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 15\Preferences\Themes)
  4. Unzip the downloaded light.ini file to replace the existing file.
  5. Restart PL/SQL Developer.
 
Back
Top