8000 Change error output color to brighter orange · Pull Request #7551 · arduino/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Change error output color to brighter orange #7551

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change error output color to brighter orange
  • Loading branch information
Alogitt authored Apr 30, 2018
commit def0d50f169dcd3d230a84039a1d682a76305546
2 changes: 1 addition & 1 deletion build/shared/lib/theme/theme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ console.font = Monospaced,plain,11
console.font.macosx = Monaco,plain,10
console.color = #000000
console.output.color = #eeeeee
console.error.color = #E34C00
console.error.color = #FF8300

# GUI - BUTTONS
buttons.bgcolor = #006468
Expand Down
0