add back grays
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 20 Nov 2014 19:00:13 +0000 (14:00 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 26 Nov 2014 16:22:22 +0000 (18:22 +0200)
gtk2_ardour/base_colors.h

index 570a7825c875948fcb9e6f1573b1cd34b34e5029..c52d632ef736773959351e0ae3c05e3ffeaab1fc 100644 (file)
@@ -23,6 +23,9 @@
    for all colors here. The alpha component is not used.
 */
 
+/* purely aesthetic color definitions */
+
+
 CANVAS_BASE_COLOR(colorA,"colorA", 0xff0000ff) /* red */
 CANVAS_BASE_COLOR(colorAlight,"colorAlight", 0xff00e6ff) /* pink */
 
@@ -49,6 +52,12 @@ CANVAS_BASE_COLOR(colorDlight,"colorDlight", 0x00b3ffff) /* lightest blue */
 /* purple */
 CANVAS_BASE_COLOR(colorDA,"colorDA", 0x8000ffff) /* purple */
 
+/* achromatics */
+
+CANVAS_BASE_COLOR(colorDarkGray,"colorDarkGray", 0x171717ff) /* darkest gray/black */
+CANVAS_BASE_COLOR(colorMidGray,"colorMidGray", 0x222222ff) /* midtone */
+CANVAS_BASE_COLOR(colorLightGray,"colorLightGray", 0x7f7f7fff) /* light gray */
+CANVAS_BASE_COLOR(colorLightest,"colorLightest", 0xffffffff) /* white */