[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-155-gef5ab40)



The branch, master has been updated
       via  ef5ab409dc62994ce6aea57586c0698c11291bac (commit)
      from  5cbac296fe2ad4f47aa089f2c2ac3cb7b1218823 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/lib/gschem-colormap-darkbg |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


=================
 Commit Messages
=================

commit ef5ab409dc62994ce6aea57586c0698c11291bac
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Tue Jan 6 18:16:31 2009 -0500

    Darkened the outline colors of objects that are being dragged/modified
    
    The outline colors should be different than the default colors.
    Previously the XOR rendering made the outlines look differently, but with
    cairo rendering the dragged objects look exactly the same as non-dragged
    objects.  This patch darkens the outline colors in the dark colormap only.

:100644 100644 fe5b5f5... 4a3baa8... M	gschem/lib/gschem-colormap-darkbg

=========
 Changes
=========

commit ef5ab409dc62994ce6aea57586c0698c11291bac
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Tue Jan 6 18:16:31 2009 -0500

    Darkened the outline colors of objects that are being dragged/modified
    
    The outline colors should be different than the default colors.
    Previously the XOR rendering made the outlines look differently, but with
    cairo rendering the dragged objects look exactly the same as non-dragged
    objects.  This patch darkens the outline colors in the dark colormap only.

diff --git a/gschem/lib/gschem-colormap-darkbg b/gschem/lib/gschem-colormap-darkbg
index fe5b5f5..4a3baa8 100644
--- a/gschem/lib/gschem-colormap-darkbg
+++ b/gschem/lib/gschem-colormap-darkbg
@@ -43,25 +43,25 @@
 
 (display-outline-color-map
  '((background         #f)
-   (pin                "#bebebe")
-   (net-endpoint       "#00cd00")
-   (graphic            "#00cd00")
-   (net                "#0000cd")
-   (attribute          "#cdcd00")
-   (logic-bubble       "#00cdcd")
+   (pin                "#ababab")
+   (net-endpoint       "#00ab00")
+   (graphic            "#00ab00")
+   (net                "#0000ab")
+   (attribute          "#abab00")
+   (logic-bubble       "#00abab")
    (dots-grid          #f)
    (mesh-grid-major    #f)
    (mesh-grid-minor    #f)
-   (detached-attribute "#cd0000")
-   (text               "#00cd00")
-   (bus                "#00cd00")
+   (detached-attribute "#ab0000")
+   (text               "#00ab00")
+   (bus                "#00ab00")
    (select             "#ffa500")
    (bounding-box       "#ffa500")
    (zoom-box           "#00ffff")
    (stroke             "#e5e5e5")
    (lock               "#a9a9a9")
    (output-background  #f)
-   (junction           "#cdcd00")
+   (junction           "#abab00")
    (freestyle1         #f)
    (freestyle2         #f)
    (freestyle3         #f)




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs