diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-04-18 18:17:28 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-04-18 18:17:28 +0000 |
| commit | 865b863409353b45ceadb317a80a75a4409e07a4 (patch) | |
| tree | 5afb805ab8e1903bfc426ce55a298a20839a0a0d /src/sp-guide.cpp | |
| parent | Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ... (diff) | |
| download | inkscape-865b863409353b45ceadb317a80a75a4409e07a4.tar.gz inkscape-865b863409353b45ceadb317a80a75a4409e07a4.zip | |
updates to colors
(bzr r11950.1.97)
Diffstat (limited to 'src/sp-guide.cpp')
| -rw-r--r-- | src/sp-guide.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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*/) |
