diff --git a/android/theme/buttons.gif b/android/theme/buttons.gif index 723383a8d..0eccd6f6f 100644 Binary files a/android/theme/buttons.gif and b/android/theme/buttons.gif differ diff --git a/android/theme/resize.gif b/android/theme/resize.gif index 07d7d0c8b..5ab906a4a 100644 Binary files a/android/theme/resize.gif and b/android/theme/resize.gif differ diff --git a/android/theme/tab-sel-left.gif b/android/theme/tab-sel-left.gif index cf7850bb1..426f75a11 100644 Binary files a/android/theme/tab-sel-left.gif and b/android/theme/tab-sel-left.gif differ diff --git a/android/theme/tab-sel-menu.gif b/android/theme/tab-sel-menu.gif index d38f71eaa..6b608c6e7 100644 Binary files a/android/theme/tab-sel-menu.gif and b/android/theme/tab-sel-menu.gif differ diff --git a/android/theme/tab-sel-mid.gif b/android/theme/tab-sel-mid.gif index a8b6ce5ff..3ae1ae3a7 100644 Binary files a/android/theme/tab-sel-mid.gif and b/android/theme/tab-sel-mid.gif differ diff --git a/android/theme/tab-sel-right.gif b/android/theme/tab-sel-right.gif index eaf700609..8258d441a 100644 Binary files a/android/theme/tab-sel-right.gif and b/android/theme/tab-sel-right.gif differ diff --git a/android/theme/tab-unsel-left.gif b/android/theme/tab-unsel-left.gif index 4ed929c17..f36fcee08 100644 Binary files a/android/theme/tab-unsel-left.gif and b/android/theme/tab-unsel-left.gif differ diff --git a/android/theme/tab-unsel-menu.gif b/android/theme/tab-unsel-menu.gif index 664b1aaf7..6ddc3d2e8 100644 Binary files a/android/theme/tab-unsel-menu.gif and b/android/theme/tab-unsel-menu.gif differ diff --git a/android/theme/tab-unsel-mid.gif b/android/theme/tab-unsel-mid.gif index bd1439ec6..ea74498e5 100644 Binary files a/android/theme/tab-unsel-mid.gif and b/android/theme/tab-unsel-mid.gif differ diff --git a/android/theme/tab-unsel-right.gif b/android/theme/tab-unsel-right.gif index a7043c9e0..53f7919cb 100644 Binary files a/android/theme/tab-unsel-right.gif and b/android/theme/tab-unsel-right.gif differ diff --git a/android/theme/theme.txt b/android/theme/theme.txt index 3d157d455..27aed3f05 100644 --- a/android/theme/theme.txt +++ b/android/theme/theme.txt @@ -1,20 +1,21 @@ # GUI - STATUS status.notice.fgcolor = #000000 #status.notice.bgcolor = #808080 -status.notice.bgcolor = #819e48 +#status.notice.bgcolor = #819e48 +status.notice.bgcolor = #94a697 status.error.fgcolor = #ffffff status.error.bgcolor = #66002c status.edit.fgcolor = #000000 #status.edit.bgcolor = #cc9900 -status.edit.bgcolor = #6b8a2e +status.edit.bgcolor = #94a697 status.font = SansSerif,plain,12 #status.font.macosx = Helvetica,plain,12 # GUI - TABS # settings for the tabs at the top # (tab images are stored in the lib/theme folder) -header.bgcolor = #8cac4e -header.text.selected.color = #1a1a00 +header.bgcolor = #94a697 +header.text.selected.color = #000000 header.text.unselected.color = #ffffff header.text.font = SansSerif,plain,12 #header.text.font.macosx = Helvetica,plain,12 @@ -24,27 +25,23 @@ header.text.font = SansSerif,plain,12 console.color = #000000 console.output.color = #cccccc #console.error.color = #ff3000 -console.error.color = #cc0050 +console.error.color = #f2a4c6 # GUI - BUTTONS -buttons.bgcolor = #55682f +buttons.bgcolor = #5d715f buttons.status.font = SansSerif,plain,12 #buttons.status.font.macosx = Helvetica,plain,12 buttons.status.color = #ffffff # GUI - MODE -mode.button.bgcolor = #9ca6b0 -#mode.button.font = SansSerif,plain,9 +mode.button.bgcolor = #5d715f mode.button.font = SansSerif,plain,9 #mode.button.font.macosx = Helvetica,plain,9 -#mode.button.color = #4a545e -#mode.button.color = #a8cb62 -mode.button.color = #a3be6f +mode.button.color = #acbdaf # GUI - LINESTATUS - editor line number status bar at the bottom of the screen linestatus.color = #ffffff -#linestatus.bgcolor = #364517 -linestatus.bgcolor = #343f1d +linestatus.bgcolor = #364d39 linestatus.font = SansSerif,plain,10 #linestatus.font.macosx = Helvetica,plain,10 linestatus.height = 20 @@ -52,7 +49,7 @@ linestatus.height = 20 # EDITOR - DETAILS -# foreground and background colors +# foreground and background colors editor.fgcolor = #000000 editor.bgcolor = #ffffff @@ -69,7 +66,7 @@ editor.external.bgcolor = #c8d2dc # selection color #editor.selection.color = #ffcc00 -editor.selection.color = #ebf3da +editor.selection.color = #d1dbbb # area that's not in use by the text (replaced with tildes) editor.invalid.style = #7e7e7e,bold @@ -86,11 +83,11 @@ editor.brackethighlight.color = #006699 # TEXT - syntax highlighting # e.g abstract, final, private -editor.keyword1.style = #799b34,plain +editor.keyword1.style = #627516,plain # e.g. beginShape, point, line -editor.keyword2.style = #799b34,plain +editor.keyword2.style = #627516,plain # e.g. byte, char, short, color -editor.keyword3.style = #799b34,bold +editor.keyword3.style = #627516,bold # constants: e.g. null, true, this, RGB, TWO_PI #editor.literal1.style = #627f26,plain @@ -107,5 +104,5 @@ editor.label.style = #7e7e7e,bold #editor.comment1.style = #7e7e7e,plain #editor.comment2.style = #7e7e7e,plain -editor.comment1.style = #8e8e8e,plain -editor.comment2.style = #8e8e8e,plain +editor.comment1.style = #666666,plain +editor.comment2.style = #666666,plain