background: Add black background color
https://bugzilla.gnome.org/show_bug.cgi?id=778648
This commit is contained in:
parent
5796d83ccd
commit
bb3ff84929
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ struct {
|
||||||
int orientation;
|
int orientation;
|
||||||
const char *pcolor;
|
const char *pcolor;
|
||||||
} items[] = {
|
} items[] = {
|
||||||
|
{ G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#000000" },
|
||||||
{ G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#db5d33" },
|
{ G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#db5d33" },
|
||||||
{ G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#008094" },
|
{ G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#008094" },
|
||||||
{ G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#5d479d" },
|
{ G_DESKTOP_BACKGROUND_SHADING_SOLID, -1, "#5d479d" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue