XO colors: Difference between revisions
Jump to navigation
Jump to search
(fixed source link) |
m (Added color.py via sugar-control-panel) |
||
Line 1: | Line 1: | ||
{{stub}} |
{{stub}} |
||
⚫ | |||
== xocolor.py == |
|||
There are 29 different colors used for logo colors. Each logo has two colors—an outline color and a fill color. |
|||
⚫ | |||
{| |
{| |
||
Line 41: | Line 45: | ||
|} |
|} |
||
== control.py == |
|||
⚫ | |||
There are 18 (6 colors in 3 hues) colors to pick from for two-color '''buddy icon''' customization. However, in order to encourage color contrast, [[sugar-control-panel]] does not allow, the same two colors. Which makes 306 unique color combinations (From: /usr/share/sugar/shell/controlpanel/control.py ) |
|||
{| style="padding:0.5em;" |
|||
|- |
|||
| COLOR NAME || dark || medium || light || |
|||
|- |
|||
| style="color:#B20008;" | RED |
|||
| style="padding:0.5em;background:#B20008;color:white;" | B20008 |
|||
| style="padding:0.5em;background:#E6000A;" | E6000A |
|||
| style="padding:0.5em;background:#FFADCE;" | FFADCE |
|||
|- |
|||
| style="color:#9A5200;" | ORANGE |
|||
| style="padding:0.5em;background:#9A5200;color:white;" | 9A5200 |
|||
| style="padding:0.5em;background:#C97E00;" | C97E00 |
|||
| style="padding:0.5em;background:#FFC169;" | FFC169 |
|||
|- |
|||
| style="color:#807500;" | YELLOW |
|||
| style="padding:0.5em;background:#807500;color:white;" | 807500 |
|||
| style="padding:0.5em;background:#BE9E00;" | BE9E00 |
|||
| style="padding:0.5em;background:#FFFA00;" | FFFA00 |
|||
|- |
|||
| style="color:#008009;" | GREEN |
|||
| style="padding:0.5em;background:#008009;color:white;" | 008009 |
|||
| style="padding:0.5em;background:#00b20d;" | 00b20d |
|||
| style="padding:0.5em;background:#8bff7a;" | 8bff7a |
|||
|- |
|||
| style="color:#00588C;" | BLUE |
|||
| style="padding:0.5em;background:#00588C;color:white;" | 00588C |
|||
| style="padding:0.5em;background:#005FE4;" | 005FE4 |
|||
| style="padding:0.5em;background:#bccdff;" | bccdff |
|||
|- |
|||
| style="color:#5e008c;" | PURPLE |
|||
| style="padding:0.5em;background:#5e008c;color:white;" | 5e008c |
|||
| style="padding:0.5em;background:#7f00bf;" | 7f00bf |
|||
| style="padding:0.5em;background:#d1a3ff;" | d1a3ff |
|||
|- |
|||
|} |
|||
⚫ | |||
* [[OLPC Human Interface Guidelines/The Sugar Interface/Colors]] |
* [[OLPC Human Interface Guidelines/The Sugar Interface/Colors]] |
||
* [[Colors]] |
|||
[[Category:Sugar]] |
[[Category:Sugar]] |
Revision as of 09:05, 14 February 2008
This article is a stub. You can help the OLPC project by expanding it.
xocolor.py
There are 29 different colors used for logo colors. Each logo has two colors—an outline color and a fill color.
Found in the file lib/sugar/graphics/xocolors.py
FFFA00 | 8BFF7A | F8E800 | BCCEFF |
BCCDFF | FFC169 | FFADCE | D1A3FF |
00EA11 | FF8F00 | BE9E00 | C97E00 |
00A0FF | 00B20D | 807500 | 008009 |
9A5200 | AC32FF | FF2B34 | 005FE4 |
00588C | A700FF | E6000A | 9900E6 |
7F00BF | B20008 | 5E008C |
control.py
There are 18 (6 colors in 3 hues) colors to pick from for two-color buddy icon customization. However, in order to encourage color contrast, sugar-control-panel does not allow, the same two colors. Which makes 306 unique color combinations (From: /usr/share/sugar/shell/controlpanel/control.py )
COLOR NAME | dark | medium | light | |
RED | B20008 | E6000A | FFADCE | |
ORANGE | 9A5200 | C97E00 | FFC169 | |
YELLOW | 807500 | BE9E00 | FFFA00 | |
GREEN | 008009 | 00b20d | 8bff7a | |
BLUE | 00588C | 005FE4 | bccdff | |
PURPLE | 5e008c | 7f00bf | d1a3ff |