CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2009
    Posts
    9

    How to get good color scheme in eclipse?

    I'm using eclipse and I want a black background with neon text. How do I get it

  2. #2
    Join Date
    Oct 2009
    Posts
    9

    Re: How to get good color scheme in eclipse?

    Is there a way to do this? I want to change the colors of all the windows not just the code window

  3. #3
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: How to get good color scheme in eclipse?

    You might have more luck getting an answer if you ask on a dedicated eclipse forum .

  4. #4
    Join Date
    Jul 2005
    Location
    Currently in Mexico City
    Posts
    568

    Re: How to get good color scheme in eclipse?

    There are Eclipse text editor plugins that override the default editors and allow to change almost anything related to code highlighting and env coloring. Alternatively, alter default editor configs manually, wich is much, much more complicated task compared to Netbeans for ex.
    Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?

    I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)

    //always looking for job opportunities in AU/NZ/US/CA/Europe :P
    willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));

    USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!

  5. #5
    Join Date
    Apr 2007
    Posts
    425

    Re: How to get good color scheme in eclipse?

    http://eos.sourceforge.net/

    Eclipse on Swing. Not sure what release tag they update against, but it might work for you. Personally, I prefer stability and an updated version over visual look and feel, but have fun with it! Looks like you can customize everything.
    ------
    If you are satisfied with the responses, add to the user's rep!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured