summaryrefslogtreecommitdiff
path: root/tangocolors.m
blob: 2d3fc67d59cfae0337b51d702f25035b05f6a6a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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;