summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-04-18 19:55:41 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-04-18 19:55:41 +0000
commit9555c8e9051ba5b5d80912a6fd79f85cf12829d6 (patch)
tree03d81afe53a509e863c5ed2d93e2070a68a1c5c9 /src/sp-guide.cpp
parentupdates to colors (diff)
downloadinkscape-9555c8e9051ba5b5d80912a6fd79f85cf12829d6.tar.gz
inkscape-9555c8e9051ba5b5d80912a6fd79f85cf12829d6.zip
Back to original colors
(bzr r11950.1.99)
Diffstat (limited to 'src/sp-guide.cpp')
-rw-r--r--src/sp-guide.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp
index 3266d8819..48596cbc0 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 = 0x23abcd7f;
- guide->hicolor = 0xf372eb7f;
+ guide->color = 0x0000ff7f;
+ guide->hicolor = 0xff00007f;
}
static void sp_guide_set_property(GObject *object, guint prop_id, const GValue *value, GParamSpec */*pspec*/)