diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-06-21 19:32:06 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-06-21 19:32:06 +0000 |
| commit | 106e15e457a9b514a34bf6321d6c5cc386c2f569 (patch) | |
| tree | c40462a8a00cb1886d61ba74480a51f02dc42798 /share | |
| parent | release without console window per default (diff) | |
| download | inkscape-106e15e457a9b514a34bf6321d6c5cc386c2f569.tar.gz inkscape-106e15e457a9b514a34bf6321d6c5cc386c2f569.zip | |
Add new named color 'rebeccapurple' (CSS4 Color).
(bzr r13435)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/colors.xml | 1 | ||||
| -rw-r--r-- | share/extensions/scour.py | 1 | ||||
| -rw-r--r-- | share/extensions/simplestyle.py | 1 | ||||
| -rw-r--r-- | share/palettes/svg.gpl | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/share/extensions/colors.xml b/share/extensions/colors.xml index 51167fdd7..7ed8592d5 100644 --- a/share/extensions/colors.xml +++ b/share/extensions/colors.xml @@ -119,6 +119,7 @@ <color name="plum" hex="#dda0dd" rgb="221,160,221" /> <color name="powderblue" hex="#b0e0e6" rgb="176,224,230" /> <color name="purple" hex="#800080" rgb="128,0,128" /> +<color name="rebeccapurple" hex="#663399" rgb="102,51,153" /> <color name="red" hex="#ff0000" rgb="255,0,0" /> <color name="rosybrown" hex="#bc8f8f" rgb="188,143,143" /> <color name="royalblue" hex="#4169e1" rgb="65,105,225" /> diff --git a/share/extensions/scour.py b/share/extensions/scour.py index be40a27bd..236529daa 100644 --- a/share/extensions/scour.py +++ b/share/extensions/scour.py @@ -250,6 +250,7 @@ colors = { 'plum': 'rgb(221, 160, 221)', 'powderblue': 'rgb(176, 224, 230)', 'purple': 'rgb(128, 0, 128)', + 'rebeccapurple': 'rgb(102, 51, 153)', 'red': 'rgb(255, 0, 0)', 'rosybrown': 'rgb(188, 143, 143)', 'royalblue': 'rgb( 65, 105, 225)', diff --git a/share/extensions/simplestyle.py b/share/extensions/simplestyle.py index 99b5938dd..806b81813 100644 --- a/share/extensions/simplestyle.py +++ b/share/extensions/simplestyle.py @@ -141,6 +141,7 @@ svgcolors={ 'plum':'#dda0dd', 'powderblue':'#b0e0e6', 'purple':'#800080', + 'rebeccapurple':'#663399', 'red':'#ff0000', 'rosybrown':'#bc8f8f', 'royalblue':'#4169e1', diff --git a/share/palettes/svg.gpl b/share/palettes/svg.gpl index b0893cd82..d8b868b5d 100644 --- a/share/palettes/svg.gpl +++ b/share/palettes/svg.gpl @@ -139,3 +139,4 @@ Name: SVG 220 20 60 crimson (#DC143C) 255 192 203 pink (#FFC0CB) 255 182 193 lightpink (#FFB6C1) +102 51 153 rebeccapurple (#663399) |
