1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-06 01:08:25 +01:00

Switching theme colors and images to the old Arduino blue ones. On the plus side, the new theme setup should make it easier to have different colors in different releases (i.e. improve the color scheme).

This commit is contained in:
David A. Mellis 2009-06-13 13:43:48 +00:00
parent 8823b5ba79
commit 950d0d4c00
11 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 B

After

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

After

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 B

After

Width:  |  Height:  |  Size: 830 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 B

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 B

After

Width:  |  Height:  |  Size: 828 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 B

After

Width:  |  Height:  |  Size: 842 B

View File

@ -1,6 +1,6 @@
# GUI - STATUS # GUI - STATUS
status.notice.fgcolor = #000000 status.notice.fgcolor = #000000
status.notice.bgcolor = #818b95 status.notice.bgcolor = #54919e
status.error.fgcolor = #ffffff status.error.fgcolor = #ffffff
status.error.bgcolor = #662000 status.error.bgcolor = #662000
status.edit.fgcolor = #000000 status.edit.fgcolor = #000000
@ -10,7 +10,7 @@ status.font = SansSerif,plain,12
# GUI - TABS # GUI - TABS
# settings for the tabs at the top # settings for the tabs at the top
# (tab images are stored in the lib/theme folder) # (tab images are stored in the lib/theme folder)
header.bgcolor = #818b95 header.bgcolor = #216886
header.text.selected.color = #1a1a00 header.text.selected.color = #1a1a00
header.text.unselected.color = #ffffff header.text.unselected.color = #ffffff
header.text.font = SansSerif,plain,12 header.text.font = SansSerif,plain,12
@ -23,13 +23,13 @@ console.output.color = #cccccc
console.error.color = #ff3000 console.error.color = #ff3000
# GUI - BUTTONS # GUI - BUTTONS
buttons.bgcolor = #4a545e buttons.bgcolor = #044f6f
buttons.status.font = SansSerif,plain,12 buttons.status.font = SansSerif,plain,12
buttons.status.color = #ffffff buttons.status.color = #ffffff
# GUI - LINESTATUS # GUI - LINESTATUS
linestatus.color = #ffffff linestatus.color = #ffffff
linestatus.bgcolor = #29333d linestatus.bgcolor = #044f6f
# EDITOR - DETAILS # EDITOR - DETAILS