From 3cbbb17e9f7a8af9aaf78f26c4ce3e84fb431d0e Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 7 Sep 2011 17:53:33 -0400 Subject: [PATCH] Changing editor line status bar text color to white. http://code.google.com/p/arduino/issues/detail?id=599 --- build/shared/lib/theme/theme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/lib/theme/theme.txt b/build/shared/lib/theme/theme.txt index d8f5b7aa4..98a8ef7a5 100644 --- a/build/shared/lib/theme/theme.txt +++ b/build/shared/lib/theme/theme.txt @@ -28,7 +28,7 @@ buttons.status.font = SansSerif,plain,12 buttons.status.color = #ffffff # GUI - LINESTATUS -linestatus.color = #17A1A5 +linestatus.color = #ffffff linestatus.bgcolor = #006468 # EDITOR - DETAILS