From 865b863409353b45ceadb317a80a75a4409e07a4 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Cenoz Date: Thu, 18 Apr 2013 20:17:28 +0200 Subject: updates to colors (bzr r11950.1.97) --- src/sp-guide.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-guide.cpp') diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp index 48596cbc0..3266d8819 100644 --- a/src/sp-guide.cpp +++ b/src/sp-guide.cpp @@ -95,8 +95,8 @@ static void sp_guide_init(SPGuide *guide) { guide->normal_to_line = Geom::Point(0.,1.); guide->point_on_line = Geom::Point(0.,0.); - guide->color = 0x0000ff7f; - guide->hicolor = 0xff00007f; + guide->color = 0x23abcd7f; + guide->hicolor = 0xf372eb7f; } static void sp_guide_set_property(GObject *object, guint prop_id, const GValue *value, GParamSpec */*pspec*/) -- cgit v1.2.3