Skip to content

IDE Background and print color options needed #1878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
martib opened this issue Feb 19, 2014 · 11 comments
Closed

IDE Background and print color options needed #1878

martib opened this issue Feb 19, 2014 · 11 comments
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)
Milestone

Comments

@martib
Copy link

martib commented Feb 19, 2014

I have failing eyesight and when loading my code I can read White on Black Background OK, but have no idea what is written on error/debug screen in Red on Black Background.
Can I change some code to add an option, and how do I do it?
Thanks

@ffissore
Copy link
Contributor

It's not exactly easy to change, but you can still change them
Locate file IDE_FOLDER/lib/theme/theme.txt, lines from 21 to 23. By default they are

console.color = #000000
console.output.color = #eeeeee
console.error.color = #E34C00

Change to something like

console.color = #FFFFFF
console.output.color = #000000
console.error.color = #FF0000

Just in case you don't know, those sequences are hexadecimal RGB colors http://www.javascripter.net/faq/rgbtohex.htm

@martib
Copy link
Author

martib commented Feb 24, 2014

I've had no luck locating said file "IDE_FOLDER/lib/theme/theme.txt". Can You direct me to where it might be found?
Thanks, martib

@martib martib closed this as completed Feb 24, 2014
@ffissore
Copy link
Contributor

If you are using windows, IDE should be installed in C:\Program Files (x86)\Arduino. theme.txt is in folder C:\Program Files (x86)\Arduino\lib\theme. Use a smart text editor like http://notepad-plus-plus.org/ as microsoft notepad won't suffice

@martib
Copy link
Author

martib commented Feb 24, 2014

OK Federico I found it and changed the BG color. I told you my eyes are
poor!
Thanks for your help and patience.
martib

On Mon, Feb 24, 2014 at 4:17 AM, Federico Fissore
[email protected]:

If you are using windows, IDE should be installed in C:\Program Files
(x86)\Arduino. theme.txt is in folder C:\Program Files
(x86)\Arduino\lib\theme. Use a smart text editor like
http://notepad-plus-plus.org/ as microsoft notepad won't suffice

Reply to this email directly or view it on GitHubhttps://github.com//issues/1878#issuecomment-35868801
.

@ffissore
Copy link
Contributor

Thank you. I'll reopen this issue to remind us that we should make this configuration easier to find and change.

@ffissore ffissore reopened this Feb 25, 2014
@ffissore ffissore removed the 1.5 label Feb 25, 2014
@martib
Copy link
Author

martib commented Feb 25, 2014

Good idea, appreciate you letting me know.
martib

On Tue, Feb 25, 2014 at 6:23 AM, Federico Fissore
[email protected]:

Reopened #1878 #1878.

Reply to this email directly or view it on GitHubhttps://github.com//issues/1878
.

@nxg
Copy link

nxg commented Apr 10, 2015

+1 to making this a lot easier to find – I can't find any documentation on this other than this issue.

  1. Note that the theme.txt is not alongside the preferences.txt file, which is where I first looked for it, but alongside/beneath the Arduino jar files (thus on OS X, for example, in .../Arduino-1.6.3.app/Contents/Java/lib/theme/theme.txt). It might be useful to make these theme files specifiable in the same location as the preferences file.
  2. Dark orange on black is (if I may be blunt) a terrible default colour scheme for error messages. Nothing wrong with selecting it if that's what you like, but please not as a default.

@greenonline
Copy link

I can only presume that the person who selected the dark orange on a black background is either colour blind and/or thinks that tartan trousers are fashionable. I actually had quite good eyesight before I started using the Arduino IDE, but now constantly require glasses.

@seagift
Copy link

seagift commented May 9, 2015

Wow Excellent. Thank you all. Easy to find the file to edit. Not so easy to save the file . Access denied. I got there. Now I can read the Errors I am making in my code. Cant thank you enough.

@ffissore ffissore self-assigned this May 28, 2015
@ffissore
Copy link
Contributor

ffissore commented Jun 8, 2015

Closing. Theme editor won't be included

@mweissen
Copy link

Or please add a second theme.txt file with better colors! Red on black is dreadful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

6 participants