diff --git a/processing/build/shared/lib/pde.properties b/processing/build/shared/lib/pde.properties index f7272ec6a..c018dcf35 100644 --- a/processing/build/shared/lib/pde.properties +++ b/processing/build/shared/lib/pde.properties @@ -88,10 +88,12 @@ buttons.bgcolor = #999988 buttons.status.font = SansSerif,plain,10 buttons.status.color = #333322 -header.bgcolor = #333322 -header.fgcolor.primary = #ffffff -header.fgcolor.secondary = #ccccbb -header.font = SansSerif,plain,12 +# settings for the tabs at the top +# actual tab images are stored in the lib/ folder +header.bgcolor = #333322 +header.text.selected.color = #ffffff +header.text.unselected.color = #999988 +header.text.font = SansSerif,plain,12 console = true console.color = #1A1A00 diff --git a/processing/build/shared/lib/tab-sel-left.gif b/processing/build/shared/lib/tab-sel-left.gif new file mode 100644 index 000000000..38b1f1e33 Binary files /dev/null and b/processing/build/shared/lib/tab-sel-left.gif differ diff --git a/processing/build/shared/lib/tab-sel-mid.gif b/processing/build/shared/lib/tab-sel-mid.gif new file mode 100644 index 000000000..e4c667734 Binary files /dev/null and b/processing/build/shared/lib/tab-sel-mid.gif differ diff --git a/processing/build/shared/lib/tab-sel-right.gif b/processing/build/shared/lib/tab-sel-right.gif new file mode 100644 index 000000000..c5143be72 Binary files /dev/null and b/processing/build/shared/lib/tab-sel-right.gif differ diff --git a/processing/build/shared/lib/tab-unsel-left.gif b/processing/build/shared/lib/tab-unsel-left.gif new file mode 100644 index 000000000..988425f5d Binary files /dev/null and b/processing/build/shared/lib/tab-unsel-left.gif differ diff --git a/processing/build/shared/lib/tab-unsel-mid.gif b/processing/build/shared/lib/tab-unsel-mid.gif new file mode 100644 index 000000000..45ad47091 Binary files /dev/null and b/processing/build/shared/lib/tab-unsel-mid.gif differ diff --git a/processing/build/shared/lib/tab-unsel-right.gif b/processing/build/shared/lib/tab-unsel-right.gif new file mode 100644 index 000000000..118023ae4 Binary files /dev/null and b/processing/build/shared/lib/tab-unsel-right.gif differ