diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-04-15 23:08:48 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-04-15 23:08:48 +0000 |
| commit | 47f4a44585c01befeb6b6ee98b1fbaed87bd1ada (patch) | |
| tree | 9b5241e2aac1be83e945e24fb6bec8e306aef4bf /src/ui/control-manager.cpp | |
| parent | adding composite (diff) | |
| parent | Fix for Bug #503712 (Personal default template not used) by Slagvi. (diff) | |
| download | inkscape-47f4a44585c01befeb6b6ee98b1fbaed87bd1ada.tar.gz inkscape-47f4a44585c01befeb6b6ee98b1fbaed87bd1ada.zip | |
Halo
(bzr r11950.1.95)
Diffstat (limited to 'src/ui/control-manager.cpp')
| -rw-r--r-- | src/ui/control-manager.cpp | 6 |
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 { |
