diff --git a/pytagcloud/colors.py b/pytagcloud/colors.py index 4ede75e..eea6092 100755 --- a/pytagcloud/colors.py +++ b/pytagcloud/colors.py @@ -1,7 +1,45 @@ # -*- coding: utf-8 -*- COLOR_SCHEMES = { - 'oldschool': ((59,76,76), (125,140,116), (217,175,95), (127,92,70), (51,36,35)), - 'citrus': ((34,51,49), (70,102,66), (153,142,61), (229,156,44), (255,116,37)), - 'goldfish': ((229,106,0), (204,199,148), (153,145,124), (88,89,86), (48,49,51)), - 'audacity': ((181,40,65), (255,192,81), (255,137,57), (232,95,77), (89,0,81)), + 'oldschool': ((59,76,76), (125,140,116), (217,175,95), (127,92,70), (51,36,35)), + 'citrus': ((34,51,49), (70,102,66), (153,142,61), (229,156,44), (255,116,37)), + 'goldfish': ((229,106,0), (204,199,148), (153,145,124), (88,89,86), (48,49,51)), + 'audacity': ((181,40,65), (255,192,81), (255,137,57), (232,95,77), (89,0,81)), + 'scenic': ((91,137,166), (242,242,242), (62,89,22), (134,168,42), (115,108,89)), + 'muted': ((60,152,158), (93,181,164), (244,205,165), (245,122,130), (237,82,118)), + 'saturated': ((247,143,0), (196,57,17), (117,0,60), (55,21,74), (15,36,89)), + 'sienna': ((204,75,16), (198,83,39), (175,32,65), (7,67,87), (14,39,100)), + 'funky': ((234,103,32), (199,63,129), (81,50,136), (68,147,214), (227,221,45)), + 'stages': ((59,86,140), (80,131,101), (234,216,194), (236,164,20), (217,26,26)), + 'soloist': ((27,191,175), (81,140,90), (242,184,75), (242,98,46), (64,1,1)), + 'pastel': ((111,128,255), (101,232,141), (255,230,124), (232,157,152), (170,164,255)), + 'nautical': ((56,64,89), (241,222,152), (240,184,133), (214,103,97), (238,108,98)), + 'bigeasy': ((56,39,27), (210,167,71), (78,34,91), (162,164,43), (99,20,51)), + 'highstakes': ((214,170,56), (128,38,42), (178,40,26), (43,90,126), (75,131,113)), + 'architecht': ((16,38,64), (32,77,132), (160,182,200), (65,70,81), (125,133,151)), + 'flat': ((22,72,89), (168,61,70), (7,67,87), (202,45,36), (46,68,94)), + 'social': ((61,11,0,35), (40,6,0,15,), (0,20,58,0), (0,45,62,5), (0,60,53,51)), + 'sunset': ((70,137,102), (255,240,165), (255,176,59), (182,73,38), (142,40,0)), + 'vitamins': ((0,67,88), (31,138,112), (190,219,57), (255,225,26), (253,116,0)), + 'vibrant': ((136,168,37), (53,32,59), (145,17,70), (207,74,48), (237,140,43)), + 'toolbag': ((221,220,197), (149,137,118), (97,20,39), (29,35,38), (106,106,97)), + 'sugar': ((254,67,101), (252,157,154), (249,205,175), (200,200,169), (131,175,155)), + 'earth': ((36,67,108), (38,132,135), (144,173,86), (96,125,55), (55,90,40)), + 'cloudy': ((90,78,91), (24,14,40), (154,165,123), (86,87,71), (37,87,71)), + 'spicy': ((90,31,0), (209,87,13), (253,231,146), (71,119,37), (169,204,102)), + 'sunshine': ((194,71,4), (217,204,60), (255,235,121), (160,224,169), (0,173,167)), + 'retro': ((199,27,27), (214,186,138), (1,116,103), (224,143,35), (11,13,12)), + 'peacock': ((229,221,0), (140,178,2), (0,140,116), (0,76,102), (51,43,64)), + 'kisses': ((86,98,107), (108,147,128), (192,202,85), (240,124,108), (173,84,114)), + 'oilcan': ((22,11,0,80), (37,5,0,77), (73,12,0,68), (29,9,0,60), (0,78,78,0)), + 'darkly': ((10,10,13), (33,32,38), (115,111,56), (89,87,60), (64,13,1)), + 'lightly': ((104,110,117), (155,170,193), (130,120,123), (228,241,219), (170,193,155)), + 'gentle': ((51,49,60), (73,78,89), (174,172,174), (172,81,76), (179,139,58)), + 'rocks': ((41,41,41), (91,120,118), (143,158,139), (242,230,182), (65,42,34)), + 'filter': ((33,54,56), (42,117,108), (168,149,139), (252,115,66), (199,71,0)), + 'browns': ((86,22,26), (53,31,30), (39,43,23), (28,41,18), (0,30,13)), + 'reds': ((97,0,0), (153,1,0), (207,0,0), (222,91,90), (255,139,141)), + 'greens': ((116,100,20), (123,100,32), (140,100,50), (128,64,75), (112,39,100)), + 'blues': ((2,40,74), (2,72,115), (3,101,140), (3,150,166), (4,191,191)), + 'purples': ((63,21,93), (96,53,139), (124,90,168), (183,149,227), (214,192,247)), + 'kidding': ((215,39,81), (111,88,140), (59,179,195), (166,208,14), (248,195,2)) } diff --git a/pytagcloud/fonts/Aldrich-Regular.ttf b/pytagcloud/fonts/Aldrich-Regular.ttf new file mode 100644 index 0000000..5c15ab9 Binary files /dev/null and b/pytagcloud/fonts/Aldrich-Regular.ttf differ diff --git a/pytagcloud/fonts/AveriaSerifLibre-Regular.ttf b/pytagcloud/fonts/AveriaSerifLibre-Regular.ttf new file mode 100644 index 0000000..c9f3314 Binary files /dev/null and b/pytagcloud/fonts/AveriaSerifLibre-Regular.ttf differ diff --git a/pytagcloud/fonts/BioRhyme-Regular.ttf b/pytagcloud/fonts/BioRhyme-Regular.ttf new file mode 100644 index 0000000..74b0edd Binary files /dev/null and b/pytagcloud/fonts/BioRhyme-Regular.ttf differ diff --git a/pytagcloud/fonts/Bitter-Regular.ttf b/pytagcloud/fonts/Bitter-Regular.ttf new file mode 100644 index 0000000..bd43e03 Binary files /dev/null and b/pytagcloud/fonts/Bitter-Regular.ttf differ diff --git a/pytagcloud/fonts/Calligraffitti-Regular.ttf b/pytagcloud/fonts/Calligraffitti-Regular.ttf new file mode 100644 index 0000000..49a5242 Binary files /dev/null and b/pytagcloud/fonts/Calligraffitti-Regular.ttf differ diff --git a/pytagcloud/fonts/HomemadeApple-Regular.ttf b/pytagcloud/fonts/HomemadeApple-Regular.ttf new file mode 100644 index 0000000..bea3c30 Binary files /dev/null and b/pytagcloud/fonts/HomemadeApple-Regular.ttf differ diff --git a/pytagcloud/fonts/IBMPlexMono-SemiBold.ttf b/pytagcloud/fonts/IBMPlexMono-SemiBold.ttf new file mode 100644 index 0000000..e485804 Binary files /dev/null and b/pytagcloud/fonts/IBMPlexMono-SemiBold.ttf differ diff --git a/pytagcloud/fonts/IndieFlower.ttf b/pytagcloud/fonts/IndieFlower.ttf new file mode 100644 index 0000000..0ee42d3 Binary files /dev/null and b/pytagcloud/fonts/IndieFlower.ttf differ diff --git a/pytagcloud/fonts/InknutAntiqua-SemiBold.ttf b/pytagcloud/fonts/InknutAntiqua-SemiBold.ttf new file mode 100644 index 0000000..cc69eb2 Binary files /dev/null and b/pytagcloud/fonts/InknutAntiqua-SemiBold.ttf differ diff --git a/pytagcloud/fonts/Karla-Regular.ttf b/pytagcloud/fonts/Karla-Regular.ttf new file mode 100644 index 0000000..edcd1eb Binary files /dev/null and b/pytagcloud/fonts/Karla-Regular.ttf differ diff --git a/pytagcloud/fonts/OpenSans-Bold.ttf b/pytagcloud/fonts/OpenSans-Bold.ttf new file mode 100644 index 0000000..7b52945 Binary files /dev/null and b/pytagcloud/fonts/OpenSans-Bold.ttf differ diff --git a/pytagcloud/fonts/Pompiere-Regular.ttf b/pytagcloud/fonts/Pompiere-Regular.ttf new file mode 100644 index 0000000..79c23c7 Binary files /dev/null and b/pytagcloud/fonts/Pompiere-Regular.ttf differ diff --git a/pytagcloud/fonts/ProzaLibre-SemiBold.ttf b/pytagcloud/fonts/ProzaLibre-SemiBold.ttf new file mode 100644 index 0000000..3c9cbd0 Binary files /dev/null and b/pytagcloud/fonts/ProzaLibre-SemiBold.ttf differ diff --git a/pytagcloud/fonts/RobotoMono-Bold.ttf b/pytagcloud/fonts/RobotoMono-Bold.ttf new file mode 100644 index 0000000..07ef607 Binary files /dev/null and b/pytagcloud/fonts/RobotoMono-Bold.ttf differ diff --git a/pytagcloud/fonts/Satisfy-Regular.ttf b/pytagcloud/fonts/Satisfy-Regular.ttf new file mode 100644 index 0000000..9f23660 Binary files /dev/null and b/pytagcloud/fonts/Satisfy-Regular.ttf differ diff --git a/pytagcloud/fonts/SpaceMono-Bold.ttf b/pytagcloud/fonts/SpaceMono-Bold.ttf new file mode 100644 index 0000000..4acd36a Binary files /dev/null and b/pytagcloud/fonts/SpaceMono-Bold.ttf differ diff --git a/pytagcloud/fonts/SpecialElite-Regular.ttf b/pytagcloud/fonts/SpecialElite-Regular.ttf new file mode 100644 index 0000000..6654876 Binary files /dev/null and b/pytagcloud/fonts/SpecialElite-Regular.ttf differ diff --git a/pytagcloud/fonts/fonts.json b/pytagcloud/fonts/fonts.json index 6e925ce..3327c36 100644 --- a/pytagcloud/fonts/fonts.json +++ b/pytagcloud/fonts/fonts.json @@ -95,13 +95,103 @@ "web": "http://fonts.googleapis.com/css?family=Tangerine" }, { - "name": "Coustard", - "ttf": "Coustard-Regular.ttf", - "web": "http://fonts.googleapis.com/css?family=Coustard" + "name": "Coustard", + "ttf": "Coustard-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Coustard" }, { - "name": "PT Sans Regular", - "ttf": "PT_Sans-Regular.ttf", - "web": "http://fonts.googleapis.com/css?family=PT+Sans" - } + "name": "PT Sans Regular", + "ttf": "PT_Sans-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=PT+Sans" + }, + { + "name": "Aldrich", + "ttf": "Aldrich-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Aldrich" + }, + { + "name": "Averia Serif Libre", + "ttf": "AveriaSerifLibre-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Averia+Serif+Libre" + }, + { + "name": "Roboto Mono", + "ttf": "RobotoMono-Bold.ttf", + "web": "http://fonts.googleapis.com/css?family=Roboto+Mono" + }, + { + "name": "Indie Flower", + "ttf": "IndieFlower.ttf", + "web": "http://fonts.googleapis.com/css?family=Indie+Flower" + }, + { + "name": "Satisfy", + "ttf": "Satisfy-REgular.ttf", + "web": "http://fonts.googleapis.com/css?family=Satisfy" + }, + { + "name": "Homemade Apple", + "ttf": "HomemadeApple-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Homemade+Apple" + }, + { + "name": "BioRhyme", + "ttf": "BioRhyme-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=BioRhyme" + }, + { + "name": "Bitter", + "ttf": "Bitter-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Bitter" + }, + { + "name": "Calligraffitti", + "ttf": "Calligraffitti-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Calligraffitti" + }, + { + "name": "IBM Plex Mono", + "ttf": "IBMPlexMono-SemiBold.ttf", + "web": "http://fonts.googleapis.com/css?family=IBM+Plex+Mono:600" + }, + { + "name": "Indie Flower", + "ttf": "IndieFlower.ttf", + "web": "http://fonts.googleapis.com/css?family=Indie+Flower" + }, + { + "name": "Inknut Antiqua", + "ttf": "InknutAntiqua-SemiBold.ttf", + "web": "http://fonts.googleapis.com/css?family=Inknut+Antiqua:600" + }, + { + "name": "Karla", + "ttf": "Karla-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Karla" + }, + { + "name": "Open Sans", + "ttf": "OpenSans-Bold.ttf", + "web": "http://fonts.googleapis.com/css?family=Open+Sans:700" + }, + { + "name": "Pompiere", + "ttf": "Pompiere-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Pompiere" + }, + { + "name": "Proza Libre", + "ttf": "ProzaLibre-SemiBold.ttf", + "web": "http://fonts.googleapis.com/css?family=ProzaLibre:600" + }, + { + "name": "Space Mono", + "ttf": "SpaceMono-Bold.ttf", + "web": "http://fonts.googleapis.com/css?family=Space+Mono:700" + }, + { + "name": "Special Elite", + "ttf": "SpecialElite-Regular.ttf", + "web": "http://fonts.googleapis.com/css?family=Special+Elite" + } ] \ No newline at end of file