summaryrefslogtreecommitdiff
path: root/tangocolors.m
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2012-05-11 12:44:25 +0200
committerJan Klemkow <j.klemkow@wemelug.de>2012-05-11 12:44:25 +0200
commited914c08a50d829b6dba63b768b33315e5f6e8a1 (patch)
tree4d3b1633961daf9a35bd06a0123b5c170ae4076a /tangocolors.m
parent0f6d90832f1c436a804f847c769a28b544995812 (diff)
downloaddmc-ed914c08a50d829b6dba63b768b33315e5f6e8a1.tar.gz
dmc-ed914c08a50d829b6dba63b768b33315e5f6e8a1.tar.bz2
dmc-ed914c08a50d829b6dba63b768b33315e5f6e8a1.zip
graph: Add tango colors map and script for chats.
Diffstat (limited to 'tangocolors.m')
-rw-r--r--tangocolors.m36
1 files changed, 36 insertions, 0 deletions
diff --git a/tangocolors.m b/tangocolors.m
new file mode 100644
index 0000000..2d3fc67
--- /dev/null
+++ b/tangocolors.m
@@ -0,0 +1,36 @@
+tangocolors_light= [
+
+ 0xfc 0xe9 0x4f;
+ 0xfc 0xaf 0x3e;
+ 0xe9 0xb9 0x6e;
+ 0x8a 0xe2 0x34;
+ 0x72 0x9f 0xcf;
+ 0xad 0x7f 0xa8;
+ 0xef 0x29 0x29;
+ 0xee 0xee 0xec;
+ 0x88 0x8a 0x85;
+] / 255;
+
+tangocolors_middle = [
+ 0xed 0xd4 0x00;
+ 0xf5 0x79 0x00;
+ 0xc1 0x7d 0x11;
+ 0x73 0xd2 0x16;
+ 0x34 0x65 0xa4;
+ 0x75 0x50 0x7b;
+ 0xcc 0x00 0x00;
+ 0xd3 0xd7 0xcf;
+ 0x55 0x57 0x53;
+] / 255;
+
+tangocolors_dark = [
+ 0xc4 0xa0 0x00;
+ 0xce 0x5c 0x00;
+ 0x8f 0x59 0x02;
+ 0x4e 0x9a 0x06;
+ 0x20 0x4a 0x87;
+ 0x5c 0x35 0x66;
+ 0xa4 0x00 0x00;
+ 0xba 0xbd 0xb6;
+ 0x2e 0x34 0x36;
+] / 255;