Netbean Fonts & Colors Profile – Oblivion Revival

Posted: June 7th, 2010 | Author: | Filed under: Linux | 32 Comments »

*update 2011-02-10
A IntelliJ/PhpStorm port of this is released here

*update 2010-08-27
Updated the color per Conrad’s request

Made this based on the Oblivion color scheme on gEdit, it colors PHP/CSS/Javascript/HTML/etc in Netbeans, should work in all Netbean 6 versions.

PHP

HTML

JavaScript

CSS

Download: oblivion_revival
Use the Import function in options to import this color scheme.
Tested under Netbeans 6.9. Remember to choose font & color in your options to enable this.


32 Comments on “Netbean Fonts & Colors Profile – Oblivion Revival”

  1. 1 Bottomless said at 09:25 on June 11th, 2010:

    coder.kidsreturn.org – da mejor. Guardar va!
    Gracias

    Bottomless

  2. 2 benjo coder said at 14:32 on June 18th, 2010:

    great, thanks for this.

  3. 3 Conrad said at 18:34 on June 25th, 2010:

    I really really like this theme! Thank you!
    I can’t figure out how I can customize the highlighting of class & id values to look like the other attribute values magenta too?
    Do you have a hint?
    Cheers

  4. 4 Vincent Lu said at 18:43 on June 25th, 2010:

    @conrad

    I’m glad that you like it. Unfortunately I haven’t been play around the theme config for a while so I can’t give you an immediate answer, but I will look into it.

    Just to clarify, when you talk about class & id you do you refer to stylesheet coloring right?

  5. 5 Conrad said at 18:58 on June 25th, 2010:

    Thanks Vincent, the only thing that always fetches my attention is the different color & background *inside* the values of id and class attributes. the css color itself is really nice :)

    href and onclick (and any other attribute value I) is magenta and fits very nice inside the code, only class and id values have a dark purple background and yellow fonts – I just can’t figure out where to set those colors.. (I recognized a special highlighting of those values in other themes too). for me, these two attributes don’t need extra highlighting..

  6. 6 Vincent Lu said at 20:07 on June 25th, 2010:

    I will look into it, should let you know tomorrow if I can (or cannot) figure it out.

  7. 7 Conrad said at 22:29 on June 25th, 2010:

    Thanks a lot

  8. 8 Vincent Lu said at 01:48 on June 26th, 2010:

    Ok here is what you can do to change it:

    Fonts & Colors tab -> Profile: Oblivion Revival -> Syntax tab -> Language: Cascading Style Sheet -> Category: Selector -> (righthand) Foreground: Custom Red: 255 Green: 111 Blue: 242 -> Background: Custom Red: 46 Green: 52 Blue: 54

    The change will also impact your stylesheet coloring making all css selectors to be colored in magenta-ish color (255/111/242) which is the same color to css value (e.g. background-image: url value will be color the same).

    The root of this coloring problem is that Oblivion Revival theme tries to make everything that is a “value” in magenta-ish color: stylesheet class/id in a html file is a value, but in the actual css file they are really only a selector. Netbeans doesn’t offer a method to distinguish this. So the choice is either treat them in both html and css as value, or treat them as something different (which is what Oblivion Revival theme does).

  9. 9 Valentin Sushkov said at 18:16 on August 27th, 2010:

    Big thanks.
    P.S. With love from Russia.

  10. 10 Vincent Lu said at 22:15 on August 27th, 2010:

    From Russia with love huh? You we welcome.

  11. 11 Michael said at 07:13 on September 15th, 2010:

    Thanks!
    Great theme!

  12. 12 aleksio said at 05:13 on September 17th, 2010:

    What font do you use?

  13. 13 Vincent Lu said at 09:20 on September 17th, 2010:

    The one you see in the screenshot is consolas which should come with Windows Vista and 7. The font rendering is a bit different on different OS too: it looks smoothier on Windows Vista and 7 compared to Linux.

    I also recommend trying Droid Sans (Mono) font which is free from Android Project.

  14. 14 tusam said at 02:02 on October 26th, 2010:

    Thx for the colors.
    One issue; in java Mark Occurences background is light-yellow which makes it impossible to see what you’re working with, I have it as 70,70,35

  15. 15 Vincent Lu said at 21:05 on October 26th, 2010:

    @tusam

    Yes in Netbeans each language requires its own color scheme (e.g. java php ruby python etc) and my scheme at this point as provide color profile for PHP/CSS/Javascript/HTML.

    If you have come up your own color profile for Java (in the same color scheme to this color profile) please upload it somewhere and I will merge them together.

  16. 16 phw said at 18:51 on November 3rd, 2010:

    Thanks for this nice theme !

    I can not figure how you changed the whole background color for Javascript in php file but I would like to do the same for HTML/CSS (having a background color for each language in php file). Could you tell me how to do that ?

  17. 17 Vincent Lu said at 20:05 on November 3rd, 2010:

    @phw
    In syntax tab select HTML language, and there is an item called “Css Embedded in HTML” and “Javascript Embedded in HTML”.

    Don’t think you can color the background for the HTML itself in PHP though.

  18. 18 phw said at 20:44 on November 3rd, 2010:

    @vincent
    Thank you for your answer.
    You succeed to color javascript background in php file but not html background in php ? Is it a kind of lack in the configuration module ? (maybe we could color php background in php file :-) ?)

  19. 19 Vincent Lu said at 21:07 on November 3rd, 2010:

    @phw

    yes netbeans doesn’t seem to provide the option to color html background in php.

  20. 20 Muzi said at 03:16 on January 12th, 2011:

    Too nice. thank you!

  21. 21 Audy said at 05:28 on January 17th, 2011:

    Nice theme theme.

    Thank you so much.

  22. 22 Darren123web said at 16:31 on January 31st, 2011:

    Love it. Just switched from the default Netbeans colour profile and Tweeted ;-)

    Many Thanks,
    Darren.

  23. 23 chaos'1 said at 16:40 on February 2nd, 2011:

    Tweeted this out, thanks man. Was digging for a decent dark scheme. Appreciate it!

  24. 24 Tweets that mention A Coder’s Life » Blog Archive » Netbean Fonts & Colors Profile – Oblivion Revival -- Topsy.com said at 17:46 on February 2nd, 2011:

    [...] This post was mentioned on Twitter by Eddi Hughes, Darren Roberts. Darren Roberts said: Love the Oblivion Revival colour scheme for Netbeans IDE – http://coder.kidsreturn.org/2010/06/netbean-fonts-colors-profile-oblivion-revival [...]

  25. 25 A Coder’s Life » Blog Archive » Oblivion Revival Color Scheme for IntelliJ IDEA and other JetBrains IDEs said at 11:01 on February 10th, 2011:

    [...] is the the color scheme based on Oblivion Revival I made for Netbeans. Because Netbeans is seriously pissing me off so I ported this to JetBrains [...]

  26. 26 Tiendq said at 19:34 on February 11th, 2011:

    Very nice, I always use dark color profiles for IDEs.

    Many thanks,

  27. 27 ZMWilliams said at 09:07 on March 1st, 2011:

    Thankee! Looks great so far.

  28. 28 djschwartz said at 11:26 on May 20th, 2011:

    I like it and seems to work with NetBeans 7.0!

    Thanks!

  29. 29 4 Adet Netbeans Teması | Batuhan Büyükgüzel said at 01:47 on May 23rd, 2011:

    [...] kodlarında nasıl gözüktüklerini göstereceğim.Lütfen yazının sonuna kadar gezininiz Oblivion Revival [...]

  30. 30 alhoseany said at 12:19 on November 1st, 2011:

    thank you so much for this great theme.
    i just changed the yellow color to be less bright. used this one [213,216,0]

    i would like to use this theme on aptana 3. can you convert it to textmate theme plz. thanks.

  31. 31 Vincent said at 13:03 on November 1st, 2011:

    @alhoseany
    I don’t use Aptana, feel free to build one based on the colors yourself.

    You can find the colors profile here:
    http://coder.kidsreturn.org/2010/12/oblivion-scheme/

    Or try JetBrains products, which by far is the most superior IDEs I’ve used.

  32. 32 Joenas said at 15:45 on December 14th, 2011:

    This is my favorite theme. And so far the greatest!

    Thanks for taking your time in creating this.


Leave a Reply