HOME | DD

kjeksomanen β€” Netbeans Dark Theme and Style

Published: 2011-02-26 23:50:49 +0000 UTC; Views: 25101; Favourites: 6; Downloads: 2103
Redirect to original
Description UPDATE:
This Deviant entry is pretty old, and the original source on mediabits.dk seems to have been changed. Reupload: sta.sh/028bmdm9t8or

-------------------

Antialiasing:
Add this to your netbeans.conf in the etc-folder inside your Netbeans-folder:

"netbeans_default_options=" -J-Dorg.netbeans.modules.tomcat.autoregister.token=1244593975203 -J-Dorg.netbeans.modules.tomcat.autoregister.catalinaHome= "Crogram FilesApache Software FoundationApache Tomcat 6.0.18" -J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=on"

As you can see, has nothing to do with the default Windows' text renderer


Netbeans theme:
www.mediabits.dk/php/netbeans-…

After downloading the files over there, you'll just set your shortcut's target like so:

"Crogram FilesNetBeans 6.9.1binnetbeans.exe" -J-Dnimrodlf.themeFile=DarkGrey.theme -cp:p "Crogram FilesNetBeans 6.9.1nimrodlf.jar" --laf com.nilo.plaf.nimrod.NimRODLookAndFeel

(The " are crucial).


Netbeans highlighting-theme:
kirbysayshi.github.com/else/20…

Note: There is something wrong with the package, so you can't use the 'import' feature in Netbeans, you have to manually put the files in:

C:UsersAdmin.netbeans6.9config


Windows theme used:
kjeksomanen.deviantart.com/art…

.
Related content
Comments: 24

Nomad1366 [2013-06-25 19:57:06 +0000 UTC]

It works on my Linux Mint 15 x64

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to Nomad1366 [2013-06-26 15:56:47 +0000 UTC]

Version of Netbeans is more relevant than the distro/operating system you're using.

πŸ‘: 0 ⏩: 0

Kenshex [2013-06-17 12:49:45 +0000 UTC]

is this still working with the latest netbeans version? (atm 7.3.1)

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to Kenshex [2013-06-18 06:35:57 +0000 UTC]

Sorry, I don't know. I don't use this myself anymore and haven't for ages.

πŸ‘: 0 ⏩: 0

effectjam [2013-05-03 01:54:08 +0000 UTC]

how to use this? can't find any link to download.[link]

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to effectjam [2013-05-03 17:47:35 +0000 UTC]

The original source for the theme/style seems to have been changed. I uploaded the needed files to my own server that could be found here: [link]

I tried uploading the files to this deviant entry, but sta.sh wouldn't work.
Keep in mind I haven't used this for ages, and don't know if it's compatible with the never versions of Netbeans.

πŸ‘: 0 ⏩: 0

lcmarco [2012-10-07 22:30:07 +0000 UTC]

what's the font of netbeans? thankz

Great Job!

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to lcmarco [2012-10-07 23:33:51 +0000 UTC]

Thanks and sorry, but I don't have the same setup anymore and I can't really remember. It might aswell be the default font, however I did use another text renderer as mentioned under the "antialiasing"-part. My current favorite font is DejaVu Sans Mono

πŸ‘: 0 ⏩: 2

theswisz In reply to kjeksomanen [2013-03-05 13:13:54 +0000 UTC]

What setup do you use now?
Almost a year later

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to theswisz [2013-03-05 17:37:22 +0000 UTC]

I've used Vim for some time: [link] (
An updated version of my vim config is always available on Github: [link]

πŸ‘: 0 ⏩: 0

lcmarco In reply to kjeksomanen [2012-10-08 00:49:26 +0000 UTC]

Thanks you! , my favorite font is Consolas in size 12.

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to lcmarco [2012-10-08 01:25:32 +0000 UTC]

I can't stand too curvy fonts like Consolas, I like it more defined. DejaVu Sans Mono is a nice fond in between blocky fonts like Terminus and the curvy Consolas.

πŸ‘: 0 ⏩: 0

CoffeeStudies [2012-09-28 13:10:28 +0000 UTC]

Thank you very much! β™₯

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to CoffeeStudies [2012-09-30 14:57:59 +0000 UTC]

Glad to help!

πŸ‘: 0 ⏩: 0

ruffox [2011-11-09 15:03:31 +0000 UTC]

what about Linux (ubuntu) ?

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to ruffox [2011-11-09 16:57:54 +0000 UTC]

I haven't tested properly, but because Netbeans runs on Java (and so does Nimrod) it shouldn't much impossible to add run on Linux. Which distro you run doesn't matter.

πŸ‘: 0 ⏩: 1

ruffox In reply to kjeksomanen [2011-11-10 14:17:36 +0000 UTC]

I know that. Well, I'm not a hardcore linux user, so I'm figuring how to add the .jar file to netbeans' via console (I think is the best and only way)

πŸ‘: 0 ⏩: 2

kjeksomanen In reply to ruffox [2012-02-19 00:06:39 +0000 UTC]

Hi, if you're still interested I just got it to work (just started programming a bit again on my linux-desktop). I'm running Arch, but it shouldn't be any different for Ubuntu or whatever other distro you or any other who's reading this may be running.

It's actually quite simple, just read my small guide thoroughl. The change is permanent since it's a config-file and not a cheezy editing of your shortcut-file which you would do in Windows.

Just open /usr/share/netbeans/etc/netbeans.conf and go to the "netbeans_default_options"-part and append the same that you would with a shortcut in windows except you need to a couple of small changes. You don't need a "" for the path, but you do need a path to the files, so for me it's:

netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XXermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true -J-Dnimrodlf.themeFile=/home/tim/Customization/programs/netbeans/nimrod-dark-theme-for-netbeans/DarkGrey.theme -cp /home/tim/Customization/programs/netbeans/nimrod-dark-theme-for-netbeans/nimrodlf.jar --laf com.nilo.plaf.nimrod.NimRODLookAndFeel"

As you can see, I've put my files in ~/Customization/programs/netbeans/nimrod-dark-theme-for-netbeans/.

It should look more or less exactly like it would in Windows. Here's mine (KDE): [link]

This is actually the only change needed, but if you want to it could also be smart to use this trick to fix font rendering if you're having a problem with that: [link]

πŸ‘: 0 ⏩: 2

kjeksomanen In reply to kjeksomanen [2012-03-11 23:58:27 +0000 UTC]

Be warned that when updating Netbeans it overwrites the netbeans.conf

πŸ‘: 0 ⏩: 0

kjeksomanen In reply to kjeksomanen [2012-02-19 00:30:20 +0000 UTC]

tl;dr? [link]

Append the same stuff to your /usr/share/netbeans/etc/netbeans.conf that you would to a shortcut. Remember to type the absolute path for both files like I have.

πŸ‘: 0 ⏩: 0

kjeksomanen In reply to ruffox [2011-11-10 21:37:09 +0000 UTC]

Did you get it to work? If so, please tell, if not, please tell if you get fix it!
I'm a bit to lazy to test at the moment

πŸ‘: 0 ⏩: 0

storl [2011-03-24 22:24:49 +0000 UTC]

NIIIIIIIIIIIIIIIIIIIIICEEEEEEEEEEE! I didnt know you could change the NetBeans look. I wonder if you could do the same thing for Visual Studio...

πŸ‘: 0 ⏩: 1

kjeksomanen In reply to storl [2011-03-25 10:44:59 +0000 UTC]

Thanks

Netbeans doesn't make it very easy, but it's possible as you can see

I haven't used Visual Studio before, only Netbeans, Eclipse and Notepad++. I guess you just have to Google.

πŸ‘: 0 ⏩: 1

storl In reply to kjeksomanen [2011-03-25 12:06:25 +0000 UTC]

Yea...Ok....

πŸ‘: 0 ⏩: 0