jeffThompson / DarkArduinoTheme

A dark theme for the Arduino IDE – no longer maintained :(
830 stars 209 forks source link

External background color #2

Closed pymarco closed 11 years ago

pymarco commented 11 years ago

Thank you for creating the arduino theme! I just started with arduino today. One thing I've learned is that when I checked the "use external editor" preference the background changed to a different color. Perhaps this was your intention. But for me, I wanted to use an editor with vi key bindings (komodo edit) and still wanted the nice looking theme you provided when I go to verify my scripts. So, I changed line 50 in theme.txt accordingly.

Pasting here in case it helps anyone else.

editor.external.bgcolor = #222222

jeffThompson commented 11 years ago

Thanks @pymarco, that's a great suggestion. Since I don't use that option I hadn't noticed the behavior change. I've updated the theme to fix that.