Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Changing IDE colors
Jack Purdum
All: If you want to change the color of something in the IDE, looks for the themes.txt file, which should be off the root directory at: \lib\theme\themes.txt. Make a copy first (e.g., originalthemes.txt) and then experiment with the colors of choice. I have a hard time seeing some of the colors the IDE uses (e.g., keywords) so I changed them. The colors are stated in RGB (nex) format. You can get an idea of the color values here: Jack, W8TEE From: 1practical.man <1practical.man@...> To: [email protected] Sent: Thursday, July 27, 2017 8:07 AM Subject: Re: [BITX20] Adruino IDE Hacks For Old Eyes ThAnks John! ?That's very informative and exceptionally well written
|
Vince Vielhaber
If you're running unix, the theme file will be in:
toggle quoted message
Show quoted text
/<arduino-root-dir>/lib/themes/theme.txt eg: /home/foobar/arduino/arduino-1.8.3/lib/theme/theme.txt If you want to change the appearance of the comments, there are two things to change: editor.comment1.style and editor.comment2.style. editor.comment1.style is for comments that are started with // editor.comment2.style is for comments inside of /* and */ The font color is defined as #RRGGBB in hex, as Jack pointed out, followed by .plain or .bold or .italic eg: editor.comment1.style = #777777.bold will make the line: // this is a comment appear in bold dark gray. Vince. All: --
Michigan VHF Corp. |
Jack Purdum
Opps...sorry 'bout that. Jack, W8TEE From: John P <j.m.price@...> To: [email protected] Sent: Thursday, July 27, 2017 10:11 AM Subject: Re: [BITX20] Changing IDE colors On Thu, Jul 27, 2017 at 05:50 am, Jack Purdum wrote: looks for the themes.txt fileJack (et al),?the file is actually "theme'txt"; (no "s"). ? -- John - WA2FZW |
John P
On Fri, Jul 28, 2017 at 09:41 am, <ckotan@...> wrote:
Does anyone have an OldEyesTheme.txt to share?After making the changes to the font type, size and anti-aliasing that I mentioned in the other thread (Old Eyes), I personally found that the only thing I needed to change in the theme.txt file was the color for the /* . . .?*/ comments, which I just made the same as the // type comments. I have no trouble reading things now. But for what it's worth, here are my theme.txt and preferences.txt files: -- John - WA2FZW |
to navigate to use esc to dismiss