A dark theme for the Processing IDE (a little easier on the eyes!) for Processing 2.0 - for a Processing 1.5 theme, see this repository. Should also work for most of Processing 3.0, as features are added to the new IDE.
A few changes in how themes are handled in 2.0:
- The default theme is located in the main Processing app (on the Mac it's in
~/Applications/Processing.app/Contents/Resources/Java/lib/theme.txt
- a separatetheme.txt
file for each mode will selectively override items from this default (this is done here in the IDE source).
(Windows users, look in \processing-2.2.1\modes\java\theme
and do the same.)
2. In 1.5x Processing used image files for tabs, etc. As of 2.0 this is handled dynamically, so we just do this in the theme/preferences file.
3. The Android mode has an icons
folder, where you can change the default app icon (very nice!).
- - -
####INSTALLATION
- PREFERENCES.TXT
Replace your
preferences.txt
with mine. A lot of color preferences have been moved from thetheme.txt
file to this one, which is nice. - THEME FOLDER
Look in
~/Applications/Processing.app/Contents/lib
. This is a change from previous versions, which allows you to change everything for all installed modes. Windows users, look in\processing-2.2.1\modes\java\theme
and do the same. Replace thetheme.txt
file inside (making a copy of the original in case you hate my changes!). This file contains the bulk of the changes (mostly colors). - SCREENSHOT Self-explanatory :)
- - -
[ all code available under Creative Commons BY-NC-SA license - feel free to use but please let me know ]