summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-11-20 14:00:13 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-11-26 18:22:22 +0200
commit7636bfe4ed95e6bb127cf9bffd2fb1001765af10 (patch)
tree413d658478862890727046d79f810a804d14d648 /gtk2_ardour
parent82aea4b047f2d370e9edf5a5b99fc7ddae524275 (diff)
add back grays
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/base_colors.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk2_ardour/base_colors.h b/gtk2_ardour/base_colors.h
index 570a7825c8..c52d632ef7 100644
--- a/gtk2_ardour/base_colors.h
+++ b/gtk2_ardour/base_colors.h
@@ -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 */