From 03b84f2505933859beed081b5137bfa8e0a76329 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sun, 10 Aug 2014 11:38:25 +0900 Subject: [PATCH] adjust color for larapaste and tomorrow_night --- docs/conf.py | 4 +- rainbowstream/colorset/larapaste.json | 58 +++++++++++----------- rainbowstream/colorset/tomorrow_night.json | 38 +++++++------- setup.py | 2 +- 4 files changed, 51 insertions(+), 51 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0f10c6f..73a9a4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '0.6.9' +version = '0.7.0' # The full version, including alpha/beta/rc tags. -release = '0.6.9' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/rainbowstream/colorset/larapaste.json b/rainbowstream/colorset/larapaste.json index 87c6d98..c91dcb6 100644 --- a/rainbowstream/colorset/larapaste.json +++ b/rainbowstream/colorset/larapaste.json @@ -20,56 +20,56 @@ and 256 terminal's colors from 0 to 255 */ - "DECORATED_NAME" : 73, - "CYCLE_COLOR" :[73,209,148,230,220,59], + "DECORATED_NAME" : 37, + "CYCLE_COLOR" :[37,184,202,154,59,230], "TWEET" : { - "nick" : 73, - "clock" : 220, - "id" : 209, - "favorited" : 148, - "retweet_count" : 73, - "favorite_count" : 148, - "rt" : 59, - "link" : 148, - "hashtag" : 73, + "nick" : 37, + "clock" : 184, + "id" : 202, + "favorited" : 154, + "retweet_count" : 202, + "favorite_count" : 154, + "rt" : 202, + "link" : 154, + "hashtag" : 37, "keyword" : "on_light_green" }, "MESSAGE" : { - "sender" : 73, - "recipient" : 73, - "to" : 148, - "clock" : 220, - "id" : 209 + "sender" : 37, + "recipient" : 37, + "to" : 154, + "clock" : 184, + "id" : 202 }, "PROFILE" : { - "statuses_count" : 209, - "friends_count" : 73, - "followers_count" : 220, - "nick" : 73, - "profile_image_url" : 148, + "statuses_count" : 202, + "friends_count" : 37, + "followers_count" : 184, + "nick" : 37, + "profile_image_url" : 154, "description" : 230, "location" : 59, - "url" : 148, - "clock" : 220 + "url" : 154, + "clock" : 184 }, "TREND" : { - "url": 148 + "url": 154 }, "CAL" : { - "days": 209, + "days": 202, "today": "on_light_magenta" }, "GROUP" : { - "name": 73, - "member": 220, - "subscriber": 73, + "name": 37, + "member": 184, + "subscriber": 37, "mode": 59, "description": 230, - "clock": 220 + "clock": 184 } } diff --git a/rainbowstream/colorset/tomorrow_night.json b/rainbowstream/colorset/tomorrow_night.json index 1939de2..1199e16 100644 --- a/rainbowstream/colorset/tomorrow_night.json +++ b/rainbowstream/colorset/tomorrow_night.json @@ -20,37 +20,37 @@ and 256 terminal's colors from 0 to 255 */ - "DECORATED_NAME" : 103, - "CYCLE_COLOR" :[103,173,30,54,58,179,145], + "DECORATED_NAME" : 67, + "CYCLE_COLOR" :[67,166,30,97,58,179,145], "TWEET" : { - "nick" : 103, + "nick" : 67, "clock" : 58, - "id" : 173, - "favorited" : 54, - "retweet_count" : 103, - "favorite_count" : 54, + "id" : 166, + "favorited" : 97, + "retweet_count" : 166, + "favorite_count" : 97, "rt" : 145, "link" : 30, - "hashtag" : 103, + "hashtag" : 67, "keyword" : "on_light_blue" }, "MESSAGE" : { - "sender" : 103, - "recipient" : 103, - "to" : 54, + "sender" : 67, + "recipient" : 67, + "to" : 97, "clock" : 58, - "id" : 173 + "id" : 166 }, "PROFILE" : { - "statuses_count" : 173, + "statuses_count" : 166, "friends_count" : 30, "followers_count" : 179, - "nick" : 103, + "nick" : 67, "profile_image_url" : 30, "description" : 58, - "location" : 54, + "location" : 97, "url" : 30, "clock" : 58 }, @@ -60,16 +60,16 @@ }, "CAL" : { - "days": 103, + "days": 67, "today": "on_light_blue" }, "GROUP" : { - "name": 103, + "name": 67, "member": 179, "subscriber": 30, - "mode": 54, + "mode": 97, "description": 58, - "clock": 173 + "clock": 166 } } diff --git a/setup.py b/setup.py index 43574cf..da183cc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.6.9' +version = '0.7.0' # Require install_requires = [ -- 2.25.1