diff -Nru bogl-0.1.18/bterm.c bogl-0.1.18/bterm.c --- bogl-0.1.18/bterm.c 2010-06-21 19:07:25.000000000 -0500 +++ bogl-0.1.18/bterm.c 2011-03-17 15:16:42.000000000 -0500 @@ -44,15 +44,16 @@ static const unsigned char palette[16][3] = { - {0x00, 0x00, 0x00}, /* 0: Black. */ - {0xaa, 0x00, 0x00}, /* 1: Red. */ - {0x00, 0xaa, 0x00}, /* 2: Green. */ - {0xaa, 0xaa, 0x00}, /* 3: Brown. */ - {0x00, 0x00, 0xaa}, /* 4: Blue. */ - {0xaa, 0x00, 0xaa}, /* 5: Magenta. */ - {0x00, 0xaa, 0xaa}, /* 6: Cyan. */ - {0xaa, 0xaa, 0xaa}, /* 7: Light gray. */ - {0x55, 0x55, 0x55}, /* 0: Light Gray. */ + /* Colors selected by Canonical's Design Team */ + {0x01, 0x01, 0x01}, /* 0: Black. */ + {0xde, 0x38, 0x2b}, /* 1: Red. */ + {0x39, 0xb5, 0x4a}, /* 2: Green. */ + {0xff, 0xc7, 0x06}, /* 3: Brown. */ + {0x00, 0x6f, 0xb8}, /* 4: Blue. */ + {0x76, 0x26, 0x71}, /* 5: Magenta. */ + {0x2c, 0xb5, 0xe9}, /* 6: Cyan. */ + {0xe1, 0xe1, 0xe1}, /* 7: Light gray. */ + {0x80, 0x80, 0x80}, /* 0: Light Gray. */ {0xff, 0x00, 0x00}, /* 1: Light Red. */ {0x00, 0xff, 0x00}, /* 2: Light Green. */ {0xff, 0xff, 0x00}, /* 3: Yellow. */ diff -Nru bogl-0.1.18/debian/changelog bogl-0.1.18/debian/changelog --- bogl-0.1.18/debian/changelog 2010-06-21 19:13:05.000000000 -0500 +++ bogl-0.1.18/debian/changelog 2011-03-17 15:16:42.000000000 -0500 @@ -1,3 +1,13 @@ +bogl (0.1.18-4ubuntu1) natty; urgency=low + + * bterm.c: + - update the hardcoded color map to the color palette selected by + the Canonical Design Team, LP: #730672; + - ideally, bterm.c would read these from the configuration file, + /etc/vtrgb + + -- Dustin Kirkland Thu, 17 Mar 2011 15:02:28 -0500 + bogl (0.1.18-4) unstable; urgency=low * QA upload. diff -Nru bogl-0.1.18/debian/control bogl-0.1.18/debian/control --- bogl-0.1.18/debian/control 2010-06-21 19:15:11.000000000 -0500 +++ bogl-0.1.18/debian/control 2011-03-17 15:16:42.000000000 -0500 @@ -1,7 +1,8 @@ Source: bogl Section: devel Priority: optional -Maintainer: Debian QA Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group Build-Depends: debhelper (>= 5.0.0), libgd2-noxpm-dev | libgd2-xpm-dev, libpng12-dev Standards-Version: 3.8.4