summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-04-15 23:08:48 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-04-15 23:08:48 +0000
commit47f4a44585c01befeb6b6ee98b1fbaed87bd1ada (patch)
tree9b5241e2aac1be83e945e24fb6bec8e306aef4bf /src/ui
parentadding composite (diff)
parentFix for Bug #503712 (Personal default template not used) by Slagvi. (diff)
downloadinkscape-47f4a44585c01befeb6b6ee98b1fbaed87bd1ada.tar.gz
inkscape-47f4a44585c01befeb6b6ee98b1fbaed87bd1ada.zip
Halo
(bzr r11950.1.95)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/control-manager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/control-manager.cpp b/src/ui/control-manager.cpp
index 5a3c5a496..9425bc3f0 100644
--- a/src/ui/control-manager.cpp
+++ b/src/ui/control-manager.cpp
@@ -59,9 +59,9 @@ ControlFlags& operator ^=(ControlFlags &lhs, ControlFlags rhs)
#define FILL_COLOR_MOUSEOVER 0xff0000ff
// Default color for line:
-#define LINE_COLOR_PRIMARY 0x0000ff7f
-#define LINE_COLOR_SECONDARY 0xff00007f
-#define LINE_COLOR_TERTIARY 0xffff007f
+#define LINE_COLOR_PRIMARY 0x23abcdff
+#define LINE_COLOR_SECONDARY 0xf372ebff
+#define LINE_COLOR_TERTIARY 0xe68024ff
namespace Inkscape {