https://github.com/jeffthompson/darkprocessingtheme
A dark theme for the Processing IDE - a little easier on the eyes!
https://github.com/jeffthompson/darkprocessingtheme
Last synced: 4 months ago
JSON representation
A dark theme for the Processing IDE - a little easier on the eyes!
- Host: GitHub
- URL: https://github.com/jeffthompson/darkprocessingtheme
- Owner: jeffThompson
- Created: 2013-01-16T02:54:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T07:55:36.000Z (almost 12 years ago)
- Last Synced: 2025-08-09T05:32:27.583Z (10 months ago)
- Homepage:
- Size: 219 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Dark Processing Theme (for 1.5x)
===================
A dark theme for the Processing IDE (a little easier on the eyes!) for Processing 1.5x - for a Processing 2.0 theme, see [this repository](https://github.com/jeffThompson/DarkProcessingTheme_2.0).
\- \- \-
####INSTALLATION
1. **PREFERENCES.TXT**
Replace your `preferences.txt` with mine - note the only main change is setting `editor.antialias` to true, which makes your fonts look WAY better! Note that this can also be accomplished using the Preferences menu in the IDE.
2. **THEME FOLDER**
Look in `~/Applications/Processing.app/Contents/Resources/Java/Modes` and in the folder of the Mode you want to change (ie: Java, JavaScript, Android, etc). Replace the `theme` folder inside (making a copy of the original in case you hate my changes!)
This folder contains a 'themes.txt' file with the bulk of the changes (mostly colors)
Buttons and tabs are stored as image files, which have been modified to fit the color scheme
3. **SCREENSHOT**
Self-explanatory :)
####PSD 'BUTTONS' FILE
The `theme` folder also includes a Photoshop (.psd) file for the buttons which includes a saved selection for easier changing of the background. This can be accessed through the 'Channels' panel.
\- \- \-
\[ all code available under [Creative Commons BY-NC-SA license](http://creativecommons.org/licenses/by-nc-sa/3.0/) - feel free to use but [please let me know](http://www.jeffreythompson.org) \]