Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Using Zip files for themes
http://www.javascripter.net/faq/rgbtohex.htm
https://www.rapidtables.com/web/color/green-color.html
on mac:Arduino.app/Contents/Resources/Java/lib/theme/theme.txt
on Win7:C:\Program Files\Arduino\lib\theme\theme.txt
on Linux:.../arduino-1.6.3/lib/theme/theme.txt
on Windows 10: when installed as an App, C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.10.0_x86__mdqgnx93n4wtt\lib\theme\theme.txt, however it does not seem possible to edit it - it can be opened in notepad++ but a save fails.
Using zip application create a zip file containing the original theme.txt found in the location of your operating system.call it theme.txt.original.zip
Now modify the theme.txt file for colors, font sizes, etcusing zip application create a zip file containing the edited theme.txt found in the location of your operating system.call it theme.txt.custom.zip
In the Arduino IDE goto the menu Arduino-->preferences under the option theme select theme.txt.custom.zip from the drop down list and restart Arduino IDE and the custom theme will take effect.
Copy the theme.txt.custom.zip file to a safe location so it will be available when there is an upgrade or reinstallation.
changed console.font to 18changed console.error.color to #7CFC00 - lawngreen
# GUI - CONSOLEconsole.font = Monospaced,plain,11console.font.macosx = Monaco,plain,18console.color = #000000console.output.color = #eeeeee# original orange #E34C00# lime green #BFFF00 # lawngreen#7CFC00console.error.color = #7CFC00
changed editor.comment2 to #434F54,bold - dark grey and bold
# TEXT - COMMENTSeditor.comment1.style = #434F54,boldeditor.comment2.style = #434F54,bold
Increased linestatus.font to 14increased linestatus.height to 30
# LINE STATUS - editor line number status bar at the bottom of the screenlinestatus.font = SansSerif,plain,14linestatus.height = 30
More infohttps://github.com/per1234/ThemeTestyou could also copy the attached file to the theme directorytheme.txt_visually_improved pacav.zip