mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files).
This commit is contained in:
@ -106,8 +106,11 @@ public class EditorButtons extends JComponent implements MouseInputListener {
|
||||
|
||||
currentRollover = -1;
|
||||
|
||||
bgcolor = Preferences.getColor("buttons.bgcolor");
|
||||
|
||||
// hardcoding new blue color scheme for consistency with images,
|
||||
// see EditorStatus.java for details.
|
||||
//bgcolor = Preferences.getColor("buttons.bgcolor");
|
||||
bgcolor = new Color(0x04, 0x4F, 0x6F);
|
||||
|
||||
status = "";
|
||||
|
||||
statusFont = Preferences.getFont("buttons.status.font");
|
||||
|
Reference in New Issue
Block a user