summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-04-17 12:51:23 +0200
committerAndras Timar <andras.timar@collabora.com>2014-04-17 12:51:23 +0200
commit70efa61ed2ba38f2c0a59fb93cfc38eedee3990f (patch)
treee6f2ac9cd993ce1e8b9b625246023a47e0e2c80a /sfx2
parent732dc0a415c72f6fedaa3329e7d0aab59962bd85 (diff)
Start Center background color Collabora purple
Change-Id: If7ff36a2c87d26a6dd6e6eaaf43461b895d2ddc9
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index a8114d67858b..de2c5f3de4c3 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -60,7 +60,7 @@ const char OPEN_URL[] = ".uno:Open";
const char SERVICENAME_CFGREADACCESS[] = "com.sun.star.configuration.ConfigurationAccess";
const int nButtonsFontSize = 15;
-const Color aButtonsBackground(114, 168, 84); // TDF green
+const Color aButtonsBackground(92, 61, 204); // Collabora purple
const Color aButtonsText(COL_WHITE);
BackingWindow::BackingWindow( Window* i_pParent ) :